HIGH 8.8

CVE-2026-9785: Quest NetVault Backup SQL Injection RCE Vulnerability

Quest NetVault Backup contains a SQL injection vulnerability in its NVBULibrarySlot JSON-RPC message handler that allows authenticated users to execute arbitrary code on the backup server. While the vulnerability technically requires valid credentials, the authentication mechanism itself can be circumvented, making this effectively unauthenticated remote code execution. An attacker exploiting this flaw gains the privileges of the NETWORK SERVICE account, which typically has broad access to system resources and backup data.

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 NVBULibrarySlot 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 NVBULibrarySlot 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-27630.

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

The vulnerability exists in Quest NetVault Backup's handling of NVBULibrarySlot JSON-RPC requests. The application fails to properly sanitize user-supplied string input before incorporating it into dynamically constructed SQL queries. This classic SQL injection flaw (CWE-89) allows an attacker to break out of the intended query context, inject arbitrary SQL commands, and ultimately achieve remote code execution. The CVSS 3.0 score of 8.8 (HIGH) reflects the network-accessible attack vector, low attack complexity, and the ability to compromise confidentiality, integrity, and availability. The vulnerability was originally tracked as ZDI-CAN-27630 before CVE assignment.

Business impact

NetVault Backup is a critical infrastructure component responsible for protecting organizational data. Compromise via this vulnerability exposes backup systems to theft, encryption (ransomware), deletion, or corruption of backup data—potentially rendering disaster recovery capabilities inoperable. An attacker gaining code execution in the NETWORK SERVICE context can access database credentials, manipulate backup content, exfiltrate sensitive data, and potentially pivot to other systems on the network that trust the backup server.

Affected systems

Quest NetVault Backup installations are affected. The exact affected versions have not been specified in the available advisory data; verify the vendor's official security bulletin to confirm which product versions require patching and whether patches are currently available.

Exploitability

Although authentication is nominally required, the vulnerability description indicates the authentication mechanism can be bypassed. This significantly lowers the barrier to exploitation. Network access is required, but given that backup systems are often accessible from multiple network segments or remotely, this is a practical attack surface. No public exploit code has been included in this analysis, and there is no indication this vulnerability has been added to any active exploit database or ransomware toolkit.

Remediation

Apply the security patch released by Quest for this vulnerability as soon as possible. Organizations should prioritize this over less critical updates due to the backup system's role in business continuity. Additionally, review network access controls to backup systems to ensure they are restricted to necessary administrative and backup client systems. Verify that the authentication bypass cannot be exploited by testing your environment after patching.

Patch guidance

Contact Quest for the specific patch version addressing CVE-2026-9785. The vendor advisory will detail supported product versions and whether patches are available or planned. Given the HIGH severity and the bypass of authentication, patching should occur within days of availability. Test patches in a non-production environment before deployment. After patching, restart NetVault Backup services and verify functionality.

Detection guidance

Monitor NetVault Backup application logs for suspicious NVBULibrarySlot JSON-RPC requests containing unusual SQL syntax or string patterns (semicolons, SQL keywords, comment sequences). Query database logs for unexpected administrative-level commands issued by the backup service account. Watch for unexpected code execution or spawning of child processes under the NETWORK SERVICE account on the backup server. Monitor for data exfiltration or unusual network traffic from the backup server to external hosts.

Why prioritize this

This vulnerability should be prioritized for immediate patching. It targets a critical infrastructure system (backup), allows remote code execution despite nominal authentication requirements, has a HIGH CVSS score, and provides an attacker with system-level privileges. The inability to recover from ransomware or data loss if the backup system is compromised makes this threat existential to business continuity.

Risk score, explained

The CVSS 3.0 score of 8.8 (HIGH) reflects a network-accessible vulnerability with low attack complexity that fully compromises confidentiality, integrity, and availability. While the score accounts for an 'L' privilege requirement (authentication), the fact that authentication can be bypassed elevates practical risk beyond the numerical score. No mitigating factors such as user interaction, scope limitation, or availability complexity are present.

Frequently asked questions

Do I need a valid NetVault Backup account to exploit this vulnerability?

The vulnerability description indicates that although authentication is nominally required, the authentication mechanism itself can be bypassed. This means an attacker does not need a legitimate account in practice, making the vulnerability effectively unauthenticated remote code execution.

What can an attacker do if they exploit this vulnerability?

An attacker gains remote code execution with the privileges of the NETWORK SERVICE account. This typically allows them to read, modify, or delete backup data; extract stored credentials; access sensitive files; and potentially move laterally to other systems that trust the backup server.

Is this vulnerability actively being exploited?

There is no indication that this vulnerability has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog, nor is there evidence of active ransomware toolkit integration. However, given its severity and the attractiveness of backup systems as targets, organizations should assume active exploitation is possible once the vulnerability becomes widely known.

What should I do if I cannot patch immediately?

Implement network segmentation to restrict access to NetVault Backup systems to authorized administrative and backup client IP addresses only. Disable remote access if not required. Monitor logs for suspicious activity. Plan patching as an urgent priority within your change management process.

This analysis is based on the CVE record and vendor advisory information available as of the publication date. Specific patch version numbers, affected product versions, and exact remediation steps should be verified against the official Quest advisory. No exploit code or proof-of-concept is provided herein. Organizations should conduct their own risk assessment and testing in accordance with their security policies and incident response procedures. Source: NVD (public-domain), retrieved 2026-08-02. Analysis generated by SEC.co (claude-haiku-4-5).