cert-manager-controller DoS via Specially Crafted DNS Response
Moderate severity
GitHub Reviewed
Published
Feb 2, 2026
in
cert-manager/cert-manager
•
Updated Feb 27, 2026
Package
Affected versions
>= 1.18.0, < 1.18.5
>= 1.19.0, < 1.19.3
Patched versions
1.18.5
1.19.3
Description
Published to the GitHub Advisory Database
Feb 2, 2026
Reviewed
Feb 2, 2026
Published by the National Vulnerability Database
Feb 4, 2026
Last updated
Feb 27, 2026
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
Resources
Credits
Huge thanks to Oleh Konko (@1seal) for reporting the issue, providing a detailed PoC and an initial patch!
References