The CVSS 8.1 rating for this path traversal in QNAP ADM's VPN certificate upload handler obscures more than it reveals. The key detail that reclassifies the entire vulnerability: you need valid ADM credentials first. This isn't a remote entry point — it's a privilege-escalation mechanism that only matters within an already-compromised context. An attacker must already have authenticated access to the ADM interface before they can trigger this traversal.

The EPSS score of 0.00215 corroborates this narrower reality. Wild exploitability is low precisely because the authentication barrier is real — there's no exploit chain here without stolen credentials. The question then becomes: what can an authenticated attacker actually achieve?

That answer hinges entirely on what privileges the ADM VPN service runs with. If it executes with elevated privileges — common on NAS appliances — then this traversal lets an authenticated attacker overwrite system binaries, cron jobs, or configuration files, achieving persistence or root-level code execution. If the service runs in a restricted sandbox, the practical impact drops to a filesystem curiosity. This single variable is the determinative factor for severity, and the vendor's documentation is silent on it. Ask the vendor specifically: what service account does the VPN process run under, and what filesystem restrictions apply to its write operations?

There's a secondary concern that the CVSS framework can't capture: the version span. This flaw exists in ADM 4.x through 5.x, persisting through what appears to be a major architectural transition. Code that survives a major version refactor without scrutiny is a signal of systemic SDL failure — not a one-off oversight. Similar path traversals in certificate handlers have appeared in QNAP, Synology, and Netology (NetApp) appliances over the past five years, suggesting this is a known class of flaw that the vendor community keeps rediscovering rather than systematically preventing.

One more practical check: confirm whether default credentials remain on the ADM instance. If admin:admin or similar factory defaults are still active, the 'authenticated attacker' precondition collapses to 'any network access to the admin interface,' which would push the actual risk posture higher than the CVSS score suggests.