cvelist/2024/9xxx/CVE-2024-9202.json

81 lines
3.3 KiB
JSON
Raw Normal View History

2024-09-26 18:06:41 +00:00
{
2024-09-27 10:00:32 +00:00
"data_version": "4.0",
2024-09-26 18:06:41 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-9202",
2024-09-27 10:00:32 +00:00
"ASSIGNER": "security@eclipse.org",
"STATE": "PUBLIC"
2024-09-26 18:06:41 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-09-27 10:00:32 +00:00
"value": "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.\nHowever, 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.\n\n\nThis 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.\n\n\nAffected code:\n 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"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-862 Missing Authorization",
"cweId": "CWE-862"
}
]
2024-09-26 18:06:41 +00:00
}
]
2024-09-27 10:00:32 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Eclipse Foundation",
"product": {
"product_data": [
{
"product_name": "Eclipse Dataspace Components",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "0.1.3",
"version_value": "0.9.0"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/eclipse-edc/Connector/pull/4490",
"refsource": "MISC",
"name": "https://github.com/eclipse-edc/Connector/pull/4490"
},
{
"url": "https://github.com/eclipse-edc/Connector/pull/4491",
"refsource": "MISC",
"name": "https://github.com/eclipse-edc/Connector/pull/4491"
},
{
"url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/35",
"refsource": "MISC",
"name": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/35"
}
]
},
"generator": {
"engine": "Vulnogram 0.2.0"
},
"source": {
"discovery": "UNKNOWN"
2024-09-26 18:06:41 +00:00
}
}