Audiobookshelf
Approved changes feed: RSS · Atom
cpe:2.3:a:advplyr:audiobookshelf:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Advplyr (a6abb5f0-6260-52b7-b9d2-967347a3f61c) |
|---|---|
| Product | Audiobookshelf (ed044243-6a8d-5d99-b65d-c31c59cfe386) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-42888 |
vulnerable | 2026-06-08 08:03:16.879012 |
Audiobookshelf: Path Traversal vulnerability in the audiobookshelf project
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the podcast creation endpoint at server/controllers/PodcastController.js accepts a user-controlled file path without sufficient boundary validation to ensure it remains within the intended library directory. This vulnerability is fixed in 2.32.2.
Published: 2026-05-11T20:16:48.540Z
Updated: 2026-05-12T16:33:52.322Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-42887 |
vulnerable | 2026-06-08 08:03:16.878767 |
Audiobookshelf: Stored Cross-Site Scripting in Login Page Custom Message
MEDIUM (4.5)
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.33.0, a stored cross-site scripting (XSS) vulnerability exists in the Login Page due to improper sanitization of the authLoginCustomMessage field of the /api/auth-settings endpoint. An attacker with administrative privileges can inject arbitrary HTML/JavaScript that will be rendered on the login page for all users. This vulnerability is fixed in 2.33.0.
Published: 2026-05-11T19:55:32.090Z
Updated: 2026-05-12T13:29:46.446Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-42886 |
vulnerable | 2026-06-08 08:03:16.878424 |
Audiobookshelf: Memory amplification DoS via oversized compressed details entry in backup upload
MEDIUM (4.9)
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the POST /api/backups/upload endpoint decompresses the details entry from an uploaded .audiobookshelf ZIP file entirely into memory using zip.entryData(), with no limit on the decompressed size. The upload middleware also has no file size limit. An admin user can upload a crafted ZIP containing a highly compressed details entry that, when decompressed, consumes hundreds of megabytes or gigabytes of memory, crashing the server process via out-of-memory. This vulnerability is fixed in 2.32.2.
Published: 2026-05-11T19:54:10.876Z
Updated: 2026-05-12T12:57:50.120Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-42885 |
vulnerable | 2026-06-08 08:03:16.878091 |
Audiobookshelf: Path prefix bypass in filesystem existence check leaks out-of-scope file existence
MEDIUM (4.3)
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.
Published: 2026-05-11T19:52:58.149Z
Updated: 2026-05-11T20:22:08.300Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-42884 |
vulnerable | 2026-06-08 08:03:16.877847 |
Audiobookshelf: Collection endpoints bypass library access controls exposing restricted library data
MEDIUM (4.3)
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.
Published: 2026-05-11T19:52:23.339Z
Updated: 2026-05-12T13:25:42.923Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-42883 |
vulnerable | 2026-06-08 08:03:16.877530 |
Audiobookshelf: Cross-library file exfiltration via unscoped bulk download endpoint
MEDIUM (6.5)
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the GET /api/libraries/:id/download endpoint validates that the requesting user has access to the library specified in the URL path, but fetches downloadable items solely by attacker-provided IDs without constraining them to that library. An authenticated user with download permission and access to any one library can exfiltrate the full file contents of items belonging to any other library, including libraries they are explicitly denied access to. This vulnerability is fixed in 2.32.2.
Published: 2026-05-11T19:51:43.211Z
Updated: 2026-05-12T16:32:16.291Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-27973 |
vulnerable | 2026-06-08 07:55:14.752475 |
Audiobookshelf has Stored XSS in ItemSearchCard.vue via Audiobook Metadata (Search Results on Mobile App)
MEDIUM (4)
Audiobookshelf is a self-hosted audiobook and podcast server. A stored cross-site scripting (XSS) vulnerability exists in versions prior to 0.12.0-beta of the Audiobookshelf mobile application that allows arbitrary JavaScript execution through malicious library metadata. Attackers with library modification privileges can execute code in victim users' browsers/WebViews, potentially leading to session hijacking, data exfiltration, and unauthorized access to native device APIs. The issue is fixed in audiobookshelf-app version 0.12.0-beta, corresponding to audiobookshelf version 2.12.0.
Published: 2026-02-26T02:06:49.271Z
Updated: 2026-02-26T14:45:25.252Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-27963 |
vulnerable | 2026-06-08 07:55:14.725220 |
Audiobookshelf has Stored XSS in Tooltip.vue via Audiobook Metadata
MEDIUM (4.8)
Audiobookshelf is a self-hosted audiobook and podcast server. A stored cross-site scripting (XSS) vulnerability exists in versions prior to 2.32.0 of the Audiobookshelf web application that allows arbitrary JavaScript execution through malicious library metadata. Attackers with library modification privileges can execute code in victim users' browsers, potentially leading to session hijacking and data exfiltration. Version 2.32.0 contains a patch for the issue.
Published: 2026-02-26T02:08:21.298Z
Updated: 2026-02-26T14:43:59.379Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-57800 |
vulnerable | 2026-06-08 07:33:16.150265 |
Audiobookshelf vulnerable to OIDC token exfiltration and account takeover
HIGH (8.8)
Audiobookshelf is an open-source self-hosted audiobook server. In versions 2.6.0 through 2.26.3, the application does not properly restrict redirect callback URLs during OIDC authentication. An attacker can craft a login link that causes Audiobookshelf to store an arbitrary callback in a cookie, which is later used to redirect the user after authentication. The server then issues a 302 redirect to the attacker-controlled URL, appending sensitive OIDC tokens as query parameters. This allows an attacker to obtain the victim's tokens and perform full account takeover, including creating persistent admin users if the victim is an administrator. Tokens are further leaked via browser history, Referer headers, and server logs. This vulnerability impacts all Audiobookshelf deployments using OIDC; no IdP misconfiguration is required. The issue is fixed in version 2.28.0. No known workarounds exist.
Published: 2025-08-22T17:02:04.472Z
Updated: 2025-08-22T17:25:46.579Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-46338 |
vulnerable | 2026-06-08 07:27:08.080755 |
Audiobookshelf Vulnerable to Cross-Site-Scripting Reflected via POST Request in /api/upload
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to version 2.21.0, an improper input handling vulnerability in the `/api/upload` endpoint allows an attacker to perform a reflected cross-site scripting (XSS) attack by submitting malicious payloads in the `libraryId` field. The unsanitized input is reflected in the server’s error message, enabling arbitrary JavaScript execution in a victim's browser. This issue has been patched in version 2.21.0.
Published: 2025-04-29T04:34:44.713Z
Updated: 2025-04-29T13:37:57.632Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-25205 |
vulnerable | 2026-06-08 07:12:50.842372 |
Remote Authentication-Bypass can lead to server crash or limited information disclosure due to faulty pattern matching
HIGH (8.2)
Audiobookshelf is a self-hosted audiobook and podcast server. Starting in version 2.17.0 and prior to version 2.19.1, a flaw in the authentication bypass logic allows unauthenticated requests to match certain unanchored regex patterns in the URL. Attackers can craft URLs containing substrings like "/api/items/1/cover" in a query parameter (?r=/api/items/1/cover) to partially bypass authentication or trigger server crashes under certain routes. This could lead to information disclosure of otherwise protected data and, in some cases, a complete denial of service (server crash) if downstream code expects an authenticated user object. Version 2.19.1 contains a patch for the issue.
Published: 2025-02-12T18:16:01.326Z
Updated: 2025-02-13T14:14:25.849Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-43797 |
vulnerable | 2026-06-08 06:45:53.063084 |
Path Traversal in audiobookshelf
MEDIUM (6.3)
audiobookshelf is a self-hosted audiobook and podcast server. A non-admin user is not allowed to create libraries (or access only the ones they have permission to). However, the `LibraryController` is missing the check for admin user and thus allows a path traversal issue. Allowing non-admin users to write to any directory in the system can be seen as a form of path traversal. However, since it can be restricted to only admin permissions, fixing this is relatively simple and falls more into the realm of Role-Based Access Control (RBAC). This issue has been addressed in release version 2.13.0. All users are advised to upgrade. There are no known workarounds for this vulnerability.
Published: 2024-09-02T16:21:07.372Z
Updated: 2024-09-03T14:18:32.336Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-35236 |
vulnerable | 2026-06-08 06:37:35.498226 |
Audiobookshelf Cross-Site-Scripting vulnerability via crafted ebooks
MEDIUM (4.8)
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to version 2.10.0, opening an ebook with malicious scripts inside leads to code execution inside the browsing context. Attacking a user with high privileges (upload, creation of libraries) can lead to remote code execution (RCE) in the worst case. This was tested on version 2.9.0 on Windows, but an arbitrary file write is powerful enough as is and should easily lead to RCE on Linux, too. Version 2.10.0 contains a patch for the vulnerability.
Published: 2024-05-27T17:03:46.175Z
Updated: 2024-08-02T03:07:46.867Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51697 |
vulnerable | 2026-06-08 06:17:53.767506 |
Audiobookshelf vulnerable to Blind SSRF in `podcastUtils.js`
MEDIUM (4.3)
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.7.0, Audiobookshelf is vulnerable to unauthenticated blind server-side request (SSRF) vulnerability in `podcastUtils.js`. This vulnerability has been addressed in version 2.7.0. There are no known workarounds for this vulnerability.
Published: 2023-12-27T17:26:54.876Z
Updated: 2024-08-02T22:40:34.195Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-51665 |
vulnerable | 2026-06-08 06:17:53.698005 |
Audiobookshelf vulnerable to Blind SSRF in `Auth.js`
MEDIUM (4.3)
Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.7.0, Audiobookshelf is vulnerable to unauthenticated blind server-side request (SSRF) vulnerability in Auth.js. This vulnerability has been addressed in version 2.7.0. There are no known workarounds for this vulnerability.
Published: 2023-12-27T17:26:57.166Z
Updated: 2024-08-02T22:40:34.167Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-47624 |
vulnerable | 2026-06-08 06:14:25.256532 |
Audiobookshelf Arbitrary File Read Vulnerability
HIGH (7.5)
Audiobookshelf is a self-hosted audiobook and podcast server. In versions 2.4.3 and prior, any user (regardless of their permissions) may be able to read files from the local file system due to a path traversal in the `/hls` endpoint. This issue may lead to Information Disclosure. As of time of publication, no patches are available.
Published: 2023-12-13T21:09:00.688Z
Updated: 2024-08-02T21:16:42.103Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-47619 |
vulnerable | 2026-06-08 06:14:25.244545 |
Audiobookshelf Server-Side Request Forgery and Arbitrary File Read Vulnerability
HIGH (8.1)
Audiobookshelf is a self-hosted audiobook and podcast server. In versions 2.4.3 and prior, users with the update permission are able to read arbitrary files, delete arbitrary files and send a GET request to arbitrary URLs and read the response. This issue may lead to Information Disclosure. As of time of publication, no patches are available.
Published: 2023-12-13T21:02:34.389Z
Updated: 2025-05-22T18:04:00.226Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.