GHSA-32p9-57cr-4x65 · 深刻度: high · エコシステム: erlang — cowlib cow_http_te module: Uncontrolled Resource Consumption vulnerability allows Excessive Allocation
Uncontrolled Resource Consumption vulnerability in ninenines cowlib (cow_http_te module) allows Excessive Allocation. The chunked transfer-encoding parser in cow_http_te accepts an unbounded number of hex digits in the chunk-size field. Each digit causes a bignum multiplication (Len * 16 + digit), so parsing N hex digits requires O(N²) CPU work and O(N) memory. Additionally, when input is drip-fed, the parser discards the accumulated length on each partial read and restarts from zero on resumption, raising the cost to O(N³). An unauthenticated remote attacker can exploit this by sending an HTTP/1.1 request with Transfer-Encoding: chunked and a very long chunk-size hex string to cause denial of service through CPU exhaustion and memory amplification. This vulnerability is associated with program file src/cow_http_te.erl and program routines cow_http_te:stream_chunked/2, cow_http_te:chunked_len/4. This issue affects cowlib: from 0.6.0 before 2.16.1.
総合評価: CVE-2026-7790 は中リスク(47.1/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.43%、34 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.08% | 0.43% | +0.35% |
| 2 | 2026-05-12 | — | 0.08% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | 6b3ad84c-e1a6-4bf7-a703-f496b71e49db |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-32p9-57cr-4x65 · 深刻度: high · エコシステム: erlang — cowlib cow_http_te module: Uncontrolled Resource Consumption vulnerability allows Excessive Allocation
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-7790 not yet assigned priority: Debian including 1 source packages (erlang-cowlib), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-7790 |
ubuntu
|
medium | CVE-2026-7790 medium priority: Ubuntu including 1 source packages (erlang-cowlib), 7 status rows across 7 suites (bionic, focal, jammy, noble, questing, resolute, upstream): needs-triage 7. | https://ubuntu.com/security/CVE-2026-7790 |
| URL | タグ |
|---|---|
| https://cna.erlef.org/cves/CVE-2026-7790.html | Third Party Advisory |
| https://github.com/ninenines/cowlib/commit/a4b8039ce8c93ab00867ef6b7e888822c09f4369 | Patch |
| https://osv.dev/vulnerability/EEF-CVE-2026-7790 | Third Party Advisory |