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

43 lines
1.2 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-02-07 05:40:53 +00:00
name: Plesk Obsidian - Host Header Injection
2023-02-02 09:44:06 +00:00
author: pikpikcu
severity: medium
2023-02-07 05:40:53 +00:00
description: |
A Host Header Injection issue on the Login page of Plesk Obsidian through 18.0.49 allows attackers to redirect users to malicious websites via a Host request header.
2023-02-02 09:44:06 +00:00
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2023-24044
- https://portswigger.net/web-security/host-header/exploiting
- https://medium.com/@jetnipat.tho/cve-2023-24044-10e48ab940d8
- https://gist.github.com/TJetnipat/02b3854543b7ec95d54a8de811f2e8ae
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-02-07 05:40:53 +00:00
metadata:
2023-02-07 05:47:16 +00:00
fofa-query: title="Plesk Obsidian"
shodan-query: title:"Plesk Obsidian"
verified: "true"
2023-02-07 05:40:53 +00:00
tags: cve,cve2023,header,injection,plesk,obsidian
2023-02-02 09:44:06 +00:00
requests:
- 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