| タイトル | The FastAPI Expertのpython-multipartにおける複数の脆弱性 |
|---|---|
| 概要 | Python-MultipartはPython用のストリーミングマルチパートパーサーです。バージョン0.0.30より前のバージョンでは、QuerystringParserがapplication/x-www-form-urlencodedの本文内で、&に加えて;をフィールド区切り文字として扱っていました。WHATWG URL標準、最新のブラウザ、およびPythonのurllib.parseは&のみを区切り文字として扱います。そのため、パーサー間で差異が生じ、同じバイト列がWHATWG準拠の中間処理系によって生成されるフィールドとは異なる形でトークン化されます。これにより、攻撃者は上流の本文検査コンポーネントをすり抜けて追加のフォームフィールドを密輸できる可能性があります。この脆弱性はバージョン0.0.30で修正されました。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報の一部が書き換えられる可能性があります。 ・当該ソフトウェアは停止しません。 |
| 対策 | ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年6月22日0:00 |
| 登録日 | 2026年6月29日11:13 |
| 最終更新日 | 2026年6月29日11:13 |
| CVSS3.0 : 低 | |
| スコア | 3.7 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N |
| The FastAPI Expert |
| python-multipart 0.0.30 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月29日] 掲載 |
2026年6月29日11:13 |
| 概要 | 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. |
|---|---|
| 公表日 | 2026年6月23日3:16 |
| 登録日 | 2026年6月27日4:10 |
| 最終更新日 | 2026年6月27日4:52 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:fastapiexpert:python-multipart:*:*:*:*:*:python:*:* | 0.0.30 | ||||