GHSA-hmv2-79q8-fv6g · 深刻度: high · エコシステム: pip — Uncontrolled Resource Consumption in urllib3
The _encode_invalid_chars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service (CPU consumption) because of an inefficient algorithm. The percent_encodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length N, the size of percent_encodings may be up to O(N). The next step (normalize existing percent-encoded bytes) also takes up to O(N) for each step, so the total time is O(N^2). If percent_encodings were deduplicated, the time to compute _encode_invalid_chars would be O(kN), where k is at most 484 ((10+6*2)^2).
総合評価: CVE-2020-7212 は中リスク(62.9/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 3.29%、87 パーセンタイル) 根拠: 直近 1 日で EPSS が +2.50% 上昇。悪用への関心が高まっている可能性があります。 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.79% | 3.29% | +2.50% |
| 2 | 2026-06-11 | 1.15% | 0.79% | -0.36% |
| 3 | 2026-05-27 | — | 1.15% | — |
EPSS の全履歴 (全 19 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 7.8 | 2.0 | HIGH |
|
10.0 | 6.9 | [email protected] |
GHSA-hmv2-79q8-fv6g · 深刻度: high · エコシステム: pip — Uncontrolled Resource Consumption in urllib3
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2020-7212 not yet assigned priority: Debian including 1 source packages (python-urllib3), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2020-7212 |
redhat
|
— | — | https://access.redhat.com/security/cve/CVE-2020-7212 |
ubuntu
|
medium | CVE-2020-7212 medium priority: Ubuntu including 1 source packages (python-urllib3), 6 status rows across 6 suites (bionic, eoan, focal, trusty, upstream, xenial): not-affected 5, released 1. | https://ubuntu.com/security/CVE-2020-7212 |
| URL | タグ |
|---|---|
| https://github.com/urllib3/urllib3/blob/master/CHANGES.rst | Release Notes Third Party Advisory |
| https://github.com/urllib3/urllib3/commit/a74c9cfbaed9f811e7563cfc3dce894928e0221a | Patch Third Party Advisory |
| https://pypi.org/project/urllib3/1.25.8/ | Release Notes Vendor Advisory |