What is Commvault Command Center?
Commvault Command Center is the web-based administrative interface for Commvault's enterprise data protection and backup platform. Commvault is deployed by large organizations and government agencies to manage backup and recovery of critical data across hybrid cloud environments. Because the Command Center has privileged access to backup agents on every protected server — including domain controllers, databases, and file servers — compromising it gives an attacker access to backup data (which may contain credentials and sensitive files) and the ability to corrupt or delete backups, eliminating recovery options before a ransomware attack.
Overview
CVE-2025-34028 is a maximum-severity path traversal vulnerability (CWE-22, CVSS 10.0) in Commvault Command Center. An unauthenticated remote attacker can exploit a pre-authentication endpoint to traverse outside the intended web directory and write arbitrary files — including JSP webshells — to web-accessible locations on the server. Code executes with the privileges of the Commvault service account. Commvault confirmed active in-the-wild exploitation and issued an emergency out-of-band advisory. watchTowr Labs discovered and published the technical details.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Commvault Command Center | 11.20.x | 11.20.217 |
| Commvault Command Center | 11.28.x | 11.28.141 |
| Commvault Command Center | 11.32.x | 11.32.89 |
| Commvault Command Center | 11.36.x | 11.36.46 |
Technical Details
The vulnerability (CWE-22: Path Traversal) is in a pre-authentication endpoint in Commvault Command Center that handles package/file operations. The endpoint fails to validate or sanitize path components in the request, allowing directory traversal sequences (../) to write files outside the intended upload directory. An attacker can write a JSP webshell to a web-accessible directory — such as the Command Center web root — and then request it via HTTP to achieve code execution with the Commvault service account's privileges.
The Scope:Changed (S:C) CVSS rating reflects that the Commvault service account has privileged access to backup agents across the entire protected environment, crossing from the Command Center application into the broader backup infrastructure.
Discovery
Discovered by watchTowr Labs, who published a detailed technical analysis.
Exploitation Context
Commvault confirmed active exploitation in the wild before the advisory was published, making this a zero-day at the time of disclosure. CISA added CVE-2025-34028 to the KEV catalog on 2 May 2025 with a 21-day federal remediation deadline. Post-exploitation access to Commvault enables: access to backup archives containing credentials and sensitive data, deletion or corruption of backups to prevent ransomware recovery, and lateral movement to any system with a Commvault backup agent. No specific threat actor has been publicly named.
Remediation
- Apply the emergency patch immediately for your Commvault version: 11.20.217, 11.28.141, 11.32.89, or 11.36.46.
- Check for webshells: search the Commvault Command Center web directory for unexpected
.jspfiles created after the installation date. - Review Commvault audit logs for unexpected administrative actions, new users created, or backup job modifications from unfamiliar IP addresses.
- Restrict Command Center network access: apply firewall rules to limit HTTPS access to the Command Center to trusted administrative networks only.
- Audit backup data integrity: if compromise is suspected, verify that backup archives have not been deleted or modified.
- Rotate Commvault service account credentials and any credentials stored in Command Center (cloud accounts, backup proxies).
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2025-34028 |
| Vendor / Product | Commvault — Command Center |
| NVD Published | 2025-04-22 |
| NVD Last Modified | 2025-11-06 |
| CVSS 3.1 Score | 10 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-22 find similar ↗ |
| CISA KEV Added | 2025-05-02 |
| CISA KEV Deadline | 2025-05-23 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2025-04-22 | Commvault publishes emergency advisory CV_2025_04_1; CVE published; patches released |
| 2025-05-02 | CISA adds to Known Exploited Vulnerabilities catalog |
| 2025-05-23 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Commvault Security Advisory CV_2025_04_1 | Vendor Advisory |
| NVD — CVE-2025-34028 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| watchTowr Labs — Commvault Command Center RCE Analysis | Security Research |
| BleepingComputer — Commvault Confirms Hackers Exploited CVSS 10 Flaw | News |