Skip to content

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

Moderate severity GitHub Reviewed Published May 30, 2022 in Pylons/waitress • Updated Jan 27, 2023

Package

pip waitress (pip)

Affected versions

>= 2.1.0, < 2.1.2

Patched versions

2.1.2

Description

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

@digitalresistor digitalresistor published to Pylons/waitress May 30, 2022
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

Severity

Moderate
6.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CVE ID

CVE-2022-31015

GHSA ID

GHSA-f5x9-8jwc-25rw

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.