BookLore is a self-hosted web app for organizing and managing personal book collections. In versions 1.8.1 and prior, an authentication bypass vulnerability in the BookMediaController allows any unauthenticated user to access and download book covers, thumbnails, and complete PDF/CBX page content without authorization. The vulnerability exists because multiple media endpoints lack proper access control annotations, and the CoverJwtFilter continues request processing even when no authentication token is provided. This enables attackers to enumerate and exfiltrate all book content from the system, bypassing the intended download permissions (canDownload) entirely. This issue has been patched via commit b226c43.
CVSS
No CVSS.
References
Configurations
No configuration.
History
22 Oct 2025, 21:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-10-22 21:15
Updated : 2025-10-27 13:20
NVD link : CVE-2025-62614
Mitre link : CVE-2025-62614
CVE.ORG link : CVE-2025-62614
JSON object : View
Products Affected
No product.
CWE
CWE-862
Missing Authorization
