eTemplates CVE-2024-55972
CRITICALSeverity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in chriscarvache eTemplates etemplates allows SQL Injection.This issue affects eTemplates: from n/a through <= 0.2.1.
AnalysisAI
SQL injection in the chriscarvache eTemplates WordPress plugin (versions through 0.2.1) allows remote unauthenticated attackers to inject arbitrary SQL commands against the backing database. With CVSS 9.3 and a scope-changed impact (confidentiality high, availability low), successful exploitation can expose sensitive data stored beyond the plugin's own boundary. EPSS sits at 8.33% (92nd percentile), indicating meaningfully elevated exploitation probability, though no public exploit is identified at time of analysis.
Technical ContextAI
eTemplates is a WordPress plugin authored by chriscarvache that integrates with WordPress's MySQL/MariaDB backend. The flaw is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controlled input is concatenated into SQL statements without parameterization or proper escaping via WordPress's $wpdb->prepare() API. Because WordPress plugins share the site's database with the core CMS, scope-changed SQLi typically pivots from plugin-owned tables into the wp_users, wp_options, or wp_usermeta tables, where credential hashes and session-relevant data live.
Affected ProductsAI
The chriscarvache eTemplates WordPress plugin is affected in all versions up to and including 0.2.1, per the Patchstack-sourced advisory. No CPE string was provided in the input data, and the upstream description specifies 'from n/a through <= 0.2.1' meaning the lower-bound introducing version is not documented. Any WordPress site running eTemplates 0.2.1 or earlier should be considered vulnerable until proven otherwise.
RemediationAI
No vendor-released patch identified at time of analysis; the advisory bounds the vulnerable range at <= 0.2.1 with no fixed version cited in the provided data. The most reliable mitigation is to deactivate and remove the eTemplates plugin from affected WordPress installations until chriscarvache publishes a patched release, since the plugin appears to be low-traffic and a fix timeline is unknown. As compensating controls, deploy a WAF with WordPress-aware SQLi rulesets (Patchstack, Wordfence, or ModSecurity OWASP CRS) tuned to block tautology and UNION-based payloads against plugin endpoints - accepting that aggressive rules may break legitimate template editor traffic - and restrict access to the plugin's URLs via IP allowlisting on the web server if the plugin is only used by site administrators.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today