CVE-2024-13435
Published: 12 February 2025
Summary
CVE-2024-13435 is a high-severity SQL Injection (CWE-89) vulnerability in Infoway Ebook Downloader. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 44.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2024-13435 is a SQL injection vulnerability in the Ebook Downloader plugin for WordPress, affecting all versions up to and including 1.0. The issue stems from insufficient escaping of the user-supplied 'download' parameter and lack of sufficient preparation in the existing SQL query, allowing injection of malicious SQL code.
Unauthenticated attackers can exploit this vulnerability over the network with low attack complexity, no privileges, and no user interaction required. Exploitation enables appending additional SQL queries to extract sensitive information from the database, earning a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and mapping to CWE-89.
Advisories and related resources, including Wordfence's threat intelligence report and the plugin source code at line 278 in ebook_plugin.php, provide further details on the vulnerability for assessment and mitigation planning.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-51600
Vulnerability details
The Ebook Downloader plugin for WordPress is vulnerable to SQL Injection via the 'download' parameter in all versions up to, and including, 1.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing…
more
SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct unauthenticated SQL injection in public-facing WordPress plugin enables remote exploitation for data access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates SQL injection by requiring validation and sanitization of the user-supplied 'download' parameter before incorporation into SQL queries.
Requires identification, reporting, and correction of the SQL injection flaw in the Ebook Downloader plugin through patching or updates.
Boundary protection via web application firewalls monitors and blocks malicious SQL injection payloads targeting the 'download' parameter at network interfaces.