Back to overview

CVE-2026-15076

HIGH
8.2
CVSS 4.0
Description
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.

Metadata

CVE ID
CVE-2026-15076
State
PUBLISHED
Assigner
eclipse
Reserved
2026-07-08 15:26 UTC
Published
2026-07-14 08:09 UTC
Last updated
2026-07-14 08:09 UTC
Primary CWE
CWE-346
CWE-346: Origin Validation Error
Vendor / Product
Eclipse Foundation / Eclipse Vert.x
Sources
cve.org  ·  NVD

Severity & Metrics

8.2 HIGH CVSS 4.0
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Affected products (1)
VendorProductPlatformVersions
Eclipse Foundation Eclipse Vert.x 4.0.0 ≤ 4.5.29, 5.0.0 ≤ 5.1.4
Weakness (CWE)
CWESourceDescription
CWE-346 cna CWE-346: Origin Validation Error
CVSS scores (1)
ScoreSeverityVersionSourceVector
8.2 HIGH 4.0 cna CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Back to overview