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:
- Open an issue in https://github.com/Pylons/waitress/issues (if not sensitive or security related)
- email the Pylons Security mailing list: [email protected] (if security related)
Thanks
- m4yfly and urn1ce From TianGong Team of Legendsec at Qi'anxin Group.
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:
- https://github.com/Pylons/waitress/security/advisories/GHSA-9298-4cf8-g4wj
- https://github.com/Pylons/waitress/commit/e4359018537af376cf24bd13616d861e2fb76f65
- https://nvd.nist.gov/vuln/detail/CVE-2024-49768
- https://github.com/advisories/GHSA-9298-4cf8-g4wj
Blast Radius: 40.0
Affected Packages
pypi:waitress
Dependent packages: 326Dependent 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