Description
Quest NetVault Backup NVBULibraryPort 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 NVBULibraryPort 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-27631.
Published: 2026-06-24
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability originates from the NVBULibraryPort JSON‑RPC interface in Quest NetVault Backup, where an unsanitized user‑supplied string is used to build SQL statements. This oversight permits SQL injection that can ultimately lead to arbitrary code execution. The flaw subsists even though authentication is ostensibly required; however, the existing authentication scheme can be subverted, enabling attackers to gain the privileges of the NETWORK SERVICE account.

Affected Systems

Any deployment of Quest NetVault Backup is potentially impacted. The vulnerability is tied to the NVBULibraryPort component, but the affected product version is not explicitly enumerated in the publicly available data. Administrators should confirm whether their installations include that interface and review recent release notes for patches or mitigations.

Risk and Exploitability

The CVSS score of 8.8 classifies this flaw as severe, and the lack of an available EPSS score indicates insufficient data on current exploitation rates, yet the historical evidence of a zero‑day advisory (ZDI-CAN-27631) suggests active exploitation. Because authentication can be bypassed, the risk is elevated to remote attackers who can gain system‑level code execution if the affected service is exposed to the network. The vulnerability is not listed in the CISA KEV catalog, however its potential impact warrants proactive countermeasures.

Generated by OpenCVE AI on June 25, 2026 at 01:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official Quest NetVault Backup patch referenced in the 14.0.2 release notes to eliminate the unsanitized SQL construction (CWE-89).
  • As a temporary measure, restrict access to the NVBULibraryPort JSON‑RPC interface to trusted hosts or enforce stricter authentication before allowing calls, thereby limiting exposure to attackers aware of the injection flaw.
  • Implement input validation and use parameterized queries in any custom code that interfaces with the NVBULibraryPort service to mitigate the root cause of the SQL injection (CWE‑89). If you cannot modify the core product, consider disabling the NVBULibraryPort service until the patch is applied.
  • Monitor database logs for anomalous query patterns and conduct regular vulnerability scans to detect any exploitation attempts before they lead to code execution.

Generated by OpenCVE AI on June 25, 2026 at 01:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 23:45:00 +0000

Type Values Removed Values Added
Description Quest NetVault Backup NVBULibraryPort 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 NVBULibraryPort 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-27631.
Title Quest NetVault Backup NVBULibraryPort SQL Injection Remote Code Execution Vulnerability
Weaknesses CWE-89
References
Metrics cvssV3_0

{'score': 8.8, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: zdi

Published:

Updated: 2026-06-24T23:14:48.646Z

Reserved: 2026-05-27T22:29:22.621Z

Link: CVE-2026-9784

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T01:15:15Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')