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.
The product uses CRLF (carriage return line feeds) as a special element, e.g. to separate lines or records, but it does not neutralize or incorrectly neutralizes CRLF sequences from inputs.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Link | Tags |
---|---|
https://github.com/eclipse/vert.x/commit/1bb6445226c39a95e7d07ce3caaf56828e8aab72 | third party advisory |
https://www.compass-security.com/fileadmin/Datein/Research/Advisories/CSNC-2018-021_vertx.txt | third party advisory |
https://access.redhat.com/errata/RHSA-2018:2371 | third party advisory vendor advisory |
https://github.com/eclipse/vert.x/issues/2470 | third party advisory |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=536038 | issue tracking third party advisory |
https://access.redhat.com/errata/RHSA-2018:3768 | third party advisory vendor advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=1591072 | issue tracking third party advisory |