In Eclipse Dataspace Components versions 0.1.3 to 0.9.0, the Connector component filters which datasets (= data offers) another party can see in a requested catalog, to ensure that only authorized parties are able to view restricted offers.
However, there is the possibility to request a single dataset, which should be subject to the same filtering process, but currently is missing the correct filtering.
This enables parties to potentially see datasets they should not have access to, thereby exposing sensitive information. Exploiting this vulnerability requires knowing the ID of a restricted dataset, but some IDs may be guessed by trying out many IDs in an automated way.
Affected code:
DatasetResolverImpl, L76-79 https://github.com/eclipse-edc/Connector/blob/v0.9.0/core/control-plane/control-plane-catalog/src/main/java/org/eclipse/edc/connector/controlplane/catalog/DatasetResolverImpl.java
References
Link | Resource |
---|---|
https://github.com/eclipse-edc/Connector/pull/4490 | Issue Tracking Patch |
https://github.com/eclipse-edc/Connector/pull/4491 | Issue Tracking Patch |
https://gitlab.eclipse.org/security/cve-assignement/-/issues/35 | Issue Tracking Vendor Advisory |
Configurations
History
09 Jan 2025, 18:07
Type | Values Removed | Values Added |
---|---|---|
First Time |
Eclipse eclipse Dataspace Components
Eclipse |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.3 |
CPE | cpe:2.3:a:eclipse:eclipse_dataspace_components:*:*:*:*:*:*:*:* | |
References | () https://github.com/eclipse-edc/Connector/pull/4490 - Issue Tracking, Patch | |
References | () https://github.com/eclipse-edc/Connector/pull/4491 - Issue Tracking, Patch | |
References | () https://gitlab.eclipse.org/security/cve-assignement/-/issues/35 - Issue Tracking, Vendor Advisory |
30 Sep 2024, 12:46
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
27 Sep 2024, 10:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-09-27 10:15
Updated : 2025-01-09 18:07
NVD link : CVE-2024-9202
Mitre link : CVE-2024-9202
CVE.ORG link : CVE-2024-9202
JSON object : View
Products Affected
eclipse
- eclipse_dataspace_components
CWE
CWE-862
Missing Authorization