Path traversal in SABnzbd - #VU135819

 

Path traversal in SABnzbd - #VU135819

Published: June 29, 2026


Vulnerability identifier: #VU135819
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-22
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: SABnzbd
Affected software:
SABnzbd

Detailed vulnerability description

The vulnerability allows a remote user to delete arbitrary files and directories writable by the SABnzbd process.

The vulnerability exists due to path traversal in the orphan job management API handlers when handling a user-supplied value parameter. A remote user can send a specially crafted API request with an absolute path to delete arbitrary files and directories writable by the SABnzbd process.

The issue affects _api_delete_orphan, _api_add_orphan, and _api_delete_all_orphan. The API key is required, and user-supplied absolute paths override the intended download directory because os.path.join() discards the base path when the second argument is absolute.


Remediation

Install security update from vendor's website.

Sources