Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS05Mjk4LTRjZjgtZzR3as4ABAxr

Waitress has request processing race condition in HTTP pipelining with invalid first request

Impact

A remote client may send a request that is exactly recv_bytes (defaults to 8192) long, followed by a secondary request using HTTP pipelining.

When request lookahead is disabled (default) we won't read any more requests, and when the first request fails due to a parsing error, we simply close the connection.

However when request lookahead is enabled, it is possible to process and receive the first request, start sending the error message back to the client while we read the next request and queue it. This will allow the secondary request to be serviced by the worker thread while the connection should be closed.

Patches

Waitress 3.0.1 fixes the race condition.

Workarounds

Disable channel_request_lookahead, this is set to 0 by default disabling this feature. For this vulnerability this value is required to be changed from the default.

For more information

If you have any questions or comments about this advisory:

Thanks

Permalink: https://github.com/advisories/GHSA-9298-4cf8-g4wj
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05Mjk4LTRjZjgtZzR3as4ABAxr
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Critical
Classification: General
Published: 23 days ago
Updated: 23 days ago


CVSS Score: 9.1
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

Identifiers: GHSA-9298-4cf8-g4wj, CVE-2024-49768
References: Repository: https://github.com/Pylons/waitress
Blast Radius: 40.0

Affected Packages

pypi:waitress
Dependent packages: 326
Dependent repositories: 25,180
Downloads: 6,850,902 last month
Affected Version Ranges: >= 2.0.0, < 3.0.1
Fixed in: 3.0.1
All affected versions: 2.0.0, 2.1.0, 2.1.1, 2.1.2, 3.0.0
All unaffected versions: 0.6.1, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.8.8, 0.8.9, 0.8.10, 0.9.0, 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 3.0.1, 3.0.2