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

CVE-2025-0401: Reggie Path Traversal Vulnerability

CVE-2025-0401 is a critical path traversal vulnerability in 1902756969 Reggie 1.0 that allows remote attackers to access unauthorized files. This post covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-0401 Overview

A critical path traversal vulnerability has been discovered in 1902756969 Reggie version 1.0, a Java-based application. The vulnerability exists in the download function within the file src/main/java/com/itheima/reggie/controller/CommonController.java. Through manipulation of the name argument, an attacker can traverse the file system and access arbitrary files outside the intended directory. This vulnerability can be exploited remotely without authentication, making it particularly dangerous for exposed deployments.

Critical Impact

Remote attackers can exploit this path traversal vulnerability to read sensitive files from the server, potentially exposing configuration files, credentials, source code, and other confidential data.

Affected Products

  • 1902756969 Reggie version 1.0

Discovery Timeline

  • January 13, 2025 - CVE-2025-0401 published to NVD
  • October 21, 2025 - Last updated in NVD database

Technical Details for CVE-2025-0401

Vulnerability Analysis

This path traversal vulnerability (CWE-22) affects the file download functionality in the Reggie application. The vulnerable code resides in CommonController.java, specifically in the download function that processes user-supplied file names. The application fails to properly validate or sanitize the name parameter before using it to construct file paths, allowing attackers to include directory traversal sequences such as ../ to escape the intended directory.

The vulnerability is network-accessible, meaning attackers can exploit it remotely without requiring any prior authentication or user interaction. The primary impact is unauthorized read access to files on the server, which could lead to exposure of sensitive configuration data, database credentials, or other confidential information stored on the system.

Root Cause

The root cause of CVE-2025-0401 is insufficient input validation in the download function. The application directly uses the user-supplied name parameter to construct file system paths without sanitizing or validating it against path traversal sequences. This allows attackers to craft malicious requests containing sequences like ../ to navigate outside the intended download directory and access arbitrary files readable by the application process.

Attack Vector

The attack can be performed remotely over the network by sending crafted HTTP requests to the vulnerable download endpoint. An attacker constructs a request where the name parameter contains directory traversal sequences (e.g., ../../../etc/passwd on Linux systems or ..\..\..\windows\system.ini on Windows). When the application processes this request, it resolves the path to a location outside the intended directory, allowing the attacker to retrieve sensitive system files or application configuration data.

The vulnerability can be exploited by sending specially crafted requests to the file download endpoint. The name parameter accepts directory traversal sequences like ../ that allow attackers to escape the intended directory and access sensitive files. For detailed technical information, refer to the GitHub Issue Tracker or the VulDB entry.

Detection Methods for CVE-2025-0401

Indicators of Compromise

  • HTTP requests to download endpoints containing path traversal sequences such as ../, ..%2f, %2e%2e/, or similar encoded variants
  • Web server logs showing requests with unusual file paths targeting system files like /etc/passwd, /etc/shadow, or Windows configuration files
  • Access logs indicating successful retrieval of files outside the application's intended download directory
  • Anomalous file access patterns from the application process attempting to read sensitive system or configuration files

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block requests containing path traversal patterns in URL parameters
  • Monitor application logs for requests to the download endpoint with suspicious name parameter values
  • Implement file integrity monitoring on sensitive system files to detect unauthorized access attempts
  • Configure intrusion detection systems (IDS) to alert on path traversal attack signatures

Monitoring Recommendations

  • Enable detailed access logging for the affected CommonController endpoints
  • Set up alerts for requests containing URL-encoded or double-encoded traversal sequences
  • Monitor server file access logs for reads outside the designated download directory
  • Implement anomaly detection for unusual patterns of file access by the Java application process

How to Mitigate CVE-2025-0401

Immediate Actions Required

  • Restrict network access to the affected Reggie application until a patch is available
  • Implement input validation at the web server or WAF level to block path traversal sequences
  • Review and limit file system permissions for the application service account to minimize exposure
  • Audit access logs to determine if the vulnerability has been exploited in your environment

Patch Information

At the time of publication, no official vendor patch has been released for this vulnerability. Organizations using 1902756969 Reggie 1.0 should monitor the GitHub repository for updates and consider implementing the workarounds below until a fix becomes available.

Workarounds

  • Implement strict input validation to reject any file name containing path traversal sequences (../, ..\\, or URL-encoded equivalents)
  • Use a whitelist approach that only allows alphanumeric characters and specific safe characters in file names
  • Deploy a reverse proxy or WAF with rules to block requests containing directory traversal patterns
  • Restrict the application's file system access to only the directories required for operation
bash
# Example WAF rule to block path traversal (ModSecurity)
SecRule ARGS "@contains ../" "id:100001,phase:1,deny,status:403,msg:'Path Traversal Attempt Blocked'"
SecRule ARGS "@contains %2e%2e" "id:100002,phase:1,deny,status:403,msg:'Encoded Path Traversal Blocked'"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechReggie

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Issue Tracker

  • GitHub Issue Details

  • VulDB CTI ID #291276

  • VulDB #291276

  • VulDB Submission #473322
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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