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-2025-64518

CVE-2025-64518: CycloneDX Core Java XXE Vulnerability

CVE-2025-64518 is an XML External Entity injection flaw in CycloneDX core Java's XML Validator that exposes applications to XXE attacks. This article covers the technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-64518 Overview

CVE-2025-64518 is an XML External Entity (XXE) injection vulnerability affecting the CycloneDX core Java module, a widely-used library that provides model representation of Software Bill of Materials (SBOM) along with utilities for creating, validating, and parsing SBOMs. The vulnerability exists because the XML Validator component was not configured securely, allowing attackers to exploit XXE injection during SBOM validation operations.

This vulnerability is particularly notable as it represents an incomplete fix for a previous security issue (GHSA-683x-4444-jxh8 / CVE-2024-38374). While the earlier fix addressed XXE vulnerabilities in XML BOM parsing, it failed to secure the validation pathway, leaving applications exposed to similar attack vectors through the validation functionality.

Critical Impact

Attackers can exploit this XXE vulnerability to read sensitive files from the server, perform server-side request forgery (SSRF), or potentially cause denial of service conditions. Organizations using CycloneDX core Java versions 2.1.0 through 11.0.0 for SBOM validation are at risk of unauthorized data exfiltration.

Affected Products

  • CycloneDX core-java versions 2.1.0 through 11.0.0
  • Applications integrating cyclonedx-core-java for XML SBOM validation
  • Software supply chain management systems using vulnerable CycloneDX library versions

Discovery Timeline

  • 2025-11-10 - CVE CVE-2025-64518 published to NVD
  • 2025-11-12 - Last updated in NVD database

Technical Details for CVE-2025-64518

Vulnerability Analysis

This vulnerability is classified under CWE-611 (Improper Restriction of XML External Entity Reference). The root issue lies in the XML Validator component's configuration, which fails to disable external entity processing. When an application uses the vulnerable cyclonedx-core-java library to validate XML-formatted SBOMs, the XML parser processes external entity references without restriction.

XXE injection attacks exploit this misconfiguration by embedding malicious entity declarations within XML documents. When the validator processes such documents, it resolves external references, potentially accessing local files, internal network resources, or causing resource exhaustion through entity expansion attacks (billion laughs attack).

The vulnerability is network-exploitable, requires no authentication, and can be triggered with minimal attacker effort. While the immediate impact is limited to confidentiality breaches (reading sensitive data), the information disclosed could facilitate further attacks on the affected system.

Root Cause

The vulnerability stems from the SchemaFactory and XML Validator components not being configured with the necessary security features to prevent XXE attacks. Specifically, the validator fails to disable DOCTYPE declarations, external general entities, and external parameter entities as recommended by the OWASP XML External Entity Prevention Cheat Sheet.

The original fix for CVE-2024-38374 addressed the XML parsing code path but overlooked the separate validation code path, which uses its own XML processing configuration. This demonstrates the importance of comprehensive security audits across all XML processing components within an application.

Attack Vector

The attack vector is network-based, allowing remote exploitation without user interaction. An attacker can craft a malicious XML SBOM document containing external entity references and submit it to any application that uses the vulnerable library for validation. The attack flow involves:

  1. Attacker crafts an XML SBOM with malicious external entity declarations referencing sensitive local files (e.g., /etc/passwd, application configuration files)
  2. The malicious SBOM is submitted to the target application for validation
  3. The vulnerable CycloneDX validator processes the XML and resolves the external entity
  4. File contents or internal network responses are included in error messages or validation output, leaking sensitive information to the attacker

Typical XXE payloads target sensitive configuration files, cloud metadata endpoints (such as http://169.254.169.254/), or internal services. For detailed examples of XXE attack patterns, refer to the OWASP XXE Prevention Cheat Sheet.

Detection Methods for CVE-2025-64518

Indicators of Compromise

  • Unexpected outbound network connections from servers processing SBOM documents
  • Anomalous file access attempts to sensitive system files like /etc/passwd, /etc/shadow, or application configuration files
  • Error logs containing file contents or internal network responses that should not appear in validation output
  • Requests to cloud metadata endpoints (e.g., AWS IMDSv1 at 169.254.169.254) from SBOM processing services

Detection Strategies

  • Monitor and alert on outbound DNS queries or HTTP requests originating from SBOM validation services to unexpected destinations
  • Implement application logging that captures XML validation errors and analyze for patterns indicating XXE exploitation attempts
  • Deploy web application firewalls (WAF) with rules to detect and block XML payloads containing DOCTYPE declarations or entity references
  • Use SentinelOne's behavioral AI to detect anomalous file system access patterns from Java applications processing XML documents

Monitoring Recommendations

  • Enable verbose logging on SBOM processing components to capture validation operations and potential exploitation attempts
  • Monitor Java process behavior for unexpected file reads outside normal application directories
  • Track network connections from application servers to internal metadata services and external hosts
  • Review application dependency manifests to identify use of cyclonedx-core-java versions between 2.1.0 and 11.0.0

How to Mitigate CVE-2025-64518

Immediate Actions Required

  • Upgrade cyclonedx-core-java to version 11.0.1 or later immediately
  • Audit all applications in your environment for use of affected CycloneDX library versions
  • Review recent SBOM validation logs for indicators of exploitation attempts
  • Consider temporarily disabling XML SBOM validation if upgrade cannot be performed immediately

Patch Information

The vulnerability has been fixed in cyclonedx-core-java version 11.0.1. The fix properly configures the XML Validator to disable external entity processing. Organizations should upgrade to this version as soon as possible.

Relevant patch commits are available on GitHub:

  • Primary fix commit
  • Additional hardening commit

For detailed information about the security fix, see the GitHub Security Advisory GHSA-6fhj-vr9j-g45r and Pull Request #737.

Workarounds

  • Reject XML documents at the application layer before passing them to cyclonedx-core-java for validation
  • Require all incoming CycloneDX BOMs to be in JSON format only, bypassing the vulnerable XML validation pathway
  • Implement input validation to strip or reject any XML documents containing DOCTYPE declarations before validation
  • Use network segmentation to limit the impact of potential SSRF exploitation from SBOM processing services
bash
# Dependency check example - identify affected library versions in Maven projects
grep -r "cyclonedx-core-java" */pom.xml | grep -E "version.*([2-9]\.[1-9]|10\.|11\.0\.0)"

# For Gradle projects
grep -r "cyclonedx-core-java" */build.gradle | grep -E ":[2-9]\.[1-9]|:10\.|:11\.0\.0"

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechCyclonedx

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • OWASP XML External Entity Cheat Sheet

  • CycloneDX Core Java Commit Update

  • CycloneDX Core Java Commit Update

  • CycloneDX Core Java Pull Request

  • GitHub Security Advisory GHSA-6fhj-vr9j-g45r
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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