The FastAPI Expertのpython-multipartにおける複数の脆弱性
| Title |
The FastAPI Expertのpython-multipartにおける複数の脆弱性
|
| Summary |
Python-MultipartはPython用のストリーミングマルチパートパーサーです。バージョン0.0.30より前のバージョンでは、QuerystringParserがapplication/x-www-form-urlencodedの本文内で、&に加えて;をフィールド区切り文字として扱っていました。WHATWG URL標準、最新のブラウザ、およびPythonのurllib.parseは&のみを区切り文字として扱います。そのため、パーサー間で差異が生じ、同じバイト列がWHATWG準拠の中間処理系によって生成されるフィールドとは異なる形でトークン化されます。これにより、攻撃者は上流の本文検査コンポーネントをすり抜けて追加のフォームフィールドを密輸できる可能性があります。この脆弱性はバージョン0.0.30で修正されました。
|
| Possible impacts |
・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 22, 2026, midnight |
| Registration Date |
June 29, 2026, 11:13 a.m. |
| Last Update |
June 29, 2026, 11:13 a.m. |
|
CVSS3.0 : 低
|
| Score |
3.7
|
| Vector |
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N |
Affected System
| The FastAPI Expert |
|
python-multipart 0.0.30 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年06月29日] 掲載 |
June 29, 2026, 11:13 a.m. |
NVD Vulnerability Information
CVE-2026-53538
| Summary |
Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, QuerystringParser treated ; as a field separator in application/x-www-form-urlencoded bodies, in addition to &. The WHATWG URL standard, modern browsers, and Python's urllib.parse (since the CVE-2021-23336 fix) treat only & as a separator. This creates a parser differential: the same bytes are tokenized into different fields than a WHATWG compliant intermediary would produce, allowing an attacker to smuggle extra form fields past an upstream body inspecting component. This vulnerability is fixed in 0.0.30.
|
| Publication Date |
June 23, 2026, 3:16 a.m. |
| Registration Date |
June 27, 2026, 4:10 a.m. |
| Last Update |
June 27, 2026, 4:52 a.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:fastapiexpert:python-multipart:*:*:*:*:*:python:*:* |
|
|
|
0.0.30 |
Related information, measures and tools
Common Vulnerabilities List