Cyber Resilience

CVE-2026-3180

High

Published: 02 March 2026

Published
02 March 2026
Modified
22 April 2026
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.0053 67.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3180 is a high-severity SQL Injection (CWE-89) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 32.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-7 (Boundary Protection) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-3180 is a blind SQL injection vulnerability in the Contest Gallery – Upload & Vote Photos, Media, Sell with PayPal & Stripe plugin for WordPress, affecting all versions up to and including 28.1.4. The flaw arises from insufficient escaping of user-supplied parameters ‘cgLostPasswordEmail’ and ‘cgl_mail’, combined with inadequate preparation of existing SQL queries, 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 via blind SQL injection techniques. The CVSS v3.1 base score is 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), with impact primarily on confidentiality and mapped to CWE-89 (SQL Injection).

Mitigation involves updating to version 28.1.4 or later for the ‘cgLostPasswordEmail’ parameter fix, and version 28.1.5 or later for the ‘cgl_mail’ parameter patch. Code changes addressing the issues are visible in the plugin's Trac repository at referenced lines in files such as users-login-check-ajax-lost-password.php and cg-user-functions.php.

EU & UK References

Vulnerability details

The Contest Gallery – Upload & Vote Photos, Media, Sell with PayPal & Stripe plugin for WordPress is vulnerable to blind SQL Injection via the ‘cgLostPasswordEmail’ and the ’cgl_mail’ parameter in all versions up to, and including, 28.1.4 due to…

more

insufficient escaping on the user supplied parameter and lack of sufficient preparation 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. The vulnerability's ’cgLostPasswordEmail’ parameter was patched in version 28.1.4, and the ’cgl_mail’ parameter was patched in version 28.1.5.

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.
Why these techniques?

Blind SQL injection in unauthenticated public-facing WordPress plugin directly enables remote exploitation of the web application for database data extraction.

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

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of user-supplied parameters like ‘cgLostPasswordEmail’ and ’cgl_mail’ to prevent blind SQL injection by blocking malicious SQL payloads.

prevent

Mandates timely identification, testing, and installation of patches such as versions 28.1.4 and 28.1.5 to remediate the SQL injection flaw in the plugin.

preventdetect

Enforces boundary protection via web application firewalls to monitor and block SQL injection attempts targeting vulnerable plugin parameters.

References