A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-44930

CVE-2026-44930: Apache CXF Information Disclosure Flaw

CVE-2026-44930 is an LDAP injection vulnerability in Apache CXF's XKMS server that enables attackers to retrieve arbitrary certificates. This article covers technical details, affected versions, and mitigation steps.

Published: May 28, 2026

CVE-2026-44930 Overview

CVE-2026-44930 is an LDAP injection vulnerability in the LDAP Certificate repository of the XML Key Management Specification (XKMS) server in Apache CXF. An unauthenticated attacker can craft malicious input that manipulates LDAP search filters to retrieve arbitrary certificates from the repository. The flaw is classified under CWE-90: Improper Neutralization of Special Elements used in an LDAP Query. Apache has released fixed versions 4.2.1, 4.1.6, and 3.6.11 to address the issue.

Critical Impact

Remote, unauthenticated attackers can extract arbitrary X.509 certificates from the XKMS LDAP repository, undermining the trust assumptions of any service relying on those certificates.

Affected Products

  • Apache CXF versions prior to 3.6.11
  • Apache CXF versions prior to 4.1.6
  • Apache CXF 4.2.0 (fixed in 4.2.1)

Discovery Timeline

  • 2026-05-22 - CVE-2026-44930 published to NVD
  • 2026-05-22 - Last updated in NVD database

Technical Details for CVE-2026-44930

Vulnerability Analysis

Apache CXF ships an XKMS server component that uses an LDAP-backed repository to store and look up X.509 certificates. The repository builds LDAP search filters from caller-supplied input without adequately neutralizing LDAP metacharacters. An attacker who can reach the XKMS endpoint can therefore inject filter syntax such as wildcards or boolean operators into the query.

Because XKMS exposes certificate lookup operations over the network, the attack requires no authentication and no user interaction. Successful exploitation allows the attacker to widen the result set returned by the LDAP backend and retrieve certificates that the requestor was never authorized to obtain. Disclosure of certificate material can support downstream attacks against signature verification, mutual TLS, and key management workflows that depend on the XKMS service.

Root Cause

The root cause is improper neutralization of special elements used in an LDAP query [CWE-90]. The LDAP Certificate repository concatenates untrusted input into search filter expressions instead of escaping characters such as *, (, ), \, and \0 per RFC 4515. As a result, request parameters intended to identify a single certificate can be reshaped into broader filter clauses.

Attack Vector

The attack vector is purely network-based against the XKMS service endpoint. An attacker submits a crafted XKMS Locate or Validate request containing LDAP filter metacharacters in the identifier field. The server forwards the unsanitized value into an LDAP filter such as (cn=<input>), where an injected wildcard like * causes the directory to return every certificate entry. Because no credentials are required, any party with network reach to the XKMS server can perform the extraction.

No public proof-of-concept exploit is currently available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. See the Apache Mailing List Discussion and OpenWall OSS Security Update for vendor details.

Detection Methods for CVE-2026-44930

Indicators of Compromise

  • XKMS requests containing LDAP metacharacters such as *, )(, |, or & in identifier or subject fields.
  • Unusually large XKMS response payloads returning multiple certificates for a single lookup request.
  • LDAP server logs showing search filters originating from the CXF XKMS service that resolve to wildcard or disjunctive expressions.

Detection Strategies

  • Inspect application logs for XKMS Locate and Validate requests where the supplied key identifier contains LDAP filter syntax.
  • Correlate XKMS request volume with backing LDAP query result counts to identify enumeration patterns.
  • Deploy WAF or API gateway rules that flag LDAP injection signatures targeting the XKMS endpoint path.

Monitoring Recommendations

  • Enable verbose audit logging on the LDAP directory backing the XKMS repository and ship logs to a centralized analytics platform.
  • Alert on bursts of certificate retrievals from a single client IP or session within a short time window.
  • Monitor egress traffic from the XKMS host for unexpected bulk transfers of certificate data.

How to Mitigate CVE-2026-44930

Immediate Actions Required

  • Upgrade Apache CXF to version 4.2.1, 4.1.6, or 3.6.11 depending on the deployed branch.
  • Restrict network access to the XKMS endpoint to trusted clients using firewall or service mesh policies.
  • Audit the LDAP certificate repository for unauthorized read activity since the service was first exposed.

Patch Information

Apache CXF maintainers fixed the vulnerability in releases 4.2.1, 4.1.6, and 3.6.11. The patched versions properly escape LDAP filter metacharacters before constructing search queries against the certificate repository. Upgrade guidance is documented in the Apache Mailing List Discussion.

Workarounds

  • Disable the XKMS server component if it is not required by the deployment.
  • Place the XKMS endpoint behind authenticated reverse proxy access and require mutual TLS for callers.
  • Apply input validation at an API gateway to reject identifiers containing LDAP filter metacharacters until the upgrade is complete.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApache Cxf

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-90
  • Technical References
  • OpenWall OSS Security Update
  • Vendor Resources
  • Apache Mailing List Discussion
  • Related CVEs
  • CVE-2026-44618: Apache CXF XXE Vulnerability

  • CVE-2026-44417: Apache CXF RCE Vulnerability

  • CVE-2025-23184: Apache CXF DOS Vulnerability

  • CVE-2025-48913: Apache CXF JMS RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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