CVE-2025-59384
Published: 02 January 2026
Summary
CVE-2025-59384 is a high-severity Path Traversal (CWE-22) vulnerability in Qnap Qfiling. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-59384 is a path traversal vulnerability (CWE-22) affecting Qfiling, a component developed by QNAP. Published on January 2, 2026, the flaw enables remote attackers to exploit improper handling of file paths, allowing them to access and read the contents of unexpected files or system data on vulnerable systems.
The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating it is exploitable over the network with low complexity, requiring no authentication, privileges, or user interaction. Unauthenticated remote attackers can thus achieve high-impact confidentiality breaches by disclosing sensitive files, while integrity and availability remain unaffected.
QNAP's security advisory (QSA-25-54) confirms the issue has been addressed in Qfiling version 3.13.1 and later. Security practitioners should prioritize updating affected Qfiling installations to mitigate the risk of unauthorized file disclosure.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-0666
Vulnerability details
A path traversal vulnerability has been reported to affect Qfiling. The remote attackers can then exploit the vulnerability to read the contents of unexpected files or system data. We have already fixed the vulnerability in the following version: Qfiling 3.13.1…
more
and later
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Path traversal in publicly exposed Qfiling service enables unauthenticated remote file read, mapping directly to exploitation of public-facing applications.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates CVE-2025-59384 by requiring timely installation of the vendor patch in Qfiling 3.13.1 and later to fix the path traversal flaw.
Prevents exploitation of the path traversal vulnerability by validating file path inputs to block traversal sequences like '../' outside intended directories.
Detects unauthorized disclosure of sensitive files or system data resulting from successful path traversal attacks on Qfiling.