🔙 목록으로 돌아가기

CVE-2022-35507: Proxmox - CRLF Injection

TitleProxmox - CRLF Injection
AuthorDhiyaneshDk
SeverityHigh
ImpactAttackers can inject response headers with CRLF characters to set malicious cookies in victims' Chromium-based browsers, causing client-side denial of service and potentially facilitating session fixation attacks on Proxmox users.
RemediationUpdate pve-http-server to version 4.1-3 or later that properly validates and strips CRLF characters from response headers.
CVSS Score7.1
EPSS Score0.14332
CVE IDCVE-2022-35507
CWE IDCWE-74
Shodan Queryhtml:"Proxmox = {"
Tags cve cve2022 proxmox crlf vuln

🔍 Vulnerability Description

A response-header CRLF injection vulnerability in the Proxmox Virtual Environment (PVE) and Proxmox Mail Gateway (PMG) web interface allows a remote attacker to set cookies for a victim’s browser that are longer than the server expects, causing a client-side DoS. This affects Chromium-based browsers because they allow injection of response headers with %0d. This is fixed in pve-http-server 4.1-3.

🌐 HTTP Request

GET /404%0dnew-header:value%0da: HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240
Connection: close
Accept-Encoding: gzip

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-35507.yaml

🦈 Packet Capture: ⬇️ Download cve-2022-35507.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A