GHSA-496j-2rq6-j6cc · 深刻度: high · エコシステム: pip — Excessive Iteration in gRPC
gRPC contains a vulnerability that allows hpack table accounting errors could lead to unwanted disconnects between clients and servers in exceptional cases/ Three vectors were found that allow the following DOS attacks: - Unbounded memory buffering in the HPACK parser - Unbounded CPU consumption in the HPACK parser The unbounded CPU consumption is down to a copy that occurred per-input-block in the parser, and because that could be unbounded due to the memory copy bug we end up with an O(n^2) parsing loop, with n selected by the client. The unbounded memory buffering bugs: - The header size limit check was behind the string reading code, so we needed to first buffer up to a 4 gigabyte string before rejecting it as longer than 8 or 16kb. - HPACK varints have an encoding quirk whereby an infinite number of 0’s can be added at the start of an integer. gRPC’s hpack parser needed to read all of them before concluding a parse. - gRPC’s metadata overflow check was performed per frame, so that the following sequence of frames could cause infinite buffering: HEADERS: containing a: 1 CONTINUATION: containing a: 2 CONTINUATION: containing a: 3 etc…
総合評価: CVE-2023-33953 は中リスク(41.7/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.41%、33 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.12% | 0.41% | +0.30% |
| 2 | 2025-11-21 | 0.16% | 0.12% | -0.04% |
| 3 | 2025-11-18 | — | 0.16% | — |
EPSS の全履歴 (全 12 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-496j-2rq6-j6cc · 深刻度: high · エコシステム: pip — Excessive Iteration in gRPC
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
high | CVE-2023-33953: 1 source package rows (grpc); 1 state rows across 1 repos (3.18-community); fixed 0, open 1. | https://security.alpinelinux.org/vuln/CVE-2023-33953 |
debian
|
not yet assigned | CVE-2023-33953 not yet assigned priority: Debian including 1 source packages (grpc), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 5. | https://security-tracker.debian.org/tracker/CVE-2023-33953 |
redhat
|
high | — | https://access.redhat.com/security/cve/CVE-2023-33953 |
suse
|
high | CVE-2023-33953 severity important: SUSE including 19 source package names (grpc-devel-1.60.0-150400.8.3.2, grpc-devel-1.60.0-150600.13.6, …), 87 product×package rows across 34 product lines (Image SLES15-SP4-BYOS-Azure, Image SLES15-SP4-HPC-BYOS-Azure, … (34 product lines)): Fixed 87. | https://www.suse.com/security/cve/CVE-2023-33953/ |
ubuntu
|
medium | CVE-2023-33953 medium priority: Ubuntu including 1 source packages (grpc), 12 status rows across 12 suites (bionic, focal, jammy, lunar, mantic, noble, oracular, plucky, questing, trusty, upstream, xenial): needs-triage 7, ignored 5. | https://ubuntu.com/security/CVE-2023-33953 |
| URL | タグ |
|---|---|
| https://cloud.google.com/support/bulletins#gcp-2023-022 | Vendor Advisory |