CVE-2022-35507
Published: 04 December 2022
Summary
CVE-2022-35507 is a high-severity Injection (CWE-74) vulnerability in Proxmox Proxmox Mail Gateway. Its CVSS base score is 7.1 (High).
Operationally, ranked in the top 3.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
CVE-2022-35507 is a response-header CRLF injection vulnerability present in the web interface of Proxmox Virtual Environment (PVE) and Proxmox Mail Gateway (PMG). The flaw resides in the pve-http-server component and permits injection of carriage-return line-feed sequences, most notably via %0d, which Chromium-based browsers accept when processing server responses. This leads to the server setting cookies that exceed its own length expectations, producing a client-side denial of service.
A remote attacker can trigger the issue without authentication by sending a crafted request that causes the victim’s browser to receive and store an oversized cookie. The attack requires user interaction (the victim must visit a malicious or compromised page) and results in loss of availability for the affected browser session while leaving confidentiality and server integrity intact.
The issue is resolved in pve-http-server 4.1-3; the corresponding commit on the Proxmox git repository updates header handling to prevent CRLF injection. Security advisories and the vendor patch therefore direct administrators to upgrade the package on all exposed PVE and PMG instances.
The EPSS score rose from a low baseline to a recorded peak of 0.4175, indicating that exploitation interest emerged after public disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-38395
Vulnerability details
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.…
more
This affects Chromium-based browsers because they allow injection of response headers with %0d. This is fixed in pve-http-server 4.1-3.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.