CVE-2019-14888:
Undertow vulnerable to Uncontrolled Resource Consumption
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.56243%
CWE
Published
5/24/2022
Updated
1/28/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
io.undertow:undertow-core | maven | < 2.0.29.Final | 2.0.29.Final |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in SSL connection handling where Undertow's pre-2.0.29 HTTPS implementation didn't properly manage resources during SSL handshakes. Key indicators:
- The mitigation through HTTP/2 suggests fundamental connection handling changes
- CWE-400 points to resource management in network I/O paths
- XNIO's SSL implementation (XnioSsl) is core to Undertow's low-level I/O
- HttpOpenListener is the entry point for HTTP(S) request processing While exact patch details are unavailable, these functions represent the most likely candidates based on the vulnerability pattern and Undertow architecture.