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

CVE-2025-60948: Census CSWeb Stored XSS Vulnerability

CVE-2025-60948 is a stored XSS vulnerability in Census CSWeb 8.0.1 that lets authenticated attackers inject malicious JavaScript into user fields. This article covers the technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2025-60948 Overview

Census CSWeb version 8.0.1 is affected by a stored cross-site scripting (XSS) vulnerability in user-supplied input fields. A remote, authenticated attacker can inject malicious JavaScript code that persists within the application and executes in the browser of any victim who views the affected content. This type of stored XSS vulnerability is particularly dangerous as the malicious payload persists server-side, potentially affecting multiple users over time.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in victim browsers, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of legitimate users.

Affected Products

  • CSPro Users CSWeb version 8.0.1
  • Census CSWeb 8 data collection and processing platform

Discovery Timeline

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

Technical Details for CVE-2025-60948

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exists in Census CSWeb 8.0.1 due to insufficient sanitization of user-supplied input fields. The application fails to properly encode or validate user input before storing it in the database and subsequently rendering it in web pages. When victims access pages containing the injected content, the malicious JavaScript executes within their browser context, inheriting their session privileges and access permissions.

The attack requires network access and an authenticated session on the CSWeb platform. User interaction is required as the victim must navigate to a page containing the stored malicious payload. While the confidentiality and integrity impacts are limited in scope to the affected user's browser session, the persistent nature of the attack means multiple users could be compromised over time.

Root Cause

The root cause of CVE-2025-60948 is improper input validation and output encoding in CSWeb's handling of user-supplied form fields. The application stores user input directly in the database without adequate sanitization and then renders this content in HTML responses without proper encoding, allowing injected JavaScript to execute as trusted code within the application's origin.

Attack Vector

An authenticated attacker exploits this vulnerability by injecting malicious JavaScript code into vulnerable user input fields within the CSWeb application. The attack follows a typical stored XSS pattern:

  1. The attacker authenticates to the CSWeb application with valid credentials
  2. The attacker submits malicious JavaScript payload through a vulnerable input field (such as user profile information, survey data, or other user-controlled content)
  3. The application stores the unvalidated payload in its database
  4. When another user or administrator views the page containing this stored content, the malicious script executes in their browser
  5. The script can then perform actions such as stealing session cookies, capturing keystrokes, redirecting to phishing sites, or performing unauthorized operations

The vulnerability leverages network-based access with low attack complexity, though it requires prior authentication and victim interaction.

Detection Methods for CVE-2025-60948

Indicators of Compromise

  • Unusual JavaScript patterns in stored database content or application logs, particularly <script> tags or event handlers in user-supplied fields
  • Unexpected HTTP requests originating from user browsers to external domains
  • Session token exfiltration attempts visible in network traffic analysis
  • User reports of unexpected browser behavior when accessing CSWeb application pages

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block common XSS payload patterns in incoming requests
  • Deploy content security policy (CSP) headers to restrict script execution sources and detect policy violations
  • Monitor application logs for submissions containing HTML tags, JavaScript keywords, or URL-encoded script elements
  • Conduct regular security scans of the CSWeb application to identify stored XSS payloads in the database

Monitoring Recommendations

  • Enable detailed logging of all user input submissions to CSWeb form fields
  • Configure browser-based CSP violation reporting to capture attempted XSS exploitation
  • Monitor for anomalous session activity that may indicate session hijacking following XSS attacks
  • Review database content periodically for suspicious patterns that may indicate stored malicious payloads

How to Mitigate CVE-2025-60948

Immediate Actions Required

  • Upgrade CSWeb to version 8.1.0 alpha or later, which includes the security fix for this vulnerability
  • Review stored data in affected CSWeb deployments for potentially malicious content injected prior to patching
  • Implement Content Security Policy (CSP) headers to restrict inline script execution as a defense-in-depth measure
  • Consider forcing session invalidation for all users after patching to mitigate any ongoing session compromise

Patch Information

The vendor has addressed this vulnerability in CSWeb version 8.1.0 alpha. The fix is available in the CSWeb GitHub commit eba0b59a. Organizations should upgrade to the patched version as soon as possible.

Additional technical references are available in the GitHub CSPro Exploits Repository and the CISA CSAF Advisory.

Workarounds

  • Implement strict input validation and output encoding at the application layer if immediate patching is not possible
  • Deploy a web application firewall (WAF) with XSS detection rules in front of the CSWeb application
  • Restrict access to the CSWeb application to trusted users and networks while awaiting patch deployment
  • Enable strong Content Security Policy headers to mitigate XSS impact by preventing inline script execution
bash
# Example CSP header configuration for Apache
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCsprousers

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub CSPro Exploits Repository

  • CISA CSAF White Paper

  • CVE-2025-60948 Record
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2025-60946: Census CSWeb Path Traversal Vulnerability

  • CVE-2025-60947: Census CSWeb RCE 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