AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73249

HIGH · CVSS 7.5 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The calibre e-book manager is vulnerable due to a flaw in the Content Server endpoint that allows unauthorized users, including readonly and anonymous users, to make persistent changes to book annotations. This could lead to unauthorized modifications of content, potentially impacting the integrity of the e-book library. Organizations using versions prior to 9.12.0 should prioritize upgrading to the latest version to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73249
Severity
HIGH
CVSS
7.5
EPSS
0.25%

Original NVD Description

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.