Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-25518

CVE-2026-25518: cert-manager DNS Cache DoS Vulnerability

CVE-2026-25518 is a denial-of-service flaw in cert-manager that allows attackers to crash the controller by poisoning DNS caches during ACME validation. This article covers technical details, affected versions, and patches.

Published: February 6, 2026

CVE-2026-25518 Overview

CVE-2026-25518 is a Denial of Service (DoS) vulnerability affecting cert-manager, a widely-used Kubernetes add-on that manages certificates and certificate issuers. The vulnerability exists in the cert-manager-controller component which performs DNS lookups during ACME DNS-01 challenge processing. By default, these lookups utilize standard unencrypted DNS, allowing attackers who can intercept and modify DNS traffic to inject crafted entries into cert-manager's DNS cache. Accessing these malicious cache entries triggers a panic in the controller, causing service disruption.

Critical Impact

Attackers who can intercept DNS traffic or control the authoritative DNS server for a domain being validated can cause complete denial of service of the cert-manager controller, disrupting certificate issuance and renewal across Kubernetes clusters.

Affected Products

  • cert-manager versions 1.18.0 to before 1.18.5
  • cert-manager versions 1.19.0 to before 1.19.3

Discovery Timeline

  • 2026-02-04 - CVE-2026-25518 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-25518

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-129: Improper Validation of Array Index) in the DNS response handling logic of cert-manager's controller. When performing ACME DNS-01 challenges, the cert-manager-controller conducts DNS lookups for zone discovery and propagation self-checks. These operations are performed over unencrypted DNS by default, creating an attack surface for man-in-the-middle attacks.

An attacker positioned to intercept network traffic between the cert-manager-controller pod and DNS servers can inject malformed DNS responses. When cert-manager processes these crafted responses and stores them in its DNS cache, subsequent access to these poisoned cache entries causes the application to panic due to improper array index validation.

The vulnerability requires network positioning that allows DNS traffic interception, which may be achievable through ARP spoofing, BGP hijacking, compromised network infrastructure, or by controlling a malicious authoritative DNS server for domains being validated.

Root Cause

The root cause is improper validation of array indices when processing DNS responses within the cert-manager-controller. The application fails to properly validate boundaries before accessing array elements from DNS response data, leading to a panic condition when encountering specially crafted malicious entries. Combined with the use of unencrypted DNS for ACME challenge processing, this creates an exploitable attack path.

Attack Vector

The attack requires network-level access to intercept and modify DNS traffic from the cert-manager-controller pod. This can be achieved through several scenarios:

  1. Network Position Attack: An attacker with man-in-the-middle capabilities on the network path between cert-manager and DNS servers can inject crafted DNS responses.

  2. Malicious DNS Server: If the authoritative DNS server for a domain undergoing ACME DNS-01 validation is controlled by an attacker, they can serve malicious responses directly.

  3. Compromised Network Infrastructure: Attackers who have compromised routers, switches, or DNS resolvers in the communication path can manipulate DNS traffic.

The attack flow involves intercepting legitimate DNS queries from cert-manager, crafting a malicious response that exploits the array index validation flaw, and delivering this response to be cached. When cert-manager subsequently accesses the poisoned cache entry, the controller panics and becomes unavailable.

Detection Methods for CVE-2026-25518

Indicators of Compromise

  • Unexpected cert-manager-controller pod restarts or crash loops in Kubernetes
  • Panic errors in cert-manager-controller logs related to DNS or cache operations
  • Certificate issuance or renewal failures across the cluster
  • Anomalous DNS query/response patterns targeting the cert-manager-controller pod

Detection Strategies

  • Monitor cert-manager-controller pod health and restart counts using Kubernetes monitoring tools
  • Implement network monitoring to detect DNS traffic anomalies or suspicious DNS responses
  • Configure alerting on cert-manager log entries containing panic messages
  • Deploy DNS traffic analysis tools to identify potential cache poisoning attempts

Monitoring Recommendations

  • Enable verbose logging on cert-manager-controller to capture detailed DNS operation logs
  • Implement Kubernetes pod disruption budget monitoring for cert-manager deployments
  • Set up certificate expiration alerts to detect renewal failures that may indicate exploitation
  • Monitor network flows to/from cert-manager pods for unusual DNS traffic patterns

How to Mitigate CVE-2026-25518

Immediate Actions Required

  • Upgrade cert-manager to version 1.18.5 or 1.19.3 immediately
  • Review cert-manager-controller logs for evidence of exploitation attempts
  • Consider implementing DNS-over-TLS or DNS-over-HTTPS for cert-manager DNS queries
  • Restrict network access to/from cert-manager-controller pods using Kubernetes NetworkPolicies

Patch Information

The cert-manager project has released patched versions that address this vulnerability:

  • Version 1.18.5 for users on the 1.18.x branch
  • Version 1.19.3 for users on the 1.19.x branch

The fixes are available in the following commits:

  • Commit 409fc24
  • Commit 9a73a0b
  • Commit d4faed2

For complete details, refer to the GitHub Security Advisory GHSA-gx3x-vq4p-mhhv.

Workarounds

  • Deploy Kubernetes NetworkPolicies to restrict DNS traffic from cert-manager pods to trusted DNS servers only
  • Configure cert-manager to use encrypted DNS protocols where supported
  • Implement network segmentation to limit attacker access to DNS traffic paths
  • Consider using a local DNS resolver with DNSSEC validation as an intermediary
bash
# Example NetworkPolicy to restrict cert-manager egress DNS traffic
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: cert-manager-dns-restriction
  namespace: cert-manager
spec:
  podSelector:
    matchLabels:
      app.kubernetes.io/name: cert-manager
  policyTypes:
    - Egress
  egress:
    - to:
        - namespaceSelector:
            matchLabels:
              kubernetes.io/metadata.name: kube-system
        - podSelector:
            matchLabels:
              k8s-app: kube-dns
      ports:
        - protocol: UDP
          port: 53
        - protocol: TCP
          port: 53

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCert Manager

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-129
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Pull Request #8467

  • GitHub Pull Request #8468

  • GitHub Pull Request #8469

  • GitHub Security Advisory GHSA-gx3x-vq4p-mhhv
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English