CVE-2026-42884: Audiobookshelf: Collection endpoints bypass library access controls exposing restricted library data
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the GET /api/collections and GET /api/collections/:id endpoints return collections from all libraries without checking whether the requesting user has access to each collection's library. An authenticated user with access to any library can enumerate and read collections (including full book metadata) from libraries they are explicitly restricted from accessing. This vulnerability is fixed in 2.32.2.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-42884?
CVE-2026-42884 is classified as a medium severity vulnerability due to improper access control.
How do I fix CVE-2026-42884?
To fix CVE-2026-42884, upgrade Audiobookshelf to version 2.32.2 or later.
What are the affected versions of Audiobookshelf for CVE-2026-42884?
CVE-2026-42884 affects Audiobookshelf versions prior to 2.32.2.
What type of vulnerability is CVE-2026-42884?
CVE-2026-42884 is an access control vulnerability that allows unauthorized access to collections.
Can an unauthenticated user exploit CVE-2026-42884?
No, CVE-2026-42884 requires that the user is authenticated to exploit the flawed access controls.