CVE-2024-49769

CVE-2024-49769 is a high-severity vulnerability in Agendaless Waitress with a CVSS 3.x base score of 7.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-772.

Key facts

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.

Frequently asked questions

What is CVE-2024-49769?
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.
How severe is CVE-2024-49769?
CVE-2024-49769 has a CVSS 3.x base score of 7.5, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity none, and availability high.
Is CVE-2024-49769 being actively exploited?
It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 1% (69th percentile), an estimate of the probability of exploitation in the next 30 days.
What products are affected by CVE-2024-49769?
CVE-2024-49769 affects Agendaless Waitress. See the affected-products list for the exact vulnerable versions.
How do I fix CVE-2024-49769?
Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
Does CVE-2024-49769 have an EU (EUVD) identifier?
Yes. CVE-2024-49769 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2024-0188.
When was CVE-2024-49769 published?
CVE-2024-49769 was published on 2024-10-29 and last updated on 2026-06-17.

References

Affected products (1)

More vulnerabilities in Agendaless Waitress

All CVEs affecting Agendaless Waitress →

Other CWE-772 vulnerabilities

Browse all CWE-772 vulnerabilities →