U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-49769

Change History

New CVE Received from GitHub, Inc. 10/29/2024 11:15:12 AM

Action Type Old Value New Value
Added 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.
Added CVSS V3.1

								
							
							
						
GitHub, Inc. AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Added CWE

								
							
							
						
GitHub, Inc. CWE-772
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/Pylons/waitress/commit/1ae4e894c9f76543bee06584001583fc6fa8c95c [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/Pylons/waitress/issues/418 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/Pylons/waitress/pull/435 [No types assigned]
Added Reference

								
							
							
						
GitHub, Inc. https://github.com/Pylons/waitress/security/advisories/GHSA-3f84-rpwh-47g6 [No types assigned]