CVE-2025-48725
Published: 11 February 2026
Description
A buffer overflow vulnerability has been reported to affect several QNAP operating system versions. If a remote attacker gains a user account, they can then exploit the vulnerability to modify memory or crash processes. We have already fixed the vulnerability…
more
in the following version: QuTS hero h5.3.2.3354 build 20251225 and later
Mitigating Controls (NIST 800-53 r5)AI
Directly mandates timely remediation of flaws like this buffer overflow through vendor patches, eliminating the vulnerability as provided in QNAP's fix for QuTS hero h5.3.2.3354 and later.
Implements memory protection mechanisms such as non-executable memory and address randomization to prevent unauthorized memory modification or code execution from buffer overflow exploits.
Requires validation of inputs to system components, directly countering buffer overflows (CWE-120/121) triggered by malformed data from remote authenticated attackers.
Security SummaryAI
CVE-2025-48725 is a buffer overflow vulnerability (CWE-120, CWE-121) affecting several versions of QNAP operating systems, including QuTS hero. Published on 2026-02-11, it carries a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H), indicating high severity due to its potential for integrity and availability impacts.
A remote attacker who has obtained a user account (PR:L) can exploit the vulnerability over the network (AV:N) with low attack complexity (AC:L) and no user interaction required. Successful exploitation allows the attacker to modify memory (I:H) or crash processes (A:H), potentially leading to denial of service or further compromise.
QNAP has fixed the vulnerability in QuTS hero h5.3.2.3354 build 20251225 and later versions. Additional details on affected versions and mitigation steps are available in the vendor's security advisory at https://www.qnap.com/en/security-advisory/qsa-26-08.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Buffer overflow vulnerability exploitable remotely with low privileges enables memory modification potentially for privilege escalation (T1068) or remote service exploitation (T1210), and process crashes facilitate endpoint DoS via application/system exploitation (T1499.004).