CVE-2019-16789
In Waitress through version 1.4.0, if a proxy server is used in front of waitress, an invalid request may be sent by an attacker that bypasses the front-end and is parsed differently by waitress leading to a potential for HTTP request smuggling. Specially crafted requests containing special whitespace characters in the Transfer-Encoding header would get parsed by Waitress as being a chunked request, but a front-end server would use the Content-Length instead as the Transfer-Encoding header is considered invalid due to containing invalid characters. If a front-end server does HTTP pipelining to a backend Waitress server this could lead to HTTP request splitting which may lead to potential cache poisoning or unexpected information disclosure. This issue is fixed in Waitress 1.4.1 through more strict HTTP field validation.
EPSS 0.88% · 75.8th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Ubuntu:18.04:LTS | waitress | 0, 1.0.1-1 |
| Ubuntu:16.04:LTS | waitress | 0, 0.8.9-2ubuntu1, 0.8.10-1 |
Timeline
- CVE Published
- Apr 14, 2021 EPSS Score
- Jun 23, 2021 EPSS Score
- Oct 26, 2021 EPSS Score
- Dec 27, 2021 EPSS Score
- Jan 6, 2022 EPSS Score
- Feb 4, 2022 EPSS Score
- Apr 1, 2022 EPSS Score
- May 1, 2022 EPSS Score
- Jul 3, 2022 EPSS Score
- Sep 4, 2022 EPSS Score
- Jan 8, 2023 EPSS Score
References
- https://ubuntu.com/security/CVE-2019-16789 third-party-advisory
- https://github.com/Pylons/waitress/security/advisories/GHSA-m5ff-3wj3-8ph4 third-party-advisory
- https://docs.pylonsproject.org/projects/waitress/en/latest/#security-fixes third-party-advisory
- https://github.com/github/advisory-review/pull/14604 third-party-advisory
- https://www.cve.org/CVERecord?id=CVE-2019-16789 third-party-advisory