CVE-2026-9786: Quest NetVault Backup SQL Injection Remote Code Execution
Quest NetVault Backup contains a SQL injection vulnerability in its NVBUDashboard component that allows authenticated attackers to execute arbitrary code with NETWORK SERVICE privileges. Although the vulnerability technically requires valid credentials, the authentication mechanism can be bypassed, making this a practical remote code execution risk. The flaw stems from insufficient validation of user-supplied strings in JSON-RPC message processing before they're used in SQL query construction.
Source data · NVD / CISA · public domain
- CVSS
- 3.0 · 8.8 HIGH · CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-89
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-25 / 2026-06-26
NVD description (verbatim)
Quest NetVault Backup NVBUDashboard SQL Injection Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Quest NetVault Backup. Although authentication is required to exploit this vulnerability, the existing authentication mechanism can be bypassed. The specific flaw exists within the processing of NVBUDashboard JSON-RPC messages. The issue results from the lack of proper validation of a user-supplied string before using it to construct SQL queries. An attacker can leverage this vulnerability to execute code in the context of NETWORK SERVICE. Was ZDI-CAN-27626.
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-9786 is a SQL injection vulnerability (CWE-89) affecting Quest NetVault Backup's NVBUDashboard functionality. The vulnerability exists in the JSON-RPC message handler, which fails to properly validate user-supplied input before incorporating it into SQL queries. An attacker who either possesses valid credentials or successfully bypasses authentication can inject malicious SQL code. This injection can be leveraged to execute arbitrary code in the security context of the NETWORK SERVICE account, resulting in full system compromise. The vulnerability was originally tracked as ZDI-CAN-27626 before CVE assignment.
Business impact
Exploitation of this vulnerability could allow an attacker to gain code execution on NetVault Backup infrastructure with NETWORK SERVICE privileges. Given that NetVault Backup typically manages critical backup and recovery operations, compromise could lead to data theft, data destruction, operational downtime, and potential inability to restore systems. The authentication bypass aspect significantly expands the threat surface, as attackers need not obtain legitimate credentials. Organizations relying on NetVault Backup for disaster recovery face elevated risk of business continuity disruption.
Affected systems
Quest NetVault Backup installations are affected by this vulnerability. The specific affected versions are not detailed in the available source data; organizations should consult Quest's official advisory to determine which releases contain the flaw and which patches resolve it.
Exploitability
The vulnerability carries a CVSS 3.0 score of 8.8 (HIGH severity) with a vector of AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. This indicates the vulnerability is remotely exploitable over the network with low attack complexity and no user interaction required. Although the CVSS vector specifies PR:L (low privilege requirement), the presence of an authentication bypass mechanism in the same component makes exploitation practical for unauthenticated attackers as well. The lack of KEV listing suggests no public active exploitation has been formally documented at the time of initial disclosure, but organizations should not rely on this as an indicator of low risk.
Remediation
Organizations must promptly apply security patches from Quest that address this SQL injection flaw. Verify the specific patch versions applicable to your deployed NetVault Backup releases by consulting Quest's security advisory. Until patches can be applied, consider restricting network access to the NVBUDashboard component, limiting exposure to trusted internal networks only, and monitoring for suspicious JSON-RPC activity.
Patch guidance
Apply the security update provided by Quest for your specific NetVault Backup version. Patch availability and version numbers should be verified directly from Quest's official security advisory or support portal. After patching, validate that the update has been applied across all NetVault Backup instances in your environment, including distributed backup clients and central management servers. Test functionality in a non-production environment before broad deployment.
Detection guidance
Monitor network traffic for suspicious JSON-RPC requests to the NVBUDashboard component, particularly those containing SQL keywords or special characters in JSON payloads. Examine application logs for unexpected SQL errors or query patterns originating from the NVBUDashboard module. Verify that NETWORK SERVICE account activity is limited to expected backup operations; unusual code execution or file system modifications under this account warrant investigation. Watch for attempts to authenticate with invalid credentials followed by rapid exploitation attempts, which may indicate authentication bypass attempts.
Why prioritize this
This vulnerability merits immediate attention due to its combination of high CVSS score (8.8), remote exploitability, code execution impact, and the presence of an authentication bypass. Organizations should prioritize patching this flaw before other non-critical updates, given the critical role of backup systems in business continuity. The lack of public KEV listing does not reduce urgency, as the vulnerability's inherent severity and practical exploitability warrant proactive remediation.
Risk score, explained
The CVSS 3.0 score of 8.8 reflects the vulnerability's severity across multiple dimensions: remote network access (AV:N), low attack complexity (AC:L), high impact to confidentiality, integrity, and availability (C:H/I:H/A:H), and unchanged scope (S:U). While the vector includes PR:L, the documented authentication bypass significantly amplifies real-world risk, as attackers can circumvent this requirement. This justifies treating the vulnerability as a critical priority despite not appearing on the KEV list.
Frequently asked questions
Does the authentication bypass mean the vulnerability is unauthenticated?
The vulnerability technically requires the PR:L (low privilege) parameter in CVSS, but an authentication bypass has been documented in the same component. This means attackers can bypass normal authentication mechanisms and reach the vulnerable SQL injection code, effectively treating it as unauthenticated in practice. Organizations should assume this vulnerability is accessible without valid credentials.
Which NetVault Backup versions are affected?
The source data does not specify affected version ranges. You must consult Quest's official security advisory to determine which releases contain the vulnerability and which patch versions resolve it. Do not assume all versions are affected equally.
What can an attacker do if they exploit this?
An attacker can execute arbitrary code with NETWORK SERVICE privileges on the NetVault Backup system. This could enable them to steal backup data, corrupt backups, modify system configuration, move laterally to other systems, or disrupt backup and recovery operations. The impact is severe and extends beyond the NetVault Backup application itself.
Is there active exploitation of this vulnerability?
As of the publication date, this vulnerability is not listed on the Known Exploited Vulnerabilities (KEV) catalog, suggesting no public active exploitation has been formally documented. However, the absence of KEV listing should not delay patching efforts, as the vulnerability's inherent severity and the nature of backup systems as high-value targets make exploitation likely over time.
This analysis is provided for informational and educational purposes to support security decision-making. The details herein reflect the vulnerability description and source data available as of the publication date. Specific patch versions, affected release numbers, and remediation guidance must be verified directly from Quest's official security advisories and technical documentation. Organizations should conduct their own risk assessment based on their specific deployment configurations and threat environment. Neither SEC.co nor its analysts warrant the completeness or accuracy of third-party vendor information referenced in this article. Source: NVD (public-domain), retrieved 2026-08-02. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-7570HIGHQuest NetVault Backup SQL Injection Remote Code Execution
- CVE-2026-9781HIGHQuest NetVault Backup SQL Injection Remote Code Execution
- CVE-2026-9782HIGHQuest NetVault Backup SQL Injection Remote Code Execution Vulnerability
- CVE-2026-9783HIGHQuest NetVault Backup SQL Injection RCE Vulnerability — Patch Guidance
- CVE-2026-9784HIGHQuest NetVault Backup SQL Injection RCE Vulnerability Analysis
- CVE-2026-9785HIGHQuest NetVault Backup SQL Injection RCE Vulnerability
- CVE-2016-20062HIGHSQL Injection in Simply Poll 1.4.1 WordPress Plugin - Unauthenticated Data Theft
- CVE-2016-20063HIGHSQL Injection in Single Personal Message 1.0.3 – Credential & Data Theft Risk