Bug 2514426 (CVE-2026-73249) - CVE-2026-73249 calibre: Calibre Content Server: Unauthorized book annotation modification via missing authorization check
Summary: CVE-2026-73249 calibre: Calibre Content Server: Unauthorized book annotation ...
Keywords:
Status: NEW
Alias: CVE-2026-73249
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2514486
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-11 22:11 UTC by OSIDB Bzimport
Modified: 2026-08-12 05:47 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-11 22:11:31 UTC
calibre is an e-book manager. Prior to 9.12.0, the calibre Content Server endpoint POST /book-update-annotations/{library_id}/{book_id}/{fmt} in src/calibre/srv/books.py omits needs_db_write=True, causing Router.dispatch() to skip ctx.check_for_write_access() before update_annotations() passes attacker-controlled JSON to db.merge_annotations_for_book(), which allows a readonly user or an anonymous user on an unauthenticated deployment to persist unauthorized book annotation changes. This issue is fixed in version 9.12.0.


Note You need to log in before you can comment on or make changes to this bug.