The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-5052

CVE-2026-5052: Vault PKI ACME Information Disclosure Flaw

CVE-2026-5052 is an information disclosure vulnerability in Vault's PKI engine where ACME validation fails to reject local targets in http-01 and tls-alpn-01 challenges, exposing internal networks. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 23, 2026

CVE-2026-5052 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in HashiCorp Vault's PKI engine. The ACME validation component fails to properly reject local targets when issuing http-01 and tls-alpn-01 challenges. This security flaw allows attackers to potentially redirect validation requests to internal network targets, leading to information disclosure of sensitive data from systems that should not be externally accessible.

Critical Impact

Attackers can leverage attacker-controlled DNS to force Vault's ACME challenge validation to send requests to local network targets, potentially exposing internal services and sensitive information that would otherwise be protected from external access.

Affected Products

  • HashiCorp Vault Community Edition versions prior to 2.0.0
  • HashiCorp Vault Enterprise versions prior to 2.0.0, 1.21.5, 1.20.10, and 1.19.16
  • Any deployments using the PKI secrets engine with ACME protocol support enabled

Discovery Timeline

  • 2026-04-17 - CVE-2026-5052 published to NVD
  • 2026-04-17 - Last updated in NVD database

Technical Details for CVE-2026-5052

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The issue resides in the PKI secrets engine's implementation of the ACME (Automatic Certificate Management Environment) protocol, specifically in how it handles http-01 and tls-alpn-01 challenge validation.

When a certificate is requested via ACME, Vault must validate domain ownership by sending HTTP requests to the requesting domain. The vulnerability exists because Vault's validation logic does not implement proper restrictions to prevent these requests from being directed to local or internal network addresses. An attacker who controls the DNS resolution for a domain can manipulate the DNS response to point to internal IP addresses (such as 127.0.0.1, 10.x.x.x, 192.168.x.x, or 172.16.x.x), causing Vault to send validation requests to internal services.

This SSRF vulnerability enables reconnaissance of internal network services, potential access to internal APIs and metadata services, and information leakage from services that trust requests from the Vault server.

Root Cause

The root cause is insufficient input validation in the ACME challenge validation workflow. The PKI engine does not implement proper allowlist/denylist checks for IP addresses resolved during the http-01 and tls-alpn-01 challenge processes. When the ACME client initiates a validation request, Vault resolves the domain's IP address without verifying whether the resolved address belongs to a local or private network range.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Registering a domain with a controlled DNS server
  2. Requesting a certificate from Vault's PKI engine for that domain
  3. Configuring their DNS to resolve the domain to an internal IP address (e.g., 169.254.169.254 for cloud metadata services)
  4. When Vault attempts to validate the http-01 or tls-alpn-01 challenge, it sends the request to the internal target
  5. The attacker receives information about internal services through error messages or timing attacks

The vulnerability requires the attacker to have the ability to request certificates through Vault's ACME endpoint and control DNS resolution for a domain they claim to own.

Detection Methods for CVE-2026-5052

Indicators of Compromise

  • Unusual ACME certificate requests for domains that resolve to internal IP addresses
  • DNS queries from the Vault server resolving to private IP ranges (RFC 1918) or localhost
  • Outbound HTTP requests from Vault to internal network segments or cloud metadata endpoints
  • Audit log entries showing ACME validation attempts to non-routable IP addresses

Detection Strategies

  • Monitor Vault audit logs for ACME certificate requests with suspicious domain patterns
  • Implement network monitoring to detect HTTP requests from Vault servers to internal IP ranges
  • Configure DNS monitoring to alert on resolutions to private address spaces from Vault infrastructure
  • Review PKI engine access patterns for anomalous certificate request volumes or unusual domains

Monitoring Recommendations

  • Enable verbose audit logging for the PKI secrets engine to capture all ACME validation attempts
  • Deploy network segmentation monitoring to detect unauthorized internal communications from Vault
  • Implement alerting on Vault server DNS queries that resolve to internal or localhost addresses
  • Use SentinelOne Singularity to monitor for SSRF attack patterns and anomalous network behavior from Vault processes

How to Mitigate CVE-2026-5052

Immediate Actions Required

  • Upgrade HashiCorp Vault Community Edition to version 2.0.0 or later
  • Upgrade HashiCorp Vault Enterprise to version 2.0.0, 1.21.5, 1.20.10, or 1.19.16 depending on your version track
  • Review recent ACME certificate issuance logs for suspicious activity
  • Implement network-level controls to restrict Vault's outbound connectivity to internal networks

Patch Information

HashiCorp has released fixed versions that properly validate ACME challenge targets and reject requests to local or private network addresses. The patches are available for:

  • Vault Community Edition 2.0.0
  • Vault Enterprise 2.0.0, 1.21.5, 1.20.10, and 1.19.16

Refer to the HashiCorp Security Advisory HCSEC-2026-06 for detailed upgrade instructions.

Workarounds

  • Disable the ACME feature in the PKI secrets engine if not required for operations
  • Implement network firewall rules to prevent Vault from initiating connections to internal IP ranges
  • Use external DNS resolvers with SSRF protections that block resolution to private IP addresses
  • Configure network egress filtering to restrict Vault's outbound HTTP connectivity to known-good external targets

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechVault

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • HashiCorp Vault SSRF Vulnerability
  • Related CVEs
  • CVE-2026-4525: Vault Auth Bypass Vulnerability

  • CVE-2026-5807: HashiCorp Vault DoS 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