diff --git a/advisories/github-reviewed/2023/07/GHSA-cfgp-2977-2fmm/GHSA-cfgp-2977-2fmm.json b/advisories/github-reviewed/2023/07/GHSA-cfgp-2977-2fmm/GHSA-cfgp-2977-2fmm.json new file mode 100644 index 00000000000..30231c845be --- /dev/null +++ b/advisories/github-reviewed/2023/07/GHSA-cfgp-2977-2fmm/GHSA-cfgp-2977-2fmm.json @@ -0,0 +1,194 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-cfgp-2977-2fmm", + "modified": "2023-07-05T20:26:48Z", + "published": "2023-07-05T19:12:51Z", + "aliases": [ + "CVE-2023-32731" + ], + "summary": "Connection confusion in gRPC", + "details": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in  https://github.com/grpc/grpc/pull/32309", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "NuGet", + "name": "Grpc.Net.Client" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.52.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "NuGet", + "name": "Grpc.AspNetCore.Server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.52.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Pub", + "name": "grpc" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.2.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "google.golang.org/grpc" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.53.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "io.grpc:grpc-protobuf" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.53.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "@grpc/grpc-js" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.8.8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "grpcio" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.53.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "grpc" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.53.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731" + }, + { + "type": "WEB", + "url": "https://github.com/grpc/grpc/pull/32309" + }, + { + "type": "WEB", + "url": "https://github.com/grpc/grpc/pull/33005" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-440" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-07-05T20:26:48Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/07/GHSA-cfgp-2977-2fmm/GHSA-cfgp-2977-2fmm.json b/advisories/unreviewed/2023/07/GHSA-cfgp-2977-2fmm/GHSA-cfgp-2977-2fmm.json deleted file mode 100644 index f7dec4c195b..00000000000 --- a/advisories/unreviewed/2023/07/GHSA-cfgp-2977-2fmm/GHSA-cfgp-2977-2fmm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-cfgp-2977-2fmm", - "modified": "2023-07-05T19:12:51Z", - "published": "2023-07-05T19:12:51Z", - "aliases": [ - "CVE-2023-32731" - ], - "details": "When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. We recommend upgrading beyond the commit contained in  https://github.com/grpc/grpc/pull/32309 https://github.com/grpc/grpc/pull/32309 \n", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32731" - }, - { - "type": "WEB", - "url": "https://github.com/grpc/grpc/pull/32309" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-440" - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": null - } -} \ No newline at end of file