Skip to content

Renovate: Update module github.com/cert-manager/cert-manager to v1.18.5 [SECURITY]#127

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/go-github.com-cert-manager-cert-manager-vulnerability
Open

Renovate: Update module github.com/cert-manager/cert-manager to v1.18.5 [SECURITY]#127
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/go-github.com-cert-manager-cert-manager-vulnerability

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cert-manager/cert-manager v1.18.2v1.18.5 age adoption passing confidence

cert-manager-controller DoS via Specially Crafted DNS Response

BIT-cert-manager-2026-25518 / CVE-2026-25518 / GHSA-gx3x-vq4p-mhhv / GO-2026-4399

More information

Details

Impact

The cert-manager-controller performs DNS lookups during ACME DNS-01 processing (for zone discovery and propagation self-checks). By default, these lookups use standard unencrypted DNS.

An attacker who can intercept and modify DNS traffic from the cert-manager-controller pod can insert a crafted entry into cert-manager's DNS cache. Accessing this entry will trigger a panic, resulting in Denial of Service (DoS) of the cert-manager controller.

The issue can also be exploited if the authoritative DNS server for the domain being validated is controlled by a malicious actor.

Patches

The vulnerability was introduced in cert-manager v1.18.0 and has been patched in cert-manager v1.19.3 and v1.18.5, which are the supported minor releases at the time of publishing.

cert-manager versions prior to v1.18.0 are unaffected.

Workarounds
  • Using DNS-over-HTTPS reduces the risk of DNS traffic being intercepted and modified.
    • Note that DNS-over-HTTPS does not prevent the risk of an attacker-controlled authoritative DNS server.
Resources
Credits

Huge thanks to Oleh Konko (@​1seal) for reporting the issue, providing a detailed PoC and an initial patch!

Severity

  • CVSS Score: 5.9 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


DoS in cert-manager-controller via Specially Crafted DNS Response in github.com/cert-manager/cert-manager

BIT-cert-manager-2026-25518 / CVE-2026-25518 / GHSA-gx3x-vq4p-mhhv / GO-2026-4399

More information

Details

DoS in cert-manager-controller via Specially Crafted DNS Response in github.com/cert-manager/cert-manager

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Release Notes

cert-manager/cert-manager (github.com/cert-manager/cert-manager)

v1.18.5

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This release contains three bug fixes, including a fix for the MODERATE severity DoS issue in GHSA-gx3x-vq4p-mhhv. All users should upgrade to the latest release.

Changes by Kind
Bug or Regression
  • Fixed an infinite re-issuance loop that could occur when an issuer returns a certificate with a public key that doesn't match the CSR. The issuing controller now validates the certificate before storing it and fails with backoff on mismatch. (#​8414, @​cert-manager-bot)
  • Fixed an issue where HTTP-01 challenges failed when the Host header contains an IPv6 address. This means that users can now issue IP address certificates for IPv6 address subjects. (#​8437, @​cert-manager-bot)
  • Security (MODERATE): Fix a potential panic in the cert-manager controller when a DNS response in an unexpected order was cached. If an attacker was able to modify DNS responses (or if they controlled the DNS server) it was possible to cause denial of service for the cert-manager controller. (#​8467, @​SgtCoDFish)
Other (Cleanup or Flake)

v1.18.4

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

We updated Go to fix some vulnerabilities in the standard library.

📖 Read the full 1.18 release notes on the cert-manager.io website before upgrading.

Changes since v1.18.3

Bug or Regression
Other (Cleanup or Flake)

v1.18.3

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

We fixed a bug which caused certificates to be re-issued unexpectedly, if the issuerRef kind or group was changed to one of the "runtime" default values. We increased the size limit when parsing PEM certificate chains to handle leaf certificates with large numbers of DNS named or other identities. We upgraded Go to 1.24.9 to fix various non-critical security vulnerabilities.

📖 Read the full 1.18 release notes on the cert-manager.io website before upgrading.

Changes since v1.18.2:

Bug or Regression
Other (Cleanup or Flake)

Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 3, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.41.0 -> v0.47.0
golang.org/x/sync v0.15.0 -> v0.18.0
golang.org/x/sys v0.33.0 -> v0.38.0
golang.org/x/term v0.32.0 -> v0.37.0
golang.org/x/text v0.26.0 -> v0.31.0
golang.org/x/tools v0.33.0 -> v0.38.0

@renovate renovate bot force-pushed the renovate/go-github.com-cert-manager-cert-manager-vulnerability branch from e18d11a to cba6df9 Compare February 12, 2026 13:02
@renovate renovate bot force-pushed the renovate/go-github.com-cert-manager-cert-manager-vulnerability branch 2 times, most recently from 91cce79 to 21a874b Compare February 27, 2026 15:47
@renovate renovate bot force-pushed the renovate/go-github.com-cert-manager-cert-manager-vulnerability branch from 21a874b to ef4008a Compare March 13, 2026 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant