7.5 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): High (H)
- Availability (A): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): High (H)
- Modified Availability (MA): None (N)
by @LeSuisse Activity log
- Created suggestion
-
@LeSuisse
ignored
3 packages
- calibre-web
- calibre-no-speech
- pkgsRocm.calibre-no-speech
- @LeSuisse accepted
- @LeSuisse published on GitHub
calibre Content Server `/book-update-annotations` Missing Write Authorization Check Allows Unauthorized Annotation Modification
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.
References
-
https://github.com/kovidgoyal/calibre/security/advisories/GHSA-5x64-w63v-x2g6 x_refsource_CONFIRM
-
https://github.com/kovidgoyal/calibre/releases/tag/v9.12.0 x_refsource_MISC
Affected products
- ==< 9.12.0
Matching in nixpkgs
pkgs.calibre
Comprehensive e-book software
Ignored packages (3)
pkgs.calibre-web
Web app for browsing, reading and downloading eBooks stored in a Calibre database
-
nixos-unstable 0.6.26-unstable-2026-03-01
- nixpkgs-unstable 0.6.26-unstable-2026-03-01
- nixos-unstable-small 0.6.26-unstable-2026-03-01
-
nixos-26.05 0.6.26-unstable-2026-03-01
- nixos-26.05-small 0.6.26-unstable-2026-03-01
- nixpkgs-26.05-darwin 0.6.26-unstable-2026-03-01
pkgs.calibre-no-speech
Comprehensive e-book software
Package maintainers
-
@sempiternal-aurora Myria Sarvay <myrialsarvay@gmail.com>
-
@pSub Pascal Wittmann <mail@pascal-wittmann.de>