Cyber Resilience

CVE-2024-7009

MediumPublic PoC

Published: 06 August 2024

Published
06 August 2024
Modified
19 August 2024
KEV Added
Patch
CVSS Score v3.1 4.2 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0842 92.5th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-7009 is a medium-severity SQL Injection (CWE-89) vulnerability in Calibre-Ebook Calibre. Its CVSS base score is 4.2 (Medium).

Operationally, ranked in the top 7.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

Calibre versions up to and including 7.15.0 contain an SQL injection vulnerability (CWE-89) stemming from unsanitized user input supplied to full-text search operations against the application's SQLite database. The flaw received a CVSS 4.2 rating reflecting network attack vector, high attack complexity, and low-privileged access requirements.

An authenticated user who already possesses permission to run full-text searches can supply crafted input that executes arbitrary SQL statements, resulting in limited disclosure or modification of database contents. The vulnerability does not permit unauthenticated exploitation or direct impact on availability.

A fix was committed to the Calibre repository and an advisory detailing the issue was published by Star Labs; administrators should apply the referenced patch or upgrade beyond version 7.15.0. The associated EPSS score has remained low, reaching a peak of 0.1066 before receding to its current value of 0.0842.

EU & UK References

Vulnerability details

Unsanitized user-input in Calibre <= 7.15.0 allow users with permissions to perform full-text searches to achieve SQL injection on the SQLite database.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

calibre-ebook
calibre
≤ 7.15.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References