nuclei-templates/cves/2023/CVE-2023-24735.yaml

33 lines
1.1 KiB
YAML

id: CVE-2023-24735
info:
name: PMB v7.4.6 - Open Redirect
author: r3Y3r53
severity: medium
description: |
PMB v7.4.6 was discovered to contain an open redirect vulnerability via the component /opac_css/pmb.php. This vulnerability allows attackers to redirect victim users to an external domain via a crafted URL.
reference:
- https://github.com/AetherBlack/CVE/blob/main/PMB/readme.md
- https://nvd.nist.gov/vuln/detail/CVE-2023-24735
- https://github.com/AetherBlack/CVE/tree/main/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-2023-24735
cwe-id: CWE-601
metadata:
shodan-query: http.favicon.hash:1469328760
verified: "true"
tags: cve,cve2023,redirect,pmb
requests:
- 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\/?(\/|[^.].*)?$'