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

48 lines
1.4 KiB
YAML

id: CVE-2023-24044
info:
name: Plesk Obsidian <=18.0.49 - Open Redirect
author: pikpikcu
severity: medium
description: |
Plesk Obsidian through 18.0.49 contains an open redirect vulnerability via the login page. An attacker can redirect users to malicious websites via a host request header and thereby access user credentials and execute unauthorized operations. NOTE: The vendor's position is "the ability to use arbitrary domain names to access the panel is an intended feature."
reference:
- https://portswigger.net/web-security/host-header/exploiting
- https://medium.com/@jetnipat.tho/cve-2023-24044-10e48ab940d8
- https://gist.github.com/TJetnipat/02b3854543b7ec95d54a8de811f2e8ae
- https://nvd.nist.gov/vuln/detail/CVE-2023-24044
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-24044
cwe-id: CWE-601
cpe: cpe:2.3:a:plesk:obsidian:*:*:*:*:*:*:*:*
epss-score: 0.00192
metadata:
max-request: 1
fofa-query: title="Plesk Obsidian"
shodan-query: title:"Plesk Obsidian"
verified: true
tags: cve,cve2023,header,injection,plesk,obsidian
http:
- method: GET
path:
- "{{BaseURL}}/login.php"
headers:
Host: "evil.com"
matchers-condition: and
matchers:
- type: word
part: location
words:
- 'https://evil.com/login_up.php'
- type: status
status:
- 303