CVE-2025-12543
CRITICALCVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:L
Lifecycle Timeline
3Tags
Description
A flaw was found in the Undertow HTTP server core, which is used in WildFly, JBoss EAP, and other Java applications. The Undertow library fails to properly validate the Host header in incoming HTTP requests.As a result, requests containing malformed or malicious Host headers are processed without rejection, enabling attackers to poison caches, perform internal network scans, or hijack user sessions.
Analysis
Undertow HTTP server (used in WildFly, JBoss EAP) fails to validate Host headers, enabling cache poisoning, internal network scanning, and session hijacking. Affects a widely-used Java application server component.
Technical Context
Undertow does not reject requests with malformed or malicious Host headers (CWE-20). This enables: (1) Cache poisoning by injecting different Host values that get cached, (2) Internal network scanning by using Host headers to probe internal services, (3) Session hijacking through Host header-based routing manipulation.
Affected Products
Undertow (used in WildFly, JBoss EAP, and other Java applications)
Remediation
Update Undertow/WildFly/JBoss EAP. Configure reverse proxies to normalize Host headers before forwarding.
Priority Score
Vendor Status
Share
External POC / Exploit Code
Leaving vuln.today
GHSA-j382-5jj3-vw4j