cvedb.io
CVE-2024-49769
HIGH · CVSS 7.5
EPSS exploitation probability: 0%
Published 2024-10-29T15:15:12.030 · Last modified 2026-06-17T08:00:24.887

Summary

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.

Affected products

agendaless — waitress

Does this affect you?

Add your gear to cvedb and we'll alert you only when agendaless ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.