Uncaught Exception (due to a data race) leads to process termination in Waitress
Description
Published by the National Vulnerability Database
May 31, 2022
Published to the GitHub Advisory Database
Jun 2, 2022
Reviewed
Jun 2, 2022
Last updated
Jan 27, 2023
Impact
Waitress may terminate early due to a thread closing a socket while the main thread is about to call select(). This will lead to the main thread raising an exception that is not handled and then causing the entire application to be killed.
Patches
This issue has been fixed in Waitress 2.1.2 by no longer allowing the WSGI thread to close the socket, instead it is always delegated to the main thread.
Workarounds
There is no work-around, however users using waitress behind a reverse proxy server are less likely to have issues if the reverse proxy always reads the full response.
For more information
If you have any questions or comments about this advisory:
References