First published: Thu Jun 14 2018(Updated: )
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.
Credit: emo@eclipse.org
Affected Software | Affected Version | How to fix |
---|---|---|
Eclipse Vert.x | >=3.0.0<=3.5.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-12537 is considered a medium severity vulnerability due to header injection risks.
To fix CVE-2018-12537, upgrade Eclipse Vert.x to version 3.5.2 or later, where the issue is resolved.
CVE-2018-12537 affects applications that utilize Eclipse Vert.x versions between 3.0.0 and 3.5.1.
Yes, CVE-2018-12537 can lead to security exploits through header injection attacks.
The main issue with CVE-2018-12537 is the lack of filtering for carriage return and line feed characters in HTTP headers.