Skip to main content
CVE Vulnerability Database

CVE-2026-9782: Quest NetVault Backup RCE Vulnerability

CVE-2026-9782 is a SQL injection remote code execution vulnerability in Quest NetVault Backup NVBUDeviceDrive that allows attackers to run arbitrary code. This article covers the technical details, affected systems, and mitigation.

Published:

CVE-2026-9782 Overview

CVE-2026-9782 is a SQL injection vulnerability in Quest NetVault Backup that allows remote attackers to execute arbitrary code on affected installations. The flaw resides in the processing of NVBUDeviceDrive JSON-RPC messages, where user-supplied input is concatenated into SQL queries without proper validation [CWE-89]. While authentication is required, the existing authentication mechanism can be bypassed, lowering the effective barrier to exploitation. Successful exploitation grants code execution in the context of the NETWORK SERVICE account on the underlying Windows host. The issue was reported through the Zero Day Initiative as ZDI-CAN-27633 and is tracked publicly as ZDI-26-371.

Critical Impact

Remote attackers can bypass authentication and inject SQL into NVBUDeviceDrive JSON-RPC handlers to execute arbitrary code as NETWORK SERVICE on Quest NetVault Backup servers.

Affected Products

  • Quest NetVault Backup (versions prior to 14.0.2)
  • Quest NetVault Backup Server components processing JSON-RPC requests
  • Deployments exposing the NetVault management service to untrusted networks

Discovery Timeline

  • 2026-06-25 - CVE-2026-9782 published to the National Vulnerability Database (NVD)
  • 2026-06-25 - Last updated in NVD database

Technical Details for CVE-2026-9782

Vulnerability Analysis

The vulnerability exists in the JSON-RPC handler responsible for NVBUDeviceDrive operations within Quest NetVault Backup. Attackers send crafted JSON-RPC messages containing malicious strings that the server incorporates into back-end SQL statements. Because the input is not sanitized or parameterized, the injected SQL is executed by the database engine. The flaw is reachable over the network and chains with a separate authentication bypass that defeats the product's access controls. Once SQL execution is achieved, the attacker pivots to operating system command execution in the security context of NETWORK SERVICE, providing a foothold for lateral movement, backup data theft, and ransomware staging.

Root Cause

The root cause is improper neutralization of special elements used in SQL commands [CWE-89]. The NVBUDeviceDrive JSON-RPC processor builds SQL queries through string concatenation rather than using prepared statements or strongly typed parameter binding. Combined with a flaw allowing the authentication layer to be bypassed, untrusted callers reach the vulnerable code path directly.

Attack Vector

The attack vector is network-based and requires no user interaction. An attacker sends a crafted JSON-RPC request to the NetVault Backup service, bypassing authentication and embedding SQL metacharacters in the payload. The injected statement abuses database functionality to write to the file system or invoke operating system commands, achieving remote code execution as NETWORK SERVICE. Given NetVault's role as a centralized backup orchestrator, compromised hosts grant access to credentials and data across the protected estate. No public proof-of-concept exploit is currently listed, and the vulnerability is not present on the CISA Known Exploited Vulnerabilities catalog. See the Zero Day Initiative Advisory ZDI-26-371 for additional technical context.

Detection Methods for CVE-2026-9782

Indicators of Compromise

  • JSON-RPC requests to the NetVault Backup service containing SQL metacharacters (single quotes, --, UNION, xp_cmdshell) in NVBUDeviceDrive method parameters.
  • Unexpected child processes spawned by NetVault service binaries running as NETWORK SERVICE.
  • New or modified files in NetVault installation directories that do not match the vendor's release manifest.

Detection Strategies

  • Inspect web server and application logs for NVBUDeviceDrive JSON-RPC invocations originating from unauthenticated or unexpected client sources.
  • Alert on database query patterns that include stacked statements or command-execution stored procedures invoked by the NetVault service account.
  • Correlate authentication anomalies with subsequent privileged JSON-RPC calls to identify exploitation of the bypass-and-inject chain.

Monitoring Recommendations

  • Forward NetVault Backup application logs and Windows Security event logs to a centralized analytics platform for behavioral correlation.
  • Monitor outbound network connections from NetVault servers for command-and-control or data-staging activity.
  • Baseline normal JSON-RPC method usage and alert on deviations such as new client IPs or unusual method parameter sizes.

How to Mitigate CVE-2026-9782

Immediate Actions Required

  • Upgrade Quest NetVault Backup to version 14.0.2 or later, which contains the vendor fix referenced in the Quest Release Notes 14.0.2.
  • Restrict network access to the NetVault management interface so it is reachable only from trusted administrative networks.
  • Audit NetVault hosts for signs of prior exploitation, including unexpected processes spawned by the service account.

Patch Information

Quest addressed the issue in NetVault Backup 14.0.2. Administrators should review the Quest Release Notes 14.0.2 and the Zero Day Initiative Advisory ZDI-26-371 for the authoritative remediation guidance.

Workarounds

  • Place NetVault Backup servers behind a firewall or VPN segment that blocks JSON-RPC access from untrusted networks until the patch is applied.
  • Disable or restrict any externally reachable NetVault management endpoints that are not strictly required for operations.
  • Rotate credentials and service-account secrets stored on NetVault hosts if compromise is suspected before patching.

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

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.