First published: Wed Oct 10 2018(Updated: )
In version from 3.0.0 to 3.5.3 of Eclipse Vert.x, the WebSocket HTTP upgrade implementation buffers the full http request before doing the handshake, holding the entire request body in memory. There should be a reasonnable limit (8192 bytes) above which the WebSocket gets an HTTP response with the 413 status code and the connection gets closed.
Credit: emo@eclipse.org
Affected Software | Affected Version | How to fix |
---|---|---|
Eclipse Vert.x | >=3.0.0<3.5.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-12541 has a severity rating that indicates a vulnerability in how Eclipse Vert.x handles WebSocket HTTP upgrades.
To fix CVE-2018-12541, upgrade Eclipse Vert.x to version 3.5.4 or later.
Eclipse Vert.x versions from 3.0.0 to 3.5.3 are affected by CVE-2018-12541.
CVE-2018-12541 can lead to excessive memory usage due to unbounded buffering of WebSocket requests.
CVE-2018-12541 is not rated as critical, but it poses a significant risk due to potential resource exhaustion.