发布时间: 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.
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 |