CVE-2026-44775

Kavita is a cross platform reading server. Prior to 0.9.0, the ReaderController.GetImage endpoint is decorated with [AllowAnonymous], allowing completely unauthenticated access to page images from any chapter in any library. While the endpoint accepts an apiKey parameter, it is never validated. Since entity IDs are sequential integers, an unauthenticated attacker can trivially enumerate all content on the server. This vulnerability is fixed in 0.9.0.
CVSS

No CVSS.

Configurations

No configuration.

History

24 Jul 2026, 11:10

Type Values Removed Values Added
Summary
  • (es) Kavita es un servidor de lectura multiplataforma. Antes de la versión 0.9.0, el endpoint ReaderController.GetImage está decorado con [AllowAnonymous], permitiendo acceso completamente no autenticado a las imágenes de página de cualquier capítulo en cualquier biblioteca. Aunque el endpoint acepta un parámetro apiKey, nunca se valida. Dado que los ID de entidad son enteros secuenciales, un atacante no autenticado puede enumerar trivialmente todo el contenido en el servidor. Esta vulnerabilidad se corrige en la versión 0.9.0.

26 May 2026, 18:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-26 18:16

Updated : 2026-07-24 11:10


NVD link : CVE-2026-44775

Mitre link : CVE-2026-44775

CVE.ORG link : CVE-2026-44775


JSON object : View

Products Affected

No product.

CWE
CWE-306

Missing Authentication for Critical Function