Security Alert: QNAP Addresses 14 Critical Vulnerabilities Across NAS and Surveillance Ecosystems
QNAP has released security advisory QSA-26-10, detailing the remediation of 14 distinct vulnerabilities. These security flaws impact a broad spectrum of QNAP’s core operating environments, including the QTS, QuTS hero, and QuTS cloud NAS platforms, as well as QVP (QVR Pro) surveillance appliances. Disclosed on April 6, 2026, these vulnerabilities carry an “Important” severity rating, posing a significant risk to data integrity and system availability.
The vulnerabilities affect several widely deployed versions, specifically QTS 5.2.7, QuTS hero h5.2.8, QuTS cloud c5.2.8, and QVP 2.7.1. For administrators managing enterprise or SMB storage solutions—particularly those with internet-facing services—immediate firmware updates are essential to mitigate these risks.
Technical Breakdown of Vulnerability Vectors
The advisory highlights several high-impact attack vectors, ranging from identity theft to total system takeover.
Injection and Authentication Risks
One of the most pressing concerns is CVE-2025-59382, a URL injection vulnerability. An attacker could manipulate password reset links to redirect users to malicious domains, facilitating highly effective credential harvesting campaigns. Furthermore, a cluster of command injection flaws (CVE-2025-66273, CVE-2025-66279, and CVE-2026-22893) allows authenticated administrators to bypass intended logic and execute arbitrary system commands. By injecting malicious strings into parameters like usernames or API calls, an attacker could achieve full system compromise.
Memory Safety and Stability Issues
A substantial portion of this advisory focuses on memory corruption issues, which are often the result of improper bounds checking. Stack and buffer overflow vulnerabilities, such as CVE-2025-62858, CVE-2025-68405, and CVE-2026-26241, can be exploited to corrupt memory, crash services, or execute unauthorized code.
Specifically, CVE-2026-26241 enables both authenticated and unauthenticated attackers to trigger process crashes in CGI components via excessively long filenames during chunked file uploads. Additionally, CVE-2026-22899 identifies a NULL pointer dereference in utilRequest.cgi, which low-privileged users can exploit to initiate a Denial-of-Service (DoS) condition.
Access Control and Resource Management
Beyond memory issues, the advisory identifies flaws in logic and resource handling:
- CVE-2026-24724: A broken access control flaw that may allow unauthorized parties to access sensitive system files.
- CVE-2026-24720: An uncontrolled resource consumption issue that can lead to CPU and memory exhaustion, effectively paralyzing system performance.
- CVE-2025-66281: A pre-authentication NULL pointer vulnerability triggered by malformed HTTP requests, allowing an attacker to crash services without needing any valid login credentials.
Remediation and Defense-in-Depth
QNAP has released patched firmware to resolve these issues. Users should upgrade to the following versions immediately:
- QTS: 5.2.9.3499
- QuTS hero: h5.2.9
- QuTS cloud: c5.2.9
- QVP: 2.8.0
Updates can be applied via the Control Panel’s firmware update mechanism or by downloading the latest builds directly from the official QNAP website.
| CVE ID | Vulnerability Type | Affected Scope |
|---|---|---|
| CVE-2025-59382 | URL Injection | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2025-66273 | Command Injection (Username) | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2025-66279 | Command Injection (User Deletion API) | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2026-22893 | Command Injection (Privilege Escalation) | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2025-62858 | Stack Overflow | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2025-66280 | Stack Manipulation | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2025-68405 | Stack Overflow | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2026-26239 | Stack-based Buffer Overflow | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2026-26240 | Stack-based Buffer Overflow (utilRequest.cgi) | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2026-26241 | Stack-based Buffer Overflow (Chunked Upload) | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2026-24724 | Broken Access Control | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2026-22899 | NULL Pointer Dereference (utilRequest.cgi) | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2026-24720 | Uncontrolled Resource Consumption (DoS) | QTS, QuTS hero, QuTS cloud, QVP |
| CVE-2025-66281 | Pre-auth NULL Pointer (HTTP Parsing) | QTS, QuTS hero, QuTS cloud, QVP |
Because NAS devices often serve as the backbone for enterprise backups and surveillance, they are high-value targets for attackers looking to exfiltrate data or move laterally through a network. To harden your environment, following the principle of least privilege, restricting administrative access to trusted networks, and minimizing the direct exposure of your NAS to the public internet is recommended.