Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS00ZjdwLTI3amMtM2MzNs00Jg
HTTP Request Smuggling in waitress
Impact
When using Waitress behind a proxy that does not properly validate the incoming HTTP request matches the RFC7230 standard, Waitress and the frontend proxy may disagree on where one request starts and where it ends.
This would allow requests to be smuggled via the front-end proxy to waitress and later behavior.
There are two classes of vulnerability that may lead to request smuggling that are addressed by this advisory:
- The use of Python's
int()
to parse strings into integers, leading to+10
to be parsed as10
, or0x01
to be parsed as1
, where as the standard specifies that the string should contain only digits or hex digits. - Waitress does not support chunk extensions, however it was discarding them without validating that they did not contain illegal characters
Patches
This has been fixed in Waitress 2.1.1
Workarounds
When deploying a proxy in front of waitress, turning on any and all functionality to make sure that the request matches the RFC7230 standard. Certain proxy servers may not have this functionality though and users are encouraged to upgrade to the latest version of waitress instead.
References
For more information
If you have any questions or comments about this advisory:
- Open an issue in the Github issue tracker (if not security related/sensitive)
- Email us at [email protected] (If security related or sensitive)
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00ZjdwLTI3amMtM2MzNs00Jg
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: almost 3 years ago
Updated: about 1 month ago
CVSS Score: 7.5
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Percentage: 0.0023
EPSS Percentile: 0.6069
Identifiers: GHSA-4f7p-27jc-3c36, CVE-2022-24761
References:
- https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36
- https://nvd.nist.gov/vuln/detail/CVE-2022-24761
- https://github.com/Pylons/waitress/commit/9e0b8c801e4d505c2ffc91b891af4ba48af715e0
- https://github.com/Pylons/waitress/releases/tag/v2.1.1
- https://lists.debian.org/debian-lts-announce/2022/05/msg00011.html
- https://www.debian.org/security/2022/dsa-5138
- https://github.com/pypa/advisory-database/tree/main/vulns/waitress/PYSEC-2022-169.yaml
- https://github.com/advisories/GHSA-4f7p-27jc-3c36
Blast Radius: 33.0
Affected Packages
pypi:waitress
Dependent packages: 326Dependent repositories: 25,180
Downloads: 4,557,889 last month
Affected Version Ranges: < 2.1.1
Fixed in: 2.1.1
All affected 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, 2.0.0, 2.1.0
All unaffected versions: 2.1.1, 2.1.2, 3.0.0, 3.0.1, 3.0.2