cvelist/2024/36xxx/CVE-2024-36129.json

101 lines
3.7 KiB
JSON
Raw Normal View History

2024-05-20 22:00:35 +00:00
{
2024-06-05 18:00:31 +00:00
"data_version": "4.0",
2024-05-20 22:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-36129",
2024-06-05 18:00:31 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-05-20 22:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-06-05 18:00:31 +00:00
"value": "The OpenTelemetry Collector offers a vendor-agnostic implementation on how to receive, process and export telemetry data. An unsafe decompression vulnerability allows unauthenticated attackers to crash the collector via excessive memory consumption. OTel Collector version 0.102.1 fixes this issue. It is also fixed in the confighttp module version 0.102.0 and configgrpc module version 0.102.1.\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer",
"cweId": "CWE-119"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "open-telemetry",
"product": {
"product_data": [
{
"product_name": "opentelemetry-collector",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "< 0.102.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/open-telemetry/opentelemetry-collector/security/advisories/GHSA-c74f-6mfw-mm4v",
"refsource": "MISC",
"name": "https://github.com/open-telemetry/opentelemetry-collector/security/advisories/GHSA-c74f-6mfw-mm4v"
},
{
"url": "https://github.com/open-telemetry/opentelemetry-collector/pull/10289",
"refsource": "MISC",
"name": "https://github.com/open-telemetry/opentelemetry-collector/pull/10289"
},
{
"url": "https://github.com/open-telemetry/opentelemetry-collector/pull/10323",
"refsource": "MISC",
"name": "https://github.com/open-telemetry/opentelemetry-collector/pull/10323"
},
{
"url": "https://opentelemetry.io/blog/2024/cve-2024-36129",
"refsource": "MISC",
"name": "https://opentelemetry.io/blog/2024/cve-2024-36129"
}
]
},
"source": {
"advisory": "GHSA-c74f-6mfw-mm4v",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
2024-05-20 22:00:35 +00:00
}
]
}
}