CVE-2024-49768
概要

Waitress is a Web Server Gateway Interface server for Python 2 and 3. A remote client may send a request that is exactly recv_bytes (defaults to 8192) long, followed by a secondary request using HTTP pipelining. When request lookahead is disabled (default) we won't read any more requests, and when the first request fails due to a parsing error, we simply close the connection. However when request lookahead is enabled, it is possible to process and receive the first request, start sending the error message back to the client while we read the next request and queue it. This will allow the secondary request to be serviced by the worker thread while the connection should be closed. Waitress 3.0.1 fixes the race condition. As a workaround, disable channel_request_lookahead, this is set to 0 by default disabling this feature.

公表日 2024年10月30日0:15
登録日 2024年10月30日5:00
最終更新日 2024年11月8日2:28
CVSS3.1 : MEDIUM
スコア 4.8
ベクター CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
攻撃元区分(AV) ネットワーク
攻撃条件の複雑さ(AC)
攻撃に必要な特権レベル(PR) 不要
利用者の関与(UI) 不要
影響の想定範囲(S) 変更なし
機密性への影響(C)
完全性への影響(I)
可用性への影響(A) なし
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:agendaless:waitress:*:*:*:*:*:*:*:* 2.0.0 3.0.1
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
Agendaless Consulting の Waitress における Time-of-check Time-of-use (TOCTOU) 競合状態の脆弱性
タイトル Agendaless Consulting の Waitress における Time-of-check Time-of-use (TOCTOU) 競合状態の脆弱性
概要

Agendaless Consulting の Waitress には、Time-of-check Time-of-use (TOCTOU) 競合状態の脆弱性、HTTP リクエストスマグリングに関する脆弱性が存在します。

想定される影響 情報を取得される、および情報を改ざんされる可能性があります。
対策

ベンダアドバイザリまたはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

公表日 2024年10月29日0:00
登録日 2024年11月8日10:27
最終更新日 2024年11月8日10:27
影響を受けるシステム
Agendaless Consulting
Waitress 2.0.0 以上 3.0.1 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2024年11月08日]
  掲載
2024年11月8日10:27