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

CVE-2025-52888: Allure 2 xunit-xml-plugin XXE Vulnerability

CVE-2025-52888 is an XML External Entity flaw in Allure 2's xunit-xml-plugin that enables attackers to read arbitrary files and trigger SSRF attacks. This article covers the technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-52888 Overview

CVE-2025-52888 is a critical XML External Entity (XXE) vulnerability affecting Allure 2, a widely-used multi-language test reporting tool. The vulnerability exists in the xunit-xml-plugin component used by Allure 2 versions prior to 2.34.1. The plugin fails to securely configure the XML parser (DocumentBuilderFactory) and allows external entity expansion when processing test result .xml files. This flaw enables attackers to read arbitrary files from the file system and potentially trigger Server-Side Request Forgery (SSRF) attacks.

Critical Impact

Attackers can exploit this XXE vulnerability to exfiltrate sensitive files from the server's file system, including configuration files, credentials, and private keys. Additionally, SSRF exploitation could allow attackers to probe internal network services and potentially pivot to further attacks.

Affected Products

  • Allure 2 (allure-framework/allure2) versions prior to 2.34.1
  • xunit-xml-plugin component in Allure 2

Discovery Timeline

  • 2025-06-24 - CVE CVE-2025-52888 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-52888

Vulnerability Analysis

This XXE vulnerability (CWE-611) arises from insecure XML parsing configuration in the xunit-xml-plugin. When Allure 2 processes test result XML files, the underlying DocumentBuilderFactory is not configured to disable external entity processing. XML parsers that allow external entities can be abused to reference external resources, including local files via file:// protocol or remote resources via HTTP/HTTPS.

The vulnerability is accessible over the network without requiring authentication or user interaction, making it particularly dangerous in automated CI/CD environments where Allure is commonly deployed to aggregate test results. An attacker who can supply a malicious XML test result file can exploit this weakness to extract sensitive data from the server.

Root Cause

The root cause is the failure to disable external entity processing in the DocumentBuilderFactory configuration. By default, Java XML parsers may allow Document Type Definitions (DTDs) and external entity references. Secure configuration requires explicitly disabling features like http://xml.org/sax/features/external-general-entities, http://xml.org/sax/features/external-parameter-entities, and http://apache.org/xml/features/nonvalidating/load-external-dtd.

Attack Vector

The attack vector involves crafting a malicious XML file that contains external entity declarations. When this file is processed by Allure 2 as a test result, the XML parser resolves the external entities, allowing the attacker to:

  1. Read Local Files: Using file:// protocol references to access sensitive files like /etc/passwd, application configuration files, or SSH keys
  2. Trigger SSRF: Using HTTP/HTTPS URLs to make the server send requests to internal services or external attacker-controlled servers

The vulnerability is exploitable over the network by any user who can submit or upload test result XML files to be processed by Allure 2. No authentication is required to exploit this flaw.

For technical details on the vulnerability and the applied fix, refer to the GitHub Security Advisory and the commit implementing the patch.

Detection Methods for CVE-2025-52888

Indicators of Compromise

  • Unusual file access patterns in logs, particularly access to sensitive system files like /etc/passwd, /etc/shadow, or application configuration files
  • Outbound HTTP/HTTPS connections from the Allure service to unexpected internal or external hosts
  • XML files in test result directories containing DTD declarations or ENTITY references
  • Error logs indicating XML parsing failures with external resource references

Detection Strategies

  • Monitor file system access from the Allure process for reads of sensitive system files outside expected directories
  • Implement network monitoring to detect SSRF-style outbound connections from the test reporting infrastructure
  • Scan incoming XML test result files for suspicious DTD declarations, ENTITY definitions, or external resource references before processing
  • Review Allure application logs for XML parsing errors that may indicate exploitation attempts

Monitoring Recommendations

  • Enable verbose logging for the Allure service and XML parsing operations
  • Deploy file integrity monitoring (FIM) on sensitive system files and directories
  • Implement network segmentation to limit the blast radius of potential SSRF exploitation
  • Use SentinelOne's behavioral AI to detect anomalous file access and network activity from the Allure process

How to Mitigate CVE-2025-52888

Immediate Actions Required

  • Upgrade Allure 2 to version 2.34.1 or later immediately
  • Audit existing test result XML files for suspicious external entity declarations
  • Restrict network access from Allure servers to limit SSRF impact
  • Review access logs for signs of prior exploitation attempts

Patch Information

The vulnerability has been addressed in Allure 2 version 2.34.1. The fix implements secure XML parser configuration by disabling external entity processing in the DocumentBuilderFactory. Organizations should update to this version or later as soon as possible.

For detailed patch information, see the GitHub commit and the GitHub Security Advisory.

Workarounds

  • Implement input validation on XML files before they are processed by Allure, stripping or rejecting files with DTD declarations or external entity references
  • Deploy Allure in a sandboxed environment with restricted file system access and no outbound network connectivity
  • Use a Web Application Firewall (WAF) to filter incoming XML content for XXE attack patterns
  • Run the Allure service under a restricted user account with minimal file system permissions
bash
# Configuration example - Restrict Allure service permissions
# Create a dedicated user for Allure with minimal privileges
useradd -r -s /bin/false allure-service

# Set restrictive file permissions on Allure directories
chown -R allure-service:allure-service /opt/allure
chmod -R 750 /opt/allure

# Limit network access using iptables (example for blocking outbound)
iptables -A OUTPUT -m owner --uid-owner allure-service -j DROP

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechAllure

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.20%

  • 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
  • GitHub Commit Changes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33166: Allure Report Path Traversal 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