CVE-2024-8642: Eclipse Dataspace Components's ConsumerPullTransferTokenValidationApiController doesn't check for token validit
7.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.39614%
CWE
Published
9/11/2024
Updated
9/19/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.eclipse.edc:transfer-data-plane | maven | >= 0.5.0, < 0.9.0 | 0.9.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from ConsumerPullTransferTokenValidationApiController's token validation implementation. The controller calls TokenValidationService.validate(token, publicKeyResolver) without providing validation rules (third parameter), despite rules being registered for the 'dataplane-transfer' context. This omission prevents critical checks like token expiration from being executed. The removed code in commit 04899e9 confirms this was the vulnerable component, and the CVE description explicitly references this controller as the flawed implementation.