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

CVE-2025-11018: Four-Faith Path Traversal Vulnerability

CVE-2025-11018 is a path traversal vulnerability in Four-Faith Water Conservancy Informatization Platform 1.0 that allows remote attackers to access unauthorized files. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-11018 Overview

CVE-2025-11018 is a path traversal vulnerability [CWE-22] affecting Four-Faith Water Conservancy Informatization Platform version 1.0. The flaw resides in the /sysRole/index.do/../../generalReport/download.do;usrlogout.do.do endpoint, where the fileName parameter is not properly validated. Attackers can manipulate this argument to traverse directories and access files outside the intended scope. The vulnerability is exploitable remotely without authentication or user interaction. Public exploit details have been disclosed, and the vendor did not respond to early disclosure attempts, increasing the risk of opportunistic exploitation against exposed deployments.

Critical Impact

Unauthenticated remote attackers can read arbitrary files on affected systems via crafted fileName parameters, potentially exposing sensitive configuration data, credentials, or operational records of water management infrastructure.

Affected Products

  • Four-Faith Water Conservancy Informatization Platform 1.0
  • Component: four-faith:water_conservancy_informatization
  • CPE: cpe:2.3:a:four-faith:water_conservancy_informatization:1.0:*:*:*:*:*:*:*

Discovery Timeline

  • 2025-09-26 - CVE-2025-11018 published to NVD
  • 2025-10-08 - Last updated in NVD database

Technical Details for CVE-2025-11018

Vulnerability Analysis

The vulnerability stems from improper neutralization of path traversal sequences in the file download handler. The affected endpoint accepts a fileName parameter that is passed to a file retrieval routine without canonicalization or sanitization. Attackers supply sequences such as ../ to escape the intended directory and reference arbitrary paths on the host filesystem.

The URL structure /sysRole/index.do/../../generalReport/download.do;usrlogout.do.do also demonstrates an authentication bypass pattern. The trailing ;usrlogout.do.do segment appears to manipulate servlet path matching, allowing the request to reach the protected download.do handler while appearing to target a different endpoint. This dual-purpose payload bypasses access controls and triggers the traversal in one request.

The EPSS score of 0.366% indicates limited current scanning activity, but the public availability of exploit details raises the likelihood of weaponization.

Root Cause

The root cause is missing input validation on the fileName parameter combined with permissive servlet path handling. The application concatenates user input directly into a filesystem path without rejecting traversal sequences or restricting access to a defined download directory. URL path normalization within the servlet container also fails to enforce authentication boundaries when matrix parameters and path manipulation are combined.

Attack Vector

The attack vector is network-based and requires no authentication. An attacker sends a single HTTP request to the vulnerable endpoint with a crafted fileName value pointing to a target file. The server reads the file and returns its contents in the HTTP response. Targets include application configuration files, database connection strings, system files such as /etc/passwd, and operational data specific to water management deployments.

No exploitation code is reproduced here. Refer to the GitHub CVE Issue and VulDB entry #325961 for additional technical context.

Detection Methods for CVE-2025-11018

Indicators of Compromise

  • HTTP requests containing ../ or URL-encoded %2e%2e%2f sequences in the fileName query parameter
  • Access patterns targeting /generalReport/download.do with unusual path prefixes such as /sysRole/index.do/../../
  • Requests containing matrix parameters like ;usrlogout.do.do appended to handler paths
  • Outbound responses returning unexpectedly large file payloads or content-types from the download endpoint

Detection Strategies

  • Deploy web application firewall rules that block path traversal patterns and matrix parameter abuse on .do endpoints
  • Inspect HTTP access logs for the specific URI signature /sysRole/index.do/../../generalReport/download.do
  • Correlate unauthenticated download requests against expected user session activity to flag anomalies

Monitoring Recommendations

  • Forward web server and application logs to a centralized analytics platform with retention sufficient for incident review
  • Alert on bursts of 4xx and 2xx responses from the download.do handler originating from a single source IP
  • Monitor egress traffic from the application host for unexpected reads of sensitive configuration files

How to Mitigate CVE-2025-11018

Immediate Actions Required

  • Restrict network exposure of the Four-Faith Water Conservancy Informatization Platform to trusted management networks only
  • Place the application behind a reverse proxy or WAF that normalizes URLs and blocks ../ sequences before they reach the handler
  • Audit web server logs for prior exploitation attempts targeting the fileName parameter
  • Rotate any credentials or secrets that may have been stored in files readable by the application user

Patch Information

As of the last NVD update on 2025-10-08, no vendor patch has been published. The vendor was contacted prior to disclosure but did not respond. Organizations operating this platform should treat the deployment as unpatched and prioritize compensating controls. Track the VulDB advisory #325961 for vendor response updates.

Workarounds

  • Block external access to /generalReport/download.do at the perimeter until a vendor fix is available
  • Configure WAF signatures to reject requests containing .., %2e%2e, or matrix parameters on .do endpoints
  • Apply strict filesystem permissions so the application service account cannot read sensitive files outside its working directory
  • Consider isolating the platform within a segmented network zone with strict egress filtering
bash
# Example NGINX rule to block path traversal on the affected endpoint
location ~* /generalReport/download\.do {
    if ($args ~* "\.\.") { return 403; }
    if ($request_uri ~* "%2e%2e") { return 403; }
    if ($request_uri ~* ";.*\.do") { return 403; }
    proxy_pass http://backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechFour Faith Water Conservancy Informatization

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.37%

  • 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:P/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 CVE Issue

  • VulDB CTI #325961

  • VulDB #325961

  • VulDB Submission #650695
  • 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