216.73.217.64

CVE-2024-49769

· Published 29/10/2024 15:15 · Modified 21/11/2024 09:41

Labels: CVE-2024-49769 2024-10-29CVE-2024-49769CWE-772[email protected]

Essential information

Published
29/10/2024 15:15
Modified
21/11/2024 09:41
Author
Creator
CVSS
7.5 HIGH (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CVSS metrics

Description

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 status

Status
Modified — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
agendaless / waitress cpe:2.3:a:agendaless:waitress:*:*:*:*:*:*:*:*

References