41 lines
1.6 KiB
YAML
41 lines
1.6 KiB
YAML
id: CVE-2023-24735
|
|
|
|
info:
|
|
name: PMB 7.4.6 - Open Redirect
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
PMB v7.4.6 contains an open redirect vulnerability via the component /opac_css/pmb.php. An attacker can redirect a user to an external domain via a crafted URL and thereby potentially obtain sensitive information, modify data, and/or execute unauthorized operations.
|
|
remediation: |
|
|
Upgrade PMB to a version that has addressed the open redirect vulnerability (CVE-2023-24735).
|
|
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-24735
|
|
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-24735
|
|
cwe-id: CWE-601
|
|
epss-score: 0.01133
|
|
epss-percentile: 0.83009
|
|
cpe: cpe:2.3:a:pmb_project:pmb:7.4.6:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: pmb_project
|
|
product: pmb
|
|
shodan-query: http.favicon.hash:1469328760
|
|
tags: cve,cve2023,redirect,pmb,pmb_project
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/pmb/opac_css/pmb.php?url=https://oast.me&hash={{md5('https://oast.me')}}"
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)oast\.me\/?(\/|[^.].*)?$'
|
|
# digest: 4b0a004830460221009501d5a08754f6d80b9ab53de70276b5e79ad80dac995b0a98ffcdf910b2fe19022100abbfe9923693031d04bcb5c7f263846a7a7d60f7ab383601f4fb525304785db3:922c64590222798bb761d5b6d8e72950 |