Cyber Resilience

CVE-2024-11135

High

Published: 28 January 2025

Published
28 January 2025
Modified
05 March 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0014 34.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-11135 is a high-severity SQL Injection (CWE-89) vulnerability in Imithemes Eventer. 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 34.2th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2024-11135 is a SQL injection vulnerability in the Eventer plugin for WordPress, affecting all versions up to and including 3.9.8. The issue arises in the 'eventer_get_attendees' function due to insufficient escaping of the user-supplied 'event' parameter and lack of sufficient preparation in the existing SQL query, allowing attackers to append additional SQL queries.

Unauthenticated attackers can exploit this vulnerability remotely with low complexity and no user interaction required. Successful exploitation enables extraction of sensitive information from the database. The vulnerability has 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 is associated with CWE-89 (Improper Neutralization of Special Elements used in an SQL Command).

Advisories and additional details are available from sources including the Wordfence threat intelligence page (https://www.wordfence.com/threat-intel/vulnerabilities/id/a8dc0712-f78e-46c5-a0d1-2db752498d54?source=cve) and the plugin listing on Codecanyon (https://codecanyon.net/item/eventer-wordpress-event-manager-plugin/20972534). The CVE was published on 2025-01-28.

EU & UK References

Vulnerability details

The Eventer plugin for WordPress is vulnerable to SQL Injection via the 'event' parameter in the 'eventer_get_attendees' function in all versions up to, and including, 3.9.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation…

more

on the existing 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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing WordPress plugin directly enables remote exploitation (T1190) and extraction of data from the backend database (T1213.006).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-0959Same product: Imithemes Eventer
CVE-2025-22635Same product: Imithemes Eventer
CVE-2019-25537Shared CWE-89
CVE-2019-25366Shared CWE-89
CVE-2019-25496Shared CWE-89
CVE-2026-1475Shared CWE-89
CVE-2026-26990Shared CWE-89
CVE-2026-44047Shared CWE-89
CVE-2025-12865Shared CWE-89
CVE-2019-25491Shared CWE-89

Affected Assets

imithemes
eventer
≤ 3.9.9

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validating and sanitizing the user-supplied 'event' parameter to prevent SQL injection in the 'eventer_get_attendees' function.

preventrecover

Mandates timely identification, reporting, and correction of the SQL injection flaw in Eventer plugin versions up to 3.9.8.

detectrespond

Requires vulnerability scanning that identifies SQL injection issues like CVE-2024-11135 in WordPress plugins for remediation.

References