CVE-2023-51365
Published: 26 April 2024
Summary
CVE-2023-51365 is a high-severity Path Traversal (CWE-22) vulnerability in Qnap Qts. Its CVSS base score is 8.7 (High).
Operationally, ranked in the top 6.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
A path traversal vulnerability tracked as CVE-2023-51365 affects multiple versions of QNAP QTS, QuTS hero, and QuTScloud operating systems. The flaw, assigned CWE-22, permits unauthorized reading of file contents outside intended directories, potentially exposing sensitive data over the network. It carries a CVSS 3.1 score of 8.7 reflecting network attack vector, high complexity, no required privileges or user interaction, and impacts to integrity and availability with changed scope.
An unauthenticated remote attacker can exploit the issue by supplying crafted path sequences in network requests to read arbitrary files on the affected NAS device. Successful exploitation could allow disclosure of configuration files, credentials, or other sensitive information without authentication, though the high attack complexity noted in the CVSS vector indicates non-trivial conditions must be met.
QNAP has addressed the vulnerability in QTS 5.1.4.2596 build 20231128 and later, QTS 4.5.4.2627 build 20231225 and later, QuTS hero h5.1.3.2578 build 20231110 and later, QuTS hero h4.5.4.2626 build 20231225 and later, and QuTScloud c5.1.5.2651 and later, as detailed in security advisory QSA-24-14. The current EPSS score of 0.1217 shows no material increase from a lower baseline.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-56086
Vulnerability details
A path traversal vulnerability has been reported to affect several QNAP operating system versions. If exploited, the vulnerability could allow users to read the contents of unexpected files and expose sensitive data via a network. We have already fixed the…
more
vulnerability in the following versions: QTS 5.1.4.2596 build 20231128 and later QTS 4.5.4.2627 build 20231225 and later QuTS hero h5.1.3.2578 build 20231110 and later QuTS hero h4.5.4.2626 build 20231225 and later QuTScloud c5.1.5.2651 and later
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Validates pathnames and filenames to prevent traversal outside intended directories.