Vulnerability Description
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the POST /api/filesystem/pathexists endpoint uses String.startsWith() to validate that a resolved file path is within a library folder. This check fails for sibling directories whose names share a common prefix (e.g., /audiobooks vs /audiobooks-private), allowing authenticated users with upload permission to probe file existence outside their authorized library folder boundaries. This vulnerability is fixed in 2.32.2.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/advplyr/audiobookshelf/security/advisories/GHSA-rhjg-p6cm-38w
- https://github.com/advplyr/audiobookshelf/security/advisories/GHSA-rhjg-p6cm-38w
FAQ
What is CVE-2026-42885?
CVE-2026-42885 is a vulnerability with a CVSS score of 4.3 (MEDIUM). Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the POST /api/filesystem/pathexists endpoint uses String.startsWith() to validate that a resolved file path is within a l...
How severe is CVE-2026-42885?
CVE-2026-42885 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-42885?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.