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

41 lines
1.4 KiB
YAML
Raw Normal View History

2023-03-31 11:28:24 +00:00
id: CVE-2023-24735
info:
name: PMB 7.4.6 - Open Redirect
2023-03-31 11:28:24 +00:00
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.
2023-09-06 11:43:37 +00:00
remediation: |
Upgrade PMB to a version that has addressed the open redirect vulnerability (CVE-2023-24735).
2023-03-31 11:28:24 +00:00
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
2023-03-31 11:28:24 +00:00
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
2023-03-31 11:28:24 +00:00
cve-id: CVE-2023-24735
cwe-id: CWE-601
2023-08-31 11:46:18 +00:00
epss-score: 0.00985
epss-percentile: 0.81565
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:a:pmb_project:pmb:7.4.6:*:*:*:*:*:*:*
2023-03-31 11:28:24 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:43:37 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: pmb_project
product: pmb
2023-09-06 11:43:37 +00:00
shodan-query: http.favicon.hash:1469328760
2023-03-31 11:28:24 +00:00
tags: cve,cve2023,redirect,pmb
http:
2023-03-31 11:28:24 +00:00
- 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\/?(\/|[^.].*)?$'