PatchSiren cyber security CVE debrief
CVE-2026-73249 kovidgoyal CVE debrief
A vulnerability in calibre's Content Server allows unauthorized users to update book annotations. This issue is fixed in version 9.12.0. The vulnerability exists in the Content Server endpoint POST /book-update-annotations/{library_id}/{book_id}/{fmt} in src/calibre/srv/books.py, which 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(). This allows a readonly user or an anonymous user on an unauthenticated deployment to persist unauthorized book annotation changes.
- Vendor
- kovidgoyal
- Product
- calibre
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-09
Who should care
Defenders of calibre Content Server deployments should assess exposure and apply the patch. This includes reviewing compensating controls, monitoring for suspicious activity, and verifying the integrity of annotations. Security teams and vulnerability management teams should prioritize this vulnerability due to its potential impact on data integrity.
Why it matters
Defenders should prioritize verifying exposure and applying the patch to prevent unauthorized annotation changes. This vulnerability allows unauthorized users to update book annotations, potentially affecting data integrity.
- Verify and restrict access to the Content Server to prevent unauthorized annotation updates
- Update to version 9.12.0 to fix the vulnerability
Technical summary
The calibre Content Server endpoint POST /book-update-annotations/{library_id}/{book_id}/{fmt} omits needs_db_write=True, allowing unauthorized users to update book annotations. This issue is fixed in version 9.12.0. The vulnerability allows a readonly user or an anonymous user on an unauthenticated deployment to persist unauthorized book annotation changes by passing attacker-controlled JSON to db.merge_annotations_for_book(). Defenders should prioritize verifying exposure and applying the patch to prevent unauthorized annotation changes.
Defensive priority
Defenders should prioritize verifying exposure and applying the patch to prevent unauthorized annotation changes.
Recommended defensive actions
- Verify if the calibre Content Server is exposed and update to version 9.12.0
- Restrict access to the Content Server to trusted users only
- Monitor for suspicious annotation updates
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details on the vulnerability and its fix. The vulnerability allows unauthorized users to update book annotations, potentially affecting data integrity. Defenders should verify exposure and apply the patch to prevent unauthorized annotation changes. The fix is included in version 9.12.0 of calibre. No additional information is available on exploitability or public exploits.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73249 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73249
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73249 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73249
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/kovidgoyal/calibre/commit/71295e8b62801e1ccecaa4fac47e6942f11cfe1e
-
Source reference
Unverified legacy reference
URL: https://github.com/kovidgoyal/calibre/releases/tag/v9.12.0
-
Source reference
Unverified legacy reference
URL: https://github.com/kovidgoyal/calibre/security/advisories/GHSA-5x64-w63v-x2g6
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.