Vulnerabilities (CVE)

Filtered by vendor Eclipse Subscribe
Filtered by product Vert.x
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2018-12541 1 Eclipse 1 Vert.x 2021-08-18 4.0 MEDIUM 6.5 MEDIUM
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.
CVE-2018-12537 1 Eclipse 1 Vert.x 2019-10-09 5.0 MEDIUM 5.3 MEDIUM
In Eclipse Vert.x version 3.0 to 3.5.1, the HttpServer response headers and HttpClient request headers do not filter carriage return and line feed characters from the header value. This allow unfiltered values to inject a new header in the client request or server response.