gsd-2024-28860
Vulnerability from gsd
Modified
2024-04-02 05:02
Details
Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Users of IPsec transparent encryption in Cilium may be vulnerable to cryptographic attacks that render the transparent encryption ineffective. In particular, Cilium is vulnerable to chosen plaintext, key recovery, replay attacks by a man-in-the-middle attacker. These attacks are possible due to an ESP sequence number collision when multiple nodes are configured with the same key. Fixed versions of Cilium use unique keys for each IPsec tunnel established between nodes, resolving all of the above attacks. This vulnerability is fixed in 1.13.13, 1.14.9, and 1.15.3.
Aliases
{ "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2024-28860" ], "details": "Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Users of IPsec transparent encryption in Cilium may be vulnerable to cryptographic attacks that render the transparent encryption ineffective. In particular, Cilium is vulnerable to chosen plaintext, key recovery, replay attacks by a man-in-the-middle attacker. These attacks are possible due to an ESP sequence number collision when multiple nodes are configured with the same key. Fixed versions of Cilium use unique keys for each IPsec tunnel established between nodes, resolving all of the above attacks. This vulnerability is fixed in 1.13.13, 1.14.9, and 1.15.3.", "id": "GSD-2024-28860", "modified": "2024-04-02T05:02:55.620127Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2024-28860", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "cilium", "version": { "version_data": [ { "version_affected": "=", "version_value": "\u003e= 1.4.0, \u003c= 1.13.14" }, { "version_affected": "=", "version_value": "\u003e= 1.14.0, \u003c 1.14.9" }, { "version_affected": "=", "version_value": "\u003e= 1.15.0, \u003c 1.15.3" } ] } } ] }, "vendor_name": "cilium" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Users of IPsec transparent encryption in Cilium may be vulnerable to cryptographic attacks that render the transparent encryption ineffective. In particular, Cilium is vulnerable to chosen plaintext, key recovery, replay attacks by a man-in-the-middle attacker. These attacks are possible due to an ESP sequence number collision when multiple nodes are configured with the same key. Fixed versions of Cilium use unique keys for each IPsec tunnel established between nodes, resolving all of the above attacks. This vulnerability is fixed in 1.13.13, 1.14.9, and 1.15.3." } ] }, "impact": { "cvss": [ { "attackComplexity": "HIGH", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-326", "lang": "eng", "value": "CWE-326: Inadequate Encryption Strength" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/cilium/cilium/security/advisories/GHSA-pwqm-x5x6-5586", "refsource": "MISC", "url": "https://github.com/cilium/cilium/security/advisories/GHSA-pwqm-x5x6-5586" }, { "name": "https://github.com/cilium/cilium/commit/311fbce5280491cddceab178d83b06fa23688c72", "refsource": "MISC", "url": "https://github.com/cilium/cilium/commit/311fbce5280491cddceab178d83b06fa23688c72" }, { "name": "https://github.com/cilium/cilium/commit/a1742b478306fa256cd27df1039dfae0537b4149", "refsource": "MISC", "url": "https://github.com/cilium/cilium/commit/a1742b478306fa256cd27df1039dfae0537b4149" }, { "name": "https://github.com/cilium/cilium/commit/a652c123331852cca90c74202f993d4170fd37fa", "refsource": "MISC", "url": "https://github.com/cilium/cilium/commit/a652c123331852cca90c74202f993d4170fd37fa" }, { "name": "https://docs.cilium.io/en/stable/security/network/encryption-ipsec", "refsource": "MISC", "url": "https://docs.cilium.io/en/stable/security/network/encryption-ipsec" } ] }, "source": { "advisory": "GHSA-pwqm-x5x6-5586", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Users of IPsec transparent encryption in Cilium may be vulnerable to cryptographic attacks that render the transparent encryption ineffective. In particular, Cilium is vulnerable to chosen plaintext, key recovery, replay attacks by a man-in-the-middle attacker. These attacks are possible due to an ESP sequence number collision when multiple nodes are configured with the same key. Fixed versions of Cilium use unique keys for each IPsec tunnel established between nodes, resolving all of the above attacks. This vulnerability is fixed in 1.13.13, 1.14.9, and 1.15.3." } ], "id": "CVE-2024-28860", "lastModified": "2024-03-28T02:01:21.693", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 5.8, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2024-03-27T19:15:48.827", "references": [ { "source": "security-advisories@github.com", "url": "https://docs.cilium.io/en/stable/security/network/encryption-ipsec" }, { "source": "security-advisories@github.com", "url": "https://github.com/cilium/cilium/commit/311fbce5280491cddceab178d83b06fa23688c72" }, { "source": "security-advisories@github.com", "url": "https://github.com/cilium/cilium/commit/a1742b478306fa256cd27df1039dfae0537b4149" }, { "source": "security-advisories@github.com", "url": "https://github.com/cilium/cilium/commit/a652c123331852cca90c74202f993d4170fd37fa" }, { "source": "security-advisories@github.com", "url": "https://github.com/cilium/cilium/security/advisories/GHSA-pwqm-x5x6-5586" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-326" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] } } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.