Lucene search

K
osvGoogleOSV:GHSA-F5X9-8JWC-25RW
HistoryJun 02, 2022 - 8:37 p.m.

Uncaught Exception (due to a data race) leads to process termination in Waitress

2022-06-0220:37:48
Google
osv.dev
11
waitress
thread closing socket
data race

EPSS

0.002

Percentile

56.7%

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:

EPSS

0.002

Percentile

56.7%