Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Network-reachable JSON-RPC SQLi with low complexity and no user interaction; PR:L for the nominal auth requirement (reported bypass arguably warrants PR:N), full C/I/A impact via code execution.
Primary rating from Vendor (trendmicro).
CVSS VectorVendor: trendmicro
Lifecycle Timeline
1DescriptionCVE.org
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.
AnalysisAI
Remote code execution in Quest NetVault Backup arises through SQL injection in the NVBUDashboard component's JSON-RPC message handler, letting attackers run arbitrary code in the NETWORK SERVICE context. While the flaw nominally requires authentication, ZDI reports the product's authentication mechanism can be bypassed, materially lowering the access bar. No public exploit is identified at time of analysis and the issue is not listed in CISA KEV, but its CVSS 3.0 base score of 8.8 and full-impact (C:H/I:H/A:H) profile mark it as high priority for any exposed deployment.
Technical ContextAI
NetVault Backup is Quest's cross-platform enterprise data-protection and backup management suite; the affected NVBUDashboard is its web-facing dashboard/management interface, which exchanges JSON-RPC messages with the backend. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): a user-supplied string carried inside a JSON-RPC request is concatenated into a SQL query without proper validation or parameterization. Because the underlying database service and the NetVault process run with NETWORK SERVICE privileges on Windows, SQL injection escalates from data tampering into command/code execution - typical of database stacked-query or extended-procedure abuse where the injection point yields OS-level execution rather than just data disclosure.
RemediationAI
Upgrade NetVault Backup to the fixed release indicated in the vendor release notes - the references point to NetVault 14.0.2 (https://support.quest.com/technical-documents/netvault/14.0.2/release-notes#TOPIC-2338529), so apply that build or later after confirming it against your installed version. Because the patched version is referenced via release notes rather than as an explicitly named CVE fix string, validate the exact fix build with Quest support before deployment. Until patched, restrict network reachability of the NVBUDashboard interface: place the management/JSON-RPC endpoint behind a VPN or firewall ACL so only trusted administrative hosts can reach it (trade-off: remote admins must use the VPN), and tighten or monitor dashboard authentication given the reported auth-bypass (trade-off: does not fully close the bypass, so treat it as detection rather than prevention). Run the NetVault service with the least privilege feasible and audit database query logs for anomalous JSON-RPC-sourced SQL. Consult the ZDI advisory ZDI-26-375 (https://www.zerodayinitiative.com/advisories/ZDI-26-375/) for additional detail.
More in Netvault Backup
View allDell Netvault Backup before 10.0.5 allows remote attackers to cause a denial of service (crash) via a crafted request. R
Integer overflow in the libnv6 module in Dell NetVault Backup before 10.0.5 allows remote attackers to execute arbitrary
This vulnerability allows remote attackers to bypass authentication on vulnerable installations of Quest NetVault Backup
This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of Quest NetVault Backu
Remote code execution in Quest NetVault Backup allows authenticated remote attackers - who can bypass the product's exis
Remote code execution in Quest NetVault Backup arises from a SQL injection flaw in the handling of NVBULibrarySlot JSON-
SQL injection in Quest NetVault Backup's NVBULibraryPort JSON-RPC handler allows remote attackers to execute arbitrary c
SQL injection leading to remote code execution affects Quest NetVault Backup, where the NVBURemovableMedia component fai
Remote code execution in Quest NetVault Backup arises from SQL injection in the NVBUDeviceDrive JSON-RPC message handler
Remote code execution in Quest NetVault Backup arises from SQL injection in the NVBURASDevice JSON-RPC message handler,
SQL injection leading to remote code execution in Quest NetVault Backup allows attackers to run arbitrary code as the NE
Authentication bypass via cross-site scripting in Quest NetVault Backup's addclient3 webpage allows remote attackers to
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39147
GHSA-qhv7-8f66-468j