CVE-2026-53539

HIGH

CVSS v3.1: 7.5 · EPSS: 0.0026 (17.4 パーセンタイル)

ネットワーク権限不要操作不要Resource Exhaustion (DoS)ベンダー勧告の参照

出典データ取得時点:

概要

深刻度
HIGH
CVSS
7.5 v3.1 · NVD
EPSS
0.0026 (17.4 パーセンタイル) · FIRST.org
CISA KEV
非該当
タイプ
Resource Exhaustion (DoS) · NVD CWE
攻撃条件(CVSSベクター)
ネットワーク権限不要操作不要 · 出典: NVD ベクター
公開日
2026-06-22 · 更新日: 2026-06-23

CVSS / EPSS / KEV

CVSS v3.1 7.5 / 10 HIGH 出典: NVD
EPSS 0.0026 17.4 パーセンタイル 出典: FIRST.org
CISA KEV 非該当 出典: CISA

出典 — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. データと出典

説明

Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, when parsing application/x-www-form-urlencoded bodies, QuerystringParser located the field separator with a two step lookup: it first scanned the entire remaining buffer for &, and only when no & existed anywhere ahead did it fall back to scanning for ;. For a body that uses ; as the separator and contains no &, every field iteration performed a full failed & scan over the entire remaining buffer before locating the nearby ;. With N semicolon separated fields in a chunk of size B, this yields O(B^2) byte comparisons per chunk. An attacker can submit a small crafted body of the form a;a;a;... and cause the parser to spend seconds of CPU per request. A handful of concurrent requests can exhaust worker processes. This vulnerability is fixed in 0.0.30.

レコード詳細

CVE ID
CVE-2026-53539
CVSS (v3.1)
7.5 (HIGH)
ベクター
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
悪用可能性サブスコア
3.9
影響度サブスコア
3.6
EPSS
0.0026 (17.4 パーセンタイル) — 2026-06-24
CISA KEV
非該当
脆弱性タイプ (CWE)
CWE-400, CWE-407
影響構成数 (CPE)
0
公開日
2026-06-22
更新日
2026-06-23
ステータス
Undergoing Analysis

参照情報

NVDが列挙した参照URLを、リンクのホスト・パターンに対する機械的な一致でグループ化したもの。ラベルはリンクの種別のみを示します。