CVE-2026-42885 MEDIUM

CVE-2026-42885: Audiobookshelf: Path prefix bypass in filesystem existence check leaks out-of-scope file existence

Vendor Advplyr
Product audiobookshelf
Weakness CWE-22 · Path traversal
Published May 11, 2026
Last update May 11, 2026

CVSS base score

4.3/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

May 11, 2026 CVE published
May 11, 2026 Record updated