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-33166

CVE-2026-33166: Allure Report Path Traversal Vulnerability

CVE-2026-33166 is a path traversal vulnerability in Allure Report 2.x that allows attackers to read arbitrary files through malicious test results. This post explains its impact, affected versions, and mitigation steps.

Published: March 27, 2026

CVE-2026-33166 Overview

CVE-2026-33166 is a Path Traversal vulnerability affecting Allure Report, a multi-language test reporting tool. The Allure report generator prior to version 2.38.0 is vulnerable to an arbitrary file read via path traversal when processing test results. An attacker can craft a malicious result file (-result.json, -container.json, or .plist) that points an attachment source to a sensitive file on the host system. During report generation, Allure will resolve these paths and include the sensitive files in the final report.

Critical Impact

Attackers can exfiltrate sensitive files from the host system by crafting malicious test result files, potentially exposing credentials, configuration files, private keys, and other confidential data during the report generation process.

Affected Products

  • Allure Report 2.x (versions prior to 2.38.0)
  • Allure Report Generator (all platforms)
  • Systems processing untrusted test result files (-result.json, -container.json, .plist)

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-33166 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33166

Vulnerability Analysis

This vulnerability (CWE-22: Improper Limitation of a Pathname to a Restricted Directory) allows attackers to read arbitrary files from the host system during the report generation process. The root issue lies in how Allure Report handles attachment source paths specified in test result files without proper validation or sanitization.

When Allure processes test results, it reads attachment paths from result files and resolves them to include the referenced files in the generated report. By exploiting path traversal sequences, an attacker can escape the intended directory boundaries and reference sensitive files anywhere on the filesystem that the Allure process has read access to.

The vulnerability is particularly concerning in CI/CD environments where Allure Report is commonly used to generate test reports. If an attacker can influence the test result files being processed—such as through a compromised test suite, malicious pull request, or supply chain attack—they can extract sensitive files like SSH keys, cloud credentials, database configurations, or application secrets.

Root Cause

The vulnerability stems from insufficient input validation when processing attachment source paths in test result files. The Allure report generator fails to properly sanitize or validate file paths specified in -result.json, -container.json, and .plist files before resolving them on the filesystem. This allows directory traversal sequences (such as ../) to escape the intended working directory and access files outside the expected scope.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker must be able to supply malicious test result files to the Allure report generation process. This can occur through several scenarios:

  1. Compromised test suites: Malicious actors with access to test repositories can inject crafted result files
  2. Supply chain attacks: Third-party dependencies generating malicious test results
  3. CI/CD pipeline exploitation: Attackers exploiting pipeline misconfigurations to inject malicious test artifacts
  4. Malicious pull requests: Untrusted contributors submitting test files containing path traversal payloads

The attack exploits the path traversal weakness by specifying attachment sources that traverse outside the intended directory. For example, a malicious result file could reference a path like ../../../etc/passwd or ../../../home/user/.ssh/id_rsa as an attachment source. When Allure generates the report, it reads and includes the contents of these sensitive files, making them accessible to anyone who can view the generated report.

The vulnerability is particularly dangerous because the exfiltrated data appears as legitimate attachments in the generated report, making the attack difficult to detect without specifically auditing the attachment sources in result files.

Detection Methods for CVE-2026-33166

Indicators of Compromise

  • Test result files (-result.json, -container.json, .plist) containing path traversal sequences like ../ in attachment source fields
  • Generated reports containing unexpected file contents such as system configuration files, credentials, or private keys
  • Unusual file access patterns by the Allure report generation process attempting to read files outside the test results directory

Detection Strategies

  • Implement file integrity monitoring on directories where test result files are stored to detect unauthorized modifications
  • Configure application-level logging to capture file path resolutions during report generation and alert on paths containing traversal sequences
  • Deploy endpoint detection and response (EDR) solutions capable of identifying path traversal patterns in file access operations
  • Audit generated reports for unexpected attachments containing sensitive file signatures or known credential patterns

Monitoring Recommendations

  • Monitor Allure report generation processes for file read operations outside expected directories
  • Implement security scanning of test result files before processing, looking for path traversal indicators
  • Configure alerts for access attempts to sensitive system files (/etc/passwd, .ssh/, credential files) by report generation processes
  • Review CI/CD pipeline logs for anomalous test result file modifications or injections

How to Mitigate CVE-2026-33166

Immediate Actions Required

  • Upgrade Allure Report to version 2.38.0 or later immediately
  • Audit existing test result files for path traversal sequences in attachment source fields
  • Review recently generated reports for potential data exposure
  • Implement access controls to restrict which users and processes can submit test result files for report generation

Patch Information

The vulnerability has been addressed in Allure Report version 2.38.0. Organizations should upgrade to this version or later to remediate the vulnerability. The fix implements proper path validation and sanitization to prevent directory traversal attacks when processing attachment sources in test result files.

For detailed information about the security fix, see the GitHub Security Advisory.

Workarounds

  • Restrict report generation to trusted test result files only—do not process results from untrusted sources
  • Implement pre-processing validation that scans test result files for path traversal patterns before allowing Allure to process them
  • Run Allure report generation in a sandboxed environment with minimal filesystem access to limit potential data exposure
  • Use containerization to isolate the report generation process and mount only necessary directories as read-only volumes
bash
# Example: Run Allure in restricted container environment
docker run --rm \
  --read-only \
  -v /path/to/results:/results:ro \
  -v /path/to/output:/output \
  --security-opt=no-new-privileges \
  allure-docker:2.38.0 generate /results -o /output

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechAllure

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-52888: Allure 2 xunit-xml-plugin XXE 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