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
    • 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-60946

CVE-2025-60946: Census CSWeb Path Traversal Vulnerability

CVE-2025-60946 is a path traversal vulnerability in Census CSWeb 8.0.1 that allows authenticated attackers to access unintended file directories. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2025-60946 Overview

CVE-2025-60946 is a path traversal vulnerability affecting Census CSWeb version 8.0.1. The application fails to properly validate file path input, allowing a remote, authenticated attacker to access unintended file directories on the server. This vulnerability has been classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory).

Critical Impact

Authenticated attackers can traverse directory boundaries and access sensitive files outside intended directories, potentially exposing configuration files, credentials, or other sensitive data stored on the system.

Affected Products

  • CSPro Users CSWeb 8.0.1
  • Census CSWeb installations prior to version 8.1.0 alpha

Discovery Timeline

  • 2026-03-23 - CVE-2025-60946 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2025-60946

Vulnerability Analysis

This path traversal vulnerability exists in Census CSWeb 8.0.1, a web application used for census data collection and management. The application accepts arbitrary file path input without proper sanitization, enabling authenticated users to escape the intended directory structure and access files elsewhere on the system.

The vulnerability requires valid authentication credentials, meaning an attacker must first obtain legitimate access to the application. However, once authenticated, the attacker can manipulate file path parameters to traverse directories using sequences such as ../ or absolute paths, bypassing intended access restrictions.

The impact is significant as it allows unauthorized file access that could lead to exposure of sensitive configuration files, database credentials, user data, or other confidential information stored on the server.

Root Cause

The root cause is improper input validation of file path parameters (CWE-22). The application fails to sanitize or validate user-supplied file paths before processing them, allowing directory traversal sequences to escape the application's intended directory scope. The fix implemented in version 8.1.0 alpha addresses this by properly restricting file path input to intended directories.

Attack Vector

The attack is network-based and requires low privilege authentication. An authenticated attacker can craft malicious requests containing path traversal sequences to access files outside the authorized directories. The attack does not require user interaction and has low complexity, making it relatively straightforward to exploit once valid credentials are obtained.

The vulnerability allows an attacker to manipulate file path parameters in application requests. By injecting directory traversal sequences (such as ../) or absolute paths, the attacker can navigate outside the intended directory structure. For example, requests that normally access files within the application's data directory can be modified to read files from system directories, potentially exposing sensitive configuration files, credentials, or other protected data. For additional technical details, see the GitHub Exploit Repository and the CISA Vulnerability Report.

Detection Methods for CVE-2025-60946

Indicators of Compromise

  • Web server access logs containing path traversal sequences (../, ..%2f, %2e%2e/) in request parameters
  • Unusual file access patterns from the CSWeb application to system directories outside its normal scope
  • Authentication followed by requests attempting to access sensitive system files like /etc/passwd or configuration files
  • Error logs showing file access denials or unexpected file path operations

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Monitor application logs for requests containing directory traversal sequences or attempts to access files outside expected directories
  • Deploy file integrity monitoring on sensitive system directories to detect unauthorized access attempts
  • Analyze authentication logs for unusual patterns followed by suspicious file access requests

Monitoring Recommendations

  • Enable verbose logging for the CSWeb application to capture all file access operations
  • Set up alerts for any file access attempts outside the application's designated data directories
  • Monitor network traffic for HTTP requests containing encoded path traversal sequences
  • Implement real-time log analysis to detect exploitation attempts as they occur

How to Mitigate CVE-2025-60946

Immediate Actions Required

  • Upgrade to Census CSWeb version 8.1.0 alpha or later immediately, as this version contains the fix for the path traversal vulnerability
  • Implement network segmentation to limit access to systems running vulnerable CSWeb versions
  • Review authentication logs to identify any potentially compromised accounts that could be used for exploitation
  • Deploy web application firewall rules to block path traversal patterns as a temporary protective measure

Patch Information

The vulnerability has been fixed in Census CSWeb version 8.1.0 alpha. The fix can be found in the GitHub commit eba0b59a243390a1a4f9524cce6dbc0314bf0d91. Organizations should upgrade to this version or later to remediate the vulnerability. Additional details are available in the official CVE record.

Workarounds

  • Implement strict input validation on file path parameters at the web server or reverse proxy level to reject requests containing traversal sequences
  • Restrict file system permissions for the CSWeb application service account to only necessary directories
  • Deploy a web application firewall (WAF) configured to detect and block path traversal attack patterns
  • If feasible, restrict network access to the CSWeb application to trusted IP ranges only until patching is complete
bash
# Example: Block path traversal patterns in nginx (temporary mitigation)
# Add to server block configuration
location / {
    if ($request_uri ~* "\.\.") {
        return 403;
    }
    # Additional CSWeb proxy/application configuration
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechCsprousers

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Exploit Repository

  • CISA JSON Vulnerability Report

  • CVE.org Record for CVE-2025-60946
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2025-60947: Census CSWeb RCE Vulnerability

  • CVE-2025-60948: Census CSWeb Stored XSS Vulnerability
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