CVE-2024-9202: EDC DataSetResolver policy filtering missing
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
Affected Software
Remediation
Patch Available
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2024-9202?
CVE-2024-9202 is classified as a high-severity vulnerability due to the potential exposure of restricted data offers.
How do I fix CVE-2024-9202?
To mitigate CVE-2024-9202, upgrade to Eclipse Dataspace Components version 0.9.1 or later.
Which versions are affected by CVE-2024-9202?
CVE-2024-9202 affects Eclipse Dataspace Components versions from 0.1.3 to 0.9.0.
What component is responsible for the vulnerability in CVE-2024-9202?
The Connector component of Eclipse Dataspace Components is responsible for the vulnerability in CVE-2024-9202.
What kind of data does CVE-2024-9202 impact?
CVE-2024-9202 can impact the visibility of restricted datasets in data catalogs by unauthorized parties.