Cyber Resilience

CVE-2025-2011

HighUpdated

Published: 06 May 2025

Published
06 May 2025
Modified
17 June 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.4700 98.7th percentile
Risk Priority 80 floored blend · peak EPSS

Summary

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

Operationally, ranked in the top 1.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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The Slider & Popup Builder by Depicter plugin for WordPress contains a generic SQL injection vulnerability in the 's' parameter that affects all versions through 3.6.1. The flaw stems from insufficient escaping of user-supplied input combined with the absence of prepared statements in existing database queries, allowing arbitrary SQL to be appended. The issue is tracked as CWE-89 and carries a CVSS 3.1 base score of 7.5.

Unauthenticated remote attackers can exploit the vulnerability over the network to extract sensitive information from the WordPress database. Successful exploitation requires no user interaction or credentials and can disclose data such as lead records processed by the plugin's LeadsAjaxController and associated repository classes.

The supplied references consist solely of links to the vulnerable source files in the WordPress plugin repository and do not describe patches or mitigation steps. The EPSS score reached a peak of 0.5238 after disclosure before receding to its current value of 0.4752.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The Slider & Popup Builder by Depicter plugin for WordPress is vulnerable to generic SQL Injection via the ‘s' parameter in all versions up to, and including, 3.6.1 due to insufficient escaping on the user supplied parameter and lack of…

more

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.

CWE(s)

Related Threats

CVEs Like This One

CVE-2022-26059Shared CWE-89
CVE-2023-1466Shared CWE-89
CVE-2023-20211Shared CWE-89
CVE-2022-45206Shared CWE-89
CVE-2015-10020Shared CWE-89
CVE-2021-24848Shared CWE-89
CVE-2023-3068Shared CWE-89
CVE-2022-1064Shared CWE-89
CVE-2022-28028Shared CWE-89
CVE-2021-40129Shared 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

Directly requires validation and sanitization of untrusted input such as the 's' parameter before it is concatenated into SQL queries, eliminating the root cause of the CWE-89 flaw.

prevent

Mandates timely identification and remediation of the vulnerable plugin code (versions ≤ 3.6.1) that fails to use prepared statements or proper escaping.

detect

Enables monitoring of database query patterns and anomalous input in the LeadsAjaxController path to identify successful or attempted SQL injection exploitation.

References