cbcvebase.
CVE-2025-2011
published 2025-05-06

CVE-2025-2011: 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…

PriorityP184high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
ITWEXPLOITVulnCheck KEVInitial access
Exploited in the wild
EPSS
46.72%
98.7th percentile
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 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.

Affected

1 ranges
VendorProductVersion rangeFixed in
avertadepicter_popup_slider_builder<= 3.6.1

Detection & IOCsextracted from sources · hover to see the quote

url/wp-admin/admin-ajax.php?s=9999')union+select+111,222,(select(concat(0x44617461626173653a20,database()))),4444,+5--+-&perpage=20&page=1&orderBy=source_id&dateEnd=&dateStart=&order=DESC&sources=&action=depicter-lead-index
url/wp-admin/admin-ajax.php?s=test%' AND EXTRACTVALUE(1,CONCAT(0x7e,VERSION(),0x7e))='&perpage=20&page=1&orderBy=source_id&dateEnd=&dateStart=&order=DESC&sources=&action=depicter-lead-index
path/wp-content/plugins/depicter/
path/wp-admin/admin-ajax.php
commands=test%' AND EXTRACTVALUE(1,CONCAT(0x7e,({sql_query}),0x7e))='&perpage=20&page=1&orderBy=source_id&dateEnd=&dateStart=&order=DESC&sources=&action=depicter-lead-index
otheraction=depicter-lead-index
regexXPATH syntax error: '~(.*?)~'
regex"id":"Database: (.*?)"
yara
words: ['Database: ', 'commonFields', 'content'] condition: and
bytes
0x44617461626173653a20
  • Alert on HTTP responses containing 'XPATH syntax error' alongside 'depicter-lead-index' action requests, which indicates successful error-based SQL injection exploitation.
  • Monitor for the presence of 'Database: ' and 'commonFields' in HTTP response bodies to /wp-admin/admin-ajax.php, indicating successful UNION-based SQL injection data exfiltration via the Depicter plugin.
  • Flag requests where the 's' parameter contains SQL metacharacters such as single quotes, UNION SELECT, or EXTRACTVALUE with hex-encoded strings (e.g., 0x7e) targeting the depicter-lead-index action.
  • Use the Google/PublicWWW dork 'inurl:/wp-content/plugins/depicter/' to identify exposed WordPress instances running the vulnerable Depicter plugin for proactive scanning.
  • ·The exploit is unauthenticated — no session cookie or authentication token is required, meaning WAF rules must trigger on anonymous GET requests to admin-ajax.php with the depicter-lead-index action.
  • ·The EPSS score is 0.52383 (97.9th percentile), indicating very high likelihood of active exploitation in the wild; prioritize detection and patching accordingly.

CVSS provenance

nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vulncheck7.5HIGH
cisa8.8HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.