What is Commvault?
Commvault is a leading enterprise data protection and backup platform used by large organizations to back up, replicate, and recover data across on-premises, cloud, and hybrid environments. The Commvault Web Server provides the web-based management console for administrators to configure backup jobs, monitor data protection, and manage recovery operations. Because Commvault has privileged access to sensitive data across the entire organization's infrastructure, its compromise is extremely high-impact — both for data theft and for disrupting backup and recovery capabilities ahead of a ransomware attack.
Overview
CVE-2025-3928 is an unspecified vulnerability (no CWE assigned publicly) in the Commvault Web Server that allows a remote authenticated attacker with low-level privileges to create and execute webshells on the server. The 3-day gap between CVE publication and CISA KEV listing (April 25–28, 2025) indicates rapid confirmed exploitation — likely in ransomware pre-attack phases where attackers disable backup capabilities to prevent victim recovery.
Note: This is distinct from CVE-2025-34028, a separate pre-authentication Commvault vulnerability (Commvault Command Center path traversal) enriched earlier in this project.
Affected Versions
Affected versions are specified in Commvault's security advisory CV_2025_03_1. Commvault publishes version-specific patch information through their customer portal and documentation site. Check the advisory URL for the exact affected software pack versions.
Technical Details
The vulnerability allows an authenticated attacker with low-level web server access (PR:L) to create webshell files on the Commvault Web Server. The exact mechanism is not publicly disclosed ("unspecified" per NVD), which is common for enterprise software vendors that limit public technical disclosure to reduce exploit development risk.
Webshell capability: Once a webshell is created on the server, the attacker has:
- Persistent remote code execution on the Commvault server
- Access to the Commvault database containing backup job metadata, schedules, and potentially credentials
- The ability to delete or corrupt backup data — preventing victim recovery after ransomware deployment
- Lateral movement capabilities to systems Commvault has privileged access to for backup operations
Ransomware operator TTPs against backup platforms:
- Enumerate Commvault backup jobs to identify valuable data targets
- Delete or encrypt backup repositories to prevent recovery
- Extract credentials for backed-up systems to use in lateral movement
- Plant persistent access for post-ransomware re-entry
Exploitation Context
The 3-day KEV listing gap indicates Commvault was already aware of active exploitation when they published the advisory. Active exploitation in the wild is consistent with ransomware operators' established pattern of targeting backup infrastructure: disabling backups before deploying ransomware prevents victim recovery and increases ransom payment likelihood.
Remediation
- Apply Commvault security advisory CV_2025_03_1 patches immediately. The CISA deadline was May 19, 2025. Use the Commvault documentation URL above to identify your specific affected version and patch.
- Audit Commvault Web Server directories for unexpected webshell files (.jsp, .aspx, .php, .py) in web-accessible paths.
- Review Commvault access logs for unexpected low-privilege user activity — particularly file creation operations on the web server.
- Restrict Commvault Web Server access to known administrator IP addresses; it should never be internet-accessible.
- Enable MFA for all Commvault administrative accounts.
- Verify backup integrity — if the server was compromised, audit backup job logs for unexpected deletion, modification, or disabling of backup schedules.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2025-3928 |
| Vendor / Product | Commvault — Web Server |
| NVD Published | 2025-04-25 |
| NVD Last Modified | 2025-10-31 |
| CVSS 3.1 Score | 8.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CISA KEV Added | 2025-04-28 |
| CISA KEV Deadline | 2025-05-19 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2025-04-25 | CVE published; Commvault releases security advisory CV_2025_03_1 |
| 2025-04-28 | Added to CISA Known Exploited Vulnerabilities catalog (3-day turnaround) |
| 2025-05-19 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Commvault Security Advisory CV_2025_03_1 | Vendor Advisory |
| Commvault Security Advisory Update Blog | Vendor Advisory |
| NVD — CVE-2025-3928 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |