diff --git a/advisories/unreviewed/2024/04/GHSA-6362-gv4m-53ww/GHSA-6362-gv4m-53ww.json b/advisories/github-reviewed/2024/04/GHSA-6362-gv4m-53ww/GHSA-6362-gv4m-53ww.json similarity index 58% rename from advisories/unreviewed/2024/04/GHSA-6362-gv4m-53ww/GHSA-6362-gv4m-53ww.json rename to advisories/github-reviewed/2024/04/GHSA-6362-gv4m-53ww/GHSA-6362-gv4m-53ww.json index a13222dc78b..17f6f3b36a7 100644 --- a/advisories/unreviewed/2024/04/GHSA-6362-gv4m-53ww/GHSA-6362-gv4m-53ww.json +++ b/advisories/github-reviewed/2024/04/GHSA-6362-gv4m-53ww/GHSA-6362-gv4m-53ww.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-6362-gv4m-53ww", - "modified": "2024-04-30T00:30:34Z", + "modified": "2024-06-10T21:38:13Z", "published": "2024-04-30T00:30:34Z", "aliases": [ "CVE-2024-33522" ], + "summary": "Calico privilege escalation vulnerability", "details": "In vulnerable versions of Calico (v3.27.2 and below), Calico Enterprise (v3.19.0-1, v3.18.1, v3.17.3 and below), and Calico Cloud (v19.2.0 and below), an attacker who has local access to the Kubernetes node, can escalate their privileges by exploiting a vulnerability in the Calico CNI install binary. The issue arises from an incorrect SUID (Set User ID) bit configuration in the binary, combined with the ability to control the input binary, allowing an attacker to execute an arbitrary binary with elevated privileges.\n", "severity": [ { @@ -14,7 +15,44 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Go", + "name": "github.com/projectcalico/calico" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.26.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/projectcalico/calico" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.27.0" + }, + { + "fixed": "3.27.3" + } + ] + } + ] + } ], "references": [ { @@ -33,6 +71,14 @@ "type": "WEB", "url": "https://github.com/projectcalico/calico/pull/8517" }, + { + "type": "PACKAGE", + "url": "https://github.com/projectcalico/calico" + }, + { + "type": "WEB", + "url": "https://pkg.go.dev/vuln/GO-2024-2801" + }, { "type": "WEB", "url": "https://www.tigera.io/security-bulletins-tta-2024-001" @@ -43,8 +89,8 @@ "CWE-269" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-06-10T21:38:13Z", "nvd_published_at": "2024-04-29T23:15:06Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/06/GHSA-7v5v-9h63-cj86/GHSA-7v5v-9h63-cj86.json b/advisories/github-reviewed/2024/06/GHSA-7v5v-9h63-cj86/GHSA-7v5v-9h63-cj86.json new file mode 100644 index 00000000000..4a5c4e1a0cb --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-7v5v-9h63-cj86/GHSA-7v5v-9h63-cj86.json @@ -0,0 +1,107 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7v5v-9h63-cj86", + "modified": "2024-06-10T21:38:05Z", + "published": "2024-06-10T21:38:05Z", + "aliases": [ + "CVE-2024-37168" + ], + "summary": "@grpc/grpc-js can allocate memory for incoming messages well above configured limits", + "details": "### Impact\nThere are two separate code paths in which memory can be allocated per message in excess of the `grpc.max_receive_message_length` channel option:\n\n 1. If an incoming message has a size on the wire greater than the configured limit, the entire message is buffered before it is discarded.\n 2. If an incoming message has a size within the limit on the wire but decompresses to a size greater than the limit, the entire message is decompressed into memory, and on the server is not discarded.\n\n### Patches\n\nThis has been patched in versions 1.10.9, 1.9.15, and 1.8.22\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "@grpc/grpc-js" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.10.0" + }, + { + "fixed": "1.10.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "@grpc/grpc-js" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.9.0" + }, + { + "fixed": "1.9.15" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "@grpc/grpc-js" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.8.22" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/grpc/grpc-node/security/advisories/GHSA-7v5v-9h63-cj86" + }, + { + "type": "WEB", + "url": "https://github.com/grpc/grpc-node/commit/08b0422dae56467ecae1007e899efe66a8c4a650" + }, + { + "type": "WEB", + "url": "https://github.com/grpc/grpc-node/commit/674f4e351a619fd4532f84ae6dff96b8ee4e1ed3" + }, + { + "type": "WEB", + "url": "https://github.com/grpc/grpc-node/commit/a8a020339c7eab1347a343a512ad17a4aea4bfdb" + }, + { + "type": "PACKAGE", + "url": "https://github.com/grpc/grpc-node" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-789" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-10T21:38:05Z", + "nvd_published_at": null + } +} \ No newline at end of file