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

52 lines
1.7 KiB
YAML
Raw Normal View History

2023-02-07 05:40:53 +00:00
id: CVE-2023-24044
2023-02-02 09:44:06 +00:00
info:
2023-04-18 13:56:05 +00:00
name: Plesk Obsidian <=18.0.49 - Open Redirect
2023-02-02 09:44:06 +00:00
author: pikpikcu
severity: medium
2023-02-07 05:40:53 +00:00
description: |
2023-04-18 13:56:05 +00:00
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."
2023-09-06 11:43:37 +00:00
remediation: |
Upgrade Plesk Obsidian to a version higher than 18.0.49 to mitigate the vulnerability.
2023-02-02 09:44:06 +00:00
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
2023-07-11 19:49:27 +00:00
- https://support.plesk.com/hc/en-us/articles/10254625170322-Vulnerability-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
2023-08-31 11:46:18 +00:00
epss-score: 0.00114
epss-percentile: 0.44165
2023-09-06 11:43:37 +00:00
cpe: cpe:2.3:a:plesk:obsidian:*:*:*:*:*:*:*:*
2023-02-07 05:40:53 +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: plesk
product: obsidian
2023-09-06 11:43:37 +00:00
shodan-query: title:"Plesk Obsidian"
fofa-query: title="Plesk Obsidian"
2023-02-07 05:40:53 +00:00
tags: cve,cve2023,header,injection,plesk,obsidian
2023-02-02 09:44:06 +00:00
http:
2023-02-02 09:44:06 +00:00
- method: GET
path:
2023-02-07 06:25:32 +00:00
- "{{BaseURL}}/login.php"
2023-02-02 09:44:06 +00:00
headers:
2023-02-07 06:25:32 +00:00
Host: "evil.com"
2023-02-02 09:44:06 +00:00
matchers-condition: and
matchers:
- type: word
2023-02-07 06:25:32 +00:00
part: location
2023-02-02 09:44:06 +00:00
words:
2023-02-07 06:25:32 +00:00
- 'https://evil.com/login_up.php'
2023-02-02 09:44:06 +00:00
- type: status
status:
2023-02-07 06:25:32 +00:00
- 303