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

CVE-2025-60947: Census CSWeb RCE Vulnerability

CVE-2025-60947 is a remote code execution vulnerability in Census CSWeb 8.0.1 caused by arbitrary file upload. Authenticated attackers can upload malicious files to execute code. This article covers technical details, impact, and mitigation.

Published: March 27, 2026

CVE-2025-60947 Overview

Census CSWeb 8.0.1 contains an arbitrary file upload vulnerability that allows a remote, authenticated attacker to upload a malicious file to the server. This vulnerability could potentially lead to remote code execution (RCE), enabling attackers to gain complete control over the affected system. The issue has been addressed in version 8.1.0 alpha.

Critical Impact

Authenticated attackers can upload arbitrary files, potentially achieving remote code execution and full system compromise on Census CSWeb 8.0.1 installations.

Affected Products

  • Census CSWeb version 8.0.1
  • CSProUsers CSWeb application

Discovery Timeline

  • 2026-03-23 - CVE-2025-60947 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2025-60947

Vulnerability Analysis

This vulnerability (CWE-434: Unrestricted Upload of File with Dangerous Type) stems from insufficient validation of file uploads in Census CSWeb 8.0.1. The application fails to properly restrict the types of files that authenticated users can upload, allowing potentially malicious files such as PHP scripts or web shells to be placed on the server.

When a malicious file is successfully uploaded, an attacker can execute arbitrary code on the server by accessing the uploaded file through a web browser. This attack requires valid authentication credentials, meaning the attacker must first obtain legitimate user access to the system before exploiting this vulnerability.

The impact includes potential complete system compromise, data theft, lateral movement within the network, and the ability to use the compromised server as a pivot point for further attacks.

Root Cause

The root cause of CVE-2025-60947 is inadequate input validation and access control on file upload functionality. The application lacked proper restrictions on:

  1. File type validation - allowing dangerous file extensions to be uploaded
  2. Directory access controls - permitting direct access to sensitive folders and uploaded files
  3. Execution prevention - failing to block execution of uploaded scripts

The security patch introduces .htaccess rules to block access to sensitive directories and files, demonstrating that the original implementation did not implement defense-in-depth measures for file handling.

Attack Vector

The attack is network-based and requires low privileges (authenticated user). The attack sequence involves:

  1. An attacker authenticates to the CSWeb application with valid credentials
  2. The attacker uploads a malicious file (e.g., PHP web shell) through the file upload functionality
  3. The attacker accesses the uploaded file directly via the web server
  4. The malicious code executes with the web server's privileges, granting the attacker control over the system

The following security patch was applied to address the vulnerability by implementing access controls in the .htaccess file:

text
+# Block direct browser access to specific files
+<FilesMatch "^(\.DS_Store|\.htaccess|README\.md|\.gitignore|bower\.json|web\.config|composer\.json|composer\.lock|composer\.phar|api/web\.config|app/AppCache\.php|files/\.gitignore|maps/\.travis\.yml|app/AppKernel\.php|app/api/ApiKernel\.php)$">
+    <IfModule mod_authz_core.c>
+        # Apache v2.4 or later
+        Require all denied
+    </IfModule>
+    <IfModule mod_access_compat.c>
+        # Apache 2.2, 2.3, or compatibility mode in 2.4
+        Order allow,deny
+        Deny from all
+    </IfModule>
+</FilesMatch>
+
+RewriteEngine On
+
+# Block access to asset in specific folders, if we want to also block all asset files in a folder we must include the folder in this rule before the one below
+RewriteRule ^(vendor/phpunit)/ - [F,L]
+
+# Block sensitive folders unconditionally — no condition before this
+RewriteRule ^(var|tests|files|bin|\.git|less|maps|vendor|nbproject|templates|app/config|app/config/api|\.vscode)/ - [F,L]
+
+# If the request is for an actual file (css, js, images etc), serve it directly
+RewriteCond %{REQUEST_FILENAME} -f
+RewriteCond %{REQUEST_URI} \.(css|js|png|jpg|jpeg|woff2|woff|ttf|gif|ico)$
+RewriteRule ^ - [L]

Source: GitHub Commit Changes

Detection Methods for CVE-2025-60947

Indicators of Compromise

  • Unexpected files with executable extensions (.php, .phtml, .asp, .aspx, .jsp) in upload directories
  • Web server logs showing POST requests to file upload endpoints followed by GET requests to unusual file paths
  • Presence of web shells or backdoor files in the files/, var/, or vendor/ directories
  • Anomalous outbound network connections from the web server process

Detection Strategies

  • Monitor file system activity for creation of new executable files in web-accessible directories
  • Implement web application firewall (WAF) rules to detect and block file upload attacks targeting dangerous file types
  • Review web server access logs for patterns indicating file upload exploitation (POST followed by direct file access)
  • Deploy file integrity monitoring (FIM) on critical application directories

Monitoring Recommendations

  • Enable detailed logging for file upload functionality within CSWeb
  • Configure alerts for new file creation in upload directories with executable extensions
  • Monitor Apache/web server error logs for access denial messages to sensitive directories (indicating potential reconnaissance)
  • Implement network monitoring for unusual outbound connections from web server hosts

How to Mitigate CVE-2025-60947

Immediate Actions Required

  • Upgrade Census CSWeb to version 8.1.0 alpha or later immediately
  • Review upload directories for any suspicious or unexpected files and remove unauthorized content
  • Implement additional access controls and file type restrictions at the web server level
  • Audit user accounts for unauthorized access or suspicious activity

Patch Information

The vendor has released a security patch in CSWeb version 8.1.0 alpha. The fix implements proper access controls through .htaccess rules to block direct browser access to sensitive files and directories, prevent execution of files in upload folders, and restrict access to configuration and vendor directories. The patch commit is available at the CSWeb GitHub repository.

Workarounds

  • Manually apply the .htaccess rules from the security patch if immediate upgrade is not possible
  • Configure web server to deny direct access to var/, files/, vendor/, and other sensitive directories
  • Implement file upload restrictions at the application layer to allow only specific, safe file types
  • Place the CSWeb application behind a reverse proxy with additional security controls
bash
# Configuration example - Add to .htaccess to block sensitive directories
RewriteEngine On

# Block access to sensitive folders
RewriteRule ^(var|tests|files|bin|\.git|vendor|templates|app/config)/ - [F,L]

# Only allow safe static file types to be served directly
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_URI} \.(css|js|png|jpg|jpeg|woff2|woff|ttf|gif|ico)$
RewriteRule ^ - [L]

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCsprousers

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.24%

  • 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-434
  • Technical References
  • GitHub Exploit Repository

  • CISA CSAF Document

  • CVE-2025-60947 Record
  • Vendor Resources
  • GitHub Commit Changes
  • Related CVEs
  • CVE-2025-60946: Census CSWeb Path Traversal 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