Description
The Creative Mail WordPress plugin from 1.6.5 to 1.6.9 does not sanitize and escape a parameter before using in an SQL statement, leading to an unauthenticated SQL injection when the abandoned cart email is managed by creative mail.
Published: 2026-08-06
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Creative Mail WordPress plugin from version 1.6.5 through 1.6.9 fails to sanitize and escape a request parameter that is later concatenated into an SQL statement. This omission allows an attacker to inject arbitrary SQL when the abandoned cart email function is accessed, potentially enabling data exfiltration, modification or deletion in the site’s database. The flaw is a classic injection weakness, directly affecting confidentiality, integrity, and possibly availability of WordPress content.

Affected Systems

Any WordPress installation that has the Creative Mail plugin version 1.6.5, 1.6.6, 1.6.7, 1.6.8, or 1.6.9 installed is vulnerable. The attack surface is the plugin’s abandoned cart email handling endpoint, which is typically exposed on the public web regardless of user authentication.

Risk and Exploitability

With a CVSS score of 8.6, the vulnerability is considered High severity. No EPSS score is available, and the issue is not listed in CISA’s KEV catalog, implying no widespread public exploitation has been documented yet. The likely attack vector is an HTTP request to the abandoned cart email URL; no authentication is required, so any entity on the internet can send malicious payloads and potentially compromise the underlying database.

Generated by OpenCVE AI on August 6, 2026 at 16:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Creative Mail to the latest version that contains a fix for this injection flaw.
  • If updating immediately is not possible, disable the abandoned cart email management feature in the plugin’s settings to remove the vulnerable entry point.
  • Apply a web application firewall rule to detect and block attempted SQL injection patterns targeting the plugin’s endpoints.

Generated by OpenCVE AI on August 6, 2026 at 16:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Thu, 06 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 06 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description The Creative Mail WordPress plugin from 1.6.5 to 1.6.9 does not sanitize and escape a parameter before using in an SQL statement, leading to an unauthenticated SQL injection when the abandoned cart email is managed by creative mail.
Title Creative Mail 1.6.5 - 1.6.9 - Unauthenticated SQLi
References
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-06T15:47:36.619Z

Reserved: 2026-03-02T10:13:41.406Z

Link: CVE-2026-3430

cve-icon Vulnrichment

Updated: 2026-08-06T15:47:33.508Z

cve-icon NVD

Status : Deferred

Published: 2026-08-06T16:16:42.760

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-3430

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T16:45:07Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')