REDHAT-BUG-2499914: High severity Eclipse Vert.x Web Client vulnerability
In versions up to and including 4.5.29 (4.x branch) and 5.1.4 (5.x branch), the WebClientSession component of Eclipse Vert.x Web Client does not validate that the Domain attribute of a Set-Cookie response header matches the originating server's domain, in violation of RFC 6265 section 5.3. An attacker who controls any server that the victim application contacts can inject a cookie scoped to an arbitrary third-party domain; because the session store performs no cross-domain ownership check, it stores and later transmits that cookie to the targeted domain.
When the victim application subsequently sends a request to the targeted domain using the same WebClientSession, it presents the attacker-injected cookie, causing the receiving service to process the request under the attacker's account. Sensitive data included in the victim application's requests, such as payment amounts, card details, or other API payloads, may then be accessible to the attacker through their own account on that service.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Eclipse Vert.x Web Client (WebClientSession)to a version that resolves this vulnerability.Fixed in 4.5.29 - Upgrade
Upgrade
Eclipse Vert.x Web Client (WebClientSession)to a version that resolves this vulnerability.Fixed in 5.1.4
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2499914?
The severity of REDHAT-BUG-2499914 is classified as high, rated at 7.
How do I fix REDHAT-BUG-2499914?
To fix REDHAT-BUG-2499914, update to the latest versions of Eclipse Vert.x Web Client that are beyond 4.5.29 for the 4.x branch and beyond 5.1.4 for the 5.x branch.
What is the impact of REDHAT-BUG-2499914?
The impact of REDHAT-BUG-2499914 is that it allows an attacker to potentially exploit the WebClientSession to hijack sessions through inadequate Domain attribute validation.
Which versions are affected by REDHAT-BUG-2499914?
Versions up to and including 4.5.29 in the 4.x branch and 5.1.4 in the 5.x branch of Eclipse Vert.x Web Client are affected by REDHAT-BUG-2499914.
Is REDHAT-BUG-2499914 compliant with RFC 6265?
No, REDHAT-BUG-2499914 violates RFC 6265 section 5.3 by not validating the Domain attribute of the Set-Cookie response header.