CVE-2026-3430
Received Received - Intake

Unauthenticated SQL Injection in Creative Mail WordPress Plugin

Vulnerability report for CVE-2026-3430, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: WPScan

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-06
Last Modified
2026-08-06
Generated
2026-08-06
AI Q&A
2026-08-06
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
creative_mail creative_mail From 1.6.5 (inc) to 1.6.9 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an unauthenticated SQL injection vulnerability in the Creative Mail WordPress plugin versions 1.6.5 to 1.6.9. The plugin fails to sanitize and escape a parameter before using it in an SQL statement, specifically when managing abandoned cart emails. An attacker can send a crafted request to trigger malicious SQL commands without needing authentication.

Detection Guidance

To detect this vulnerability, send a crafted POST request to /wp-admin/admin-ajax.php with a parameter that triggers a time delay if SQL injection is possible. Example using curl: curl -X POST -d 'action=creative_mail_abandoned_cart&param=1 AND (SELECT * FROM (SELECT(SLEEP(5)))a)' http://target-site.com/wp-admin/admin-ajax.php. If the response is delayed by 5 seconds, the vulnerability likely exists.

Impact Analysis

An attacker could exploit this to extract sensitive data from your WordPress database, such as user credentials, personal information, or other confidential data. Since no authentication is required, any website using the vulnerable plugin versions is at immediate risk of compromise.

Compliance Impact

This vulnerability could lead to unauthorized access and exposure of personal data, violating GDPR and HIPAA requirements for data protection and security. Organizations may face legal penalties, fines, and reputational damage if exploited.

Mitigation Strategies

Immediately update the Creative Mail plugin to the latest version beyond 1.6.9. If an update is unavailable, disable the plugin or restrict access to /wp-admin/admin-ajax.php via server rules. Monitor for suspicious database queries or unusual delays in responses.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-3430. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart