• CVE-2024-49769

发布时间: 2024年11月8日

修改时间: 2025年4月18日

概要

Waitress is a Web Server Gateway Interface server for Python 2 and 3. When a remote client closes the connection before waitress has had the opportunity to call getpeername() waitress won't correctly clean up the connection leading to the main thread attempting to write to a socket that no longer exists, but not removing it from the list of sockets to attempt to process. This leads to a busy-loop calling the write function. A remote attacker could run waitress out of available sockets with very little resources required. Waitress 3.0.1 contains fixes that remove the race condition.

CVSS v3 指标

NVD openEuler
Confidentiality None None
Attack Vector Network Network
CVSS评分 7.5 7.5
Attack Complexity Low Low
Privileges Required None None
Scope Unchanged Unchanged
Integrity None None
User Interaction None None
Availability High High

安全公告

公告名 概要 发布时间
KylinSec-SA-2024-4199 python-waitress security update 2024年12月9日
KylinSec-SA-2025-2377 python-waitress security update 2025年5月30日

影响产品

产品 状态
KY3.4-5A python-waitress Fixed
KY3.5.2 python-waitress Fixed
V6 python-waitress Fixed
KY3.5.3 python-waitress Fixed