cvelist/2024/28xxx/CVE-2024-28250.json
2024-04-01 20:48:34 +00:00

105 lines
4.2 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-28250",
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Starting in version 1.14.0 and prior to versions 1.14.8 and 1.15.2, In Cilium clusters with WireGuard enabled and traffic matching Layer 7 policies Wireguard-eligible traffic that is sent between a node's Envoy proxy and pods on other nodes is sent unencrypted and Wireguard-eligible traffic that is sent between a node's DNS proxy and pods on other nodes is sent unencrypted. This issue has been resolved in Cilium 1.14.8 and 1.15.2 in in native routing mode (`routingMode=native`) and in Cilium 1.14.4 in tunneling mode (`routingMode=tunnel`). Not that in tunneling mode, `encryption.wireguard.encapsulate` must be set to `true`. There is no known workaround for this issue."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-311: Missing Encryption of Sensitive Data",
"cweId": "CWE-311"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "cilium",
"product": {
"product_data": [
{
"product_name": "cilium",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 1.14.0, < 1.14.8"
},
{
"version_affected": "=",
"version_value": ">= 1.15.0, < 1.15.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/cilium/cilium/security/advisories/GHSA-v6q2-4qr3-5cw6",
"refsource": "MISC",
"name": "https://github.com/cilium/cilium/security/advisories/GHSA-v6q2-4qr3-5cw6"
},
{
"url": "https://github.com/cilium/cilium/releases/tag/v1.13.13",
"refsource": "MISC",
"name": "https://github.com/cilium/cilium/releases/tag/v1.13.13"
},
{
"url": "https://github.com/cilium/cilium/releases/tag/v1.14.8",
"refsource": "MISC",
"name": "https://github.com/cilium/cilium/releases/tag/v1.14.8"
},
{
"url": "https://github.com/cilium/cilium/releases/tag/v1.15.2",
"refsource": "MISC",
"name": "https://github.com/cilium/cilium/releases/tag/v1.15.2"
}
]
},
"source": {
"advisory": "GHSA-v6q2-4qr3-5cw6",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
}
]
}
}