Tuesday, September 8, 2026

CISA Alerts on Threat Actors Targeting Commvault Azure App to Steal Secrets

On May 22, 2025, Commvault, a leading enterprise data backup provider, issued an urgent advisory regarding active cyber threat activity targeting its Metallic software-as-a-service (SaaS) application, which is hosted in the Microsoft Azure cloud environment.

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) confirmed that threat actors exploited a zero-day vulnerability (CVE-2025-3928) in Commvault’s web server, enabling unauthorized access to client secrets for the Metallic Microsoft 365 (M365) backup solution.

These application secrets, which are used for authenticating access to customer M365 environments, were stored by Commvault on behalf of its clients.

The compromise potentially allowed attackers to access customers’ M365 environments, posing a significant risk to sensitive enterprise data.

CISA indicated that this incident is likely part of a broader campaign targeting cloud applications with default configurations and elevated permissions—a pattern increasingly observed in attacks on SaaS providers.

Commvault emphasized that, to date, there is no evidence of unauthorized access to customer backup data or material impact on business operations.

The company responded by rotating affected credentials and enhancing security controls across its Azure-hosted services.

Technical Details: Exploited Vulnerabilities and Attack Vectors

The primary vulnerability exploited, CVE-2025-3928, allowed remote, authenticated attackers to create and execute web shells on the Commvault web server.

This provided a foothold for further lateral movement and potential credential theft. The attack was detected after Microsoft notified Commvault of unauthorized activity in February 2025, which a subsequent investigation attributed to a nation-state threat actor.

In parallel, another critical vulnerability, CVE-2025-34028, was identified in the Commvault Command Center.

This flaw, rated with a CVSS score 10/10, is a path traversal vulnerability that enables unauthenticated remote code execution (RCE) via malicious ZIP file uploads.

Attackers can exploit this by uploading a ZIP archive containing a JavaServer Pages (JSP) file, which is then executed by the server, potentially leading to a complete compromise of the Command Center environment.

Technical mitigations for these vulnerabilities include:

  • Monitoring Microsoft Entra audit logs for unauthorized modifications or additions of credentials to service principals associated with Commvault applications.
  • Reviewing unified audit logs and conducting internal threat hunting in alignment with incident response policies.
  • Implementing conditional access policies for single-tenant applications, restricting authentication to approved IP addresses within Commvault’s allowlisted range (requires Microsoft Entra Workload ID Premium License).
  • Regularly rotating application secrets and credentials, with a recommended interval of at least every 30 days for customers with control over their secrets.

Mitigation Steps and Ongoing Response

CISA has added CVE-2025-3928 and CVE-2025-34028 to its Known Exploited Vulnerabilities (KEV) catalog, mandating immediate patching by federal agencies and strongly advising all organizations to do the same.

Commvault has released patches for affected versions (11.38.20 and 11.38.25), but organizations must ensure the correct sub-versions are installed, as not all updates fully remediate the issue.

Additional recommendations include:

  • Restricting access to Commvault management interfaces to trusted networks and administrative systems.
  • Deploying a Web Application Firewall (WAF) to detect and block path traversal attempts and suspicious file uploads.
  • Reviewing application registrations and service principals in Microsoft Entra for excessive privileges.
  • Applying general M365 security best practices as outlined in CISA’s Secure Cloud Business Applications (SCuBA) project.

Organizations are urged to report incidents or anomalous activity to CISA’s 24/7 Operations Center.

The situation remains dynamic, with CISA and Commvault collaborating with industry partners to monitor for further malicious activity and to update mitigation guidance as new intelligence emerges.

Key Technical Terms:

  • Client Secrets: Credentials used by applications to authenticate to cloud services.
  • Service Principal: An identity used by applications or services to access specific resources in Azure.
  • Remote Code Execution (RCE): An attack that allows execution of arbitrary code on a target system.
  • Path Traversal: A vulnerability that allows attackers to access directories and execute files outside the intended directory.
  • Web Shell: A script that enables remote control of a web server.
  • Conditional Access Policy: Security controls that restrict access to applications based on defined conditions, such as IP address.

Example Code Snippet for Conditional Access Policy (PowerShell):

powershellNew-AzureADMSConditionalAccessPolicy -DisplayName "Restrict Commvault App" `
  -Conditions @{ Applications = @{ IncludeApplications = @("<AppID>") } } `
  -GrantControls @{ BuiltInControls = @("mfa") } `
  -Locations @{ IncludeLocations = @("<TrustedIPRangeID>") }

This policy restricts authentication for the Commvault application to a trusted IP range, enhancing security for single-tenant environments.

Find this News Interesting! Follow us on Google NewsLinkedIn, & X to Get Instant Updates!

Anupriya
Anupriya
Any Priya is a cybersecurity reporter at GBHackers On Security, specializing in cyber attacks, dark web monitoring, data breaches, vulnerabilities, and malware. She delivers in-depth analysis on emerging threats and digital security trends.

Hot this week

How To Access Dark Web Anonymously and know its Secretive and Mysterious Activities

What is Deep Web The deep web, invisible web, or...

How to Build and Run a Security Operations Center (SOC Guide) – 2023

Today’s Cyber security operations center (CSOC) should have everything...

Russian Hackers Bypass EDR to Deliver a Weaponized TeamViewer Component

TeamViewer's popularity and remote access capabilities make it an...

Web Server Penetration Testing Checklist – 2026

Web server pentesting is performed under three significant categories: identity,...

ATM Penetration Testing – Advanced Testing Methods to Find The Vulnerabilities

ATM Penetration testing, Hackers have found different approaches to...

PoisonedRefresh Malware Backdoors F5 BIG-IP Servers With Memory-Only PHP Web Shells

A sophisticated Linux implant linked to compromised F5 BIG-IP...

Natural Resources Wales Data Breach Exposes Sensitive Employee Diversity Data

Natural Resources Wales (NRW) has reported a personal data...

ConnectWise ScreenConnect Remote Access Flaw Impacts Guest File Transfer Sessions

ConnectWise has announced a security issue affecting file transfer...

Global Phishing Campaign Abuses Google Infrastructure to Evade Security and Steal Credentials

A large-scale phishing operation is abusing trusted Google services...

OpenAI Commits $1 Billion in Daybreak AI Cyber Tools to Protect Critical Infrastructure

OpenAI has announced a $1 billion global commitment to...

Tengu Mirai-Style Linux Bot Hides as Kernel Worker to Launch DDoS and Proxy Attacks

A newly analyzed Linux malware sample, dubbed Tengu, combines...

The 12 Best Wireless / Wi-Fi Security Solutions, Compared and Priced

Best value overall: Ubiquiti. Published hardware pricing, no mandatory...

The 12 Best Network Sandboxing Solutions, Compared and Priced

Best value overall: ANY.RUN. It publishes its pricing, offers...

Related Articles

Recent News