Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-12776

CVE-2025-12776: Report Builder Component XSS Vulnerability

CVE-2025-12776 is a Cross-Site Scripting flaw in the Report Builder component that executes when reports are modified by users with edit permissions. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-12776 Overview

CVE-2025-12776 is a Stored Cross-Site Scripting (XSS) vulnerability affecting the Report Builder component within the Commvault WebConsole application. The vulnerability occurs because user input is stored directly in a web page without proper validation during report creation, and this input is subsequently displayed to other users. While the malicious scripts are not executed when end users run the report, they are triggered when a user with edit permissions modifies the report through the Report Builder interface.

Critical Impact

This vulnerability allows attackers to inject malicious scripts that execute in the browser context of users with report editing privileges. The WebConsole package containing the vulnerable Report Builder is end-of-life and no longer maintained.

Affected Products

  • Commvault WebConsole (End of Life)
  • Report Builder component within WebConsole

Discovery Timeline

  • 2026-01-07 - CVE CVE-2025-12776 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-12776

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists in the Report Builder component of the Commvault WebConsole application, where user-supplied input is stored without adequate sanitization and later rendered in web pages viewed by other users.

The attack requires authenticated access with the ability to create or modify reports. The stored payload persists in the application and executes when another user with edit permissions accesses the report through the Report Builder interface. This is a stored (persistent) XSS variant, making it potentially more dangerous than reflected XSS as the malicious payload remains in the system until explicitly removed.

The impact is somewhat limited because script execution only occurs for users with edit permissions who access the report through the Report Builder—not when end users simply run the report. However, this still poses risks including session hijacking, credential theft, or privilege abuse within the context of users who have elevated permissions to modify reports.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the Report Builder component. When users create or modify reports, the application fails to sanitize user-supplied input before storing it in the database. Subsequently, when this content is rendered in the browser for users accessing the Report Builder, the application does not properly encode the output, allowing embedded scripts to execute in the victim's browser context.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker with permissions to create or modify reports in the Report Builder. The attacker crafts a report containing malicious JavaScript code embedded in user-controllable fields. When another user with edit permissions opens this report in the Report Builder interface, the stored malicious script executes in their browser session.

The attack requires user interaction (the victim must access and attempt to edit the poisoned report) and requires the attacker to have high privileges (report creation/editing permissions). This limits the exploitability, but in environments where the WebConsole is still deployed, users with report editing permissions could be targeted for session hijacking or further privilege escalation.

Detection Methods for CVE-2025-12776

Indicators of Compromise

  • Unusual or suspicious content within Report Builder reports, particularly fields containing JavaScript or HTML tags
  • Reports with encoded script elements such as <script>, javascript:, or event handlers like onerror or onload
  • Unexpected modifications to existing reports by users who typically do not edit them

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS patterns in requests to the WebConsole application
  • Review application logs for suspicious report creation or modification activities
  • Conduct periodic audits of report content for embedded scripts or suspicious HTML elements
  • Monitor for unusual session activity from users with report editing privileges

Monitoring Recommendations

  • Enable detailed logging for all Report Builder activities including report creation, modification, and access events
  • Set up alerts for detection of common XSS payload patterns in application input fields
  • Monitor for anomalous user behavior such as accessing reports outside normal working hours or from unusual IP addresses

How to Mitigate CVE-2025-12776

Immediate Actions Required

  • Discontinue use of the Commvault WebConsole as it is end-of-life and no longer receives security updates
  • If the WebConsole must remain in use, deploy it within a fully isolated network segment with no access to sensitive data or internet connectivity
  • Restrict Report Builder access to only essential personnel and implement strict access controls
  • Conduct a thorough review of existing reports for any potentially malicious content

Patch Information

The Commvault WebConsole package is currently end-of-life and is no longer maintained. No security patches will be released for this vulnerability. Users are strongly advised to migrate away from the WebConsole to supported alternatives. For more information, refer to the Commvault Security Advisory CV_2025_06_3.

Workarounds

  • Isolate the WebConsole deployment in a dedicated network segment with no connectivity to production systems or the internet
  • Implement strict access controls limiting who can create and edit reports in the Report Builder
  • Deploy a web application firewall (WAF) with XSS filtering rules in front of the WebConsole application
  • Regularly audit report content for suspicious or malicious script elements
  • Consider implementing browser-based XSS protection headers such as Content-Security-Policy where possible
bash
# Network isolation recommendation for WebConsole deployment
# Configure firewall rules to restrict WebConsole access
# Example: Allow access only from specific management subnet

# Restrict inbound access to WebConsole port
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Block outbound internet access from WebConsole server
iptables -A OUTPUT -o eth0 -d 0.0.0.0/0 -j DROP
iptables -A OUTPUT -o eth0 -d 10.0.0.0/8 -j ACCEPT

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWebconsole

  • SeverityLOW

  • CVSS Score1.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:A/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
  • Commvault Security Advisory CV_2025_06_3
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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