Skip to main content

Check & Log Email CVE-2026-14554

| EUVDEUVD-2026-51410 MEDIUM
SQL Injection (CWE-89)
2026-07-31 WPScan GHSA-wjfc-ffhr-q953
6.5
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
vuln.today AI
6.5 MEDIUM

Admin authentication required (PR:H) over network (AV:N); successful injection yields full database read and write (C:H/I:H) with no availability disruption (A:N).

3.1 AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

5
Analysis Generated
Jul 31, 2026 - 20:26 vuln.today
CVSS changed
Jul 31, 2026 - 20:22 NVD
6.5 (MEDIUM)
Patch available
Jul 31, 2026 - 07:01 EUVD
CVE Published
Jul 31, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 31, 2026 - 06:00 cve.org
MEDIUM 6.5

DescriptionCVE.org

The Check & Log Email WordPress plugin before 2.0.15 does not properly sanitize and escape parameters before using them in SQL queries, allowing users with administrator privileges to perform SQL injection attacks.

AnalysisAI

SQL injection in the Check & Log Email WordPress plugin (all versions before 2.0.15) allows authenticated WordPress administrators to execute arbitrary SQL queries against the underlying database via unsanitized parameters. With PR:H per the CVSS vector, exploitation is constrained to admin-level accounts, making the primary threat a rogue insider or a follow-on attack after admin credential compromise. A public proof-of-concept is available through WPScan; however, EPSS at 0.16% (6th percentile) and absence from CISA KEV indicate no confirmed widespread exploitation campaign at time of analysis.

Technical ContextAI

CWE-89 (Improper Neutralization of Special Elements in SQL Commands) is the root cause: the plugin constructs SQL queries by concatenating user-supplied parameters without prepared statements or proper escaping, a classic second-order or direct injection pattern common in older WordPress plugin codebases. The affected product is identified by CPE cpe:2.3:a:unknown:check_&_log_email:*:*:*:*:*:*:*:*, covering all releases from the initial version up to but not including 2.0.15. The plugin's function - logging and inspecting outbound WordPress emails - means its database interactions likely touch wp_* tables containing message metadata, addresses, and potentially user-linked data, expanding the value of a successful injection beyond simple configuration reads.

RemediationAI

Upgrade Check & Log Email to version 2.0.15 or later, which is the vendor-released patch resolving improper SQL parameter handling. Patch details are documented at https://wpscan.com/vulnerability/7b39bae3-41a2-4862-b7c3-1a386273d600/. If immediate upgrade is not feasible, restrict WordPress administrator role assignment to the minimum necessary personnel and enforce multi-factor authentication on all admin accounts to reduce the likelihood of credential compromise that would enable exploitation. A Web Application Firewall (WAF) with SQLi signatures targeting wp-admin endpoints can add a detection layer but carries false-positive risk and should not substitute for patching. Deactivating the plugin entirely is an option if email logging is non-essential, eliminating the attack surface at the cost of losing log functionality.

Share

CVE-2026-14554 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy