Approved changes feed: RSS · Atom
cpe:2.3:a:pylons:waitress:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Pylons (160dd1e4-1bc5-5b1e-b6ed-41a0fdbc24ed) |
|---|---|
| Product | Waitress (7eca751c-a502-5567-a108-2baf3d61ec21) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2024-49769 |
vulnerable | 2026-06-08 06:50:14.653756 |
Waitress has a denial of service leading to high CPU usage/resource exhaustion
HIGH (7.5)
Waitress is a Web Server Gateway Interface server for Python 2 and 3. When a remote client closes the connection before waitress has had the opportunity to call getpeername() waitress won't correctly clean up the connection leading to the main thread attempting to write to a socket that no longer exists, but not removing it from the list of sockets to attempt to process. This leads to a busy-loop calling the write function. A remote attacker could run waitress out of available sockets with very little resources required. Waitress 3.0.1 contains fixes that remove the race condition.
Published: 2024-10-29T14:18:40.951Z
Updated: 2024-11-17T00:11:26.954Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-49768 |
vulnerable | 2026-06-08 06:50:14.652299 |
Waitress has request processing race condition in HTTP pipelining with invalid first request
CRITICAL (9.1)
Waitress is a Web Server Gateway Interface server for Python 2 and 3. 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. Waitress 3.0.1 fixes the race condition. As a workaround, disable channel_request_lookahead, this is set to 0 by default disabling this feature.
Published: 2024-10-29T14:32:25.164Z
Updated: 2024-10-29T14:56:02.111Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-31015 |
vulnerable | 2026-06-08 05:43:39.986526 |
Uncaught Exception (due to a data race) leads to process termination in Waitress
MEDIUM (6.5)
Waitress is a Web Server Gateway Interface server for Python 2 and 3. Waitress versions 2.1.0 and 2.1.1 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. This issue has been fixed in Waitress 2.1.2 by no longer allowing the WSGI thread to close the socket. Instead, that is always delegated to the main thread. There is no work-around for this issue. However, users using waitress behind a reverse proxy server are less likely to have issues if the reverse proxy always reads the full response.
Published: 2022-05-31T22:50:12.000Z
Updated: 2025-04-22T17:55:26.641Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24761 |
vulnerable | 2026-06-08 05:41:01.573765 |
HTTP Request Smuggling in waitress
HIGH (7.5)
Waitress is a Web Server Gateway Interface server for Python 2 and 3. When using Waitress versions 2.1.0 and prior 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 as `10`, or `0x01` to be parsed as `1`, where as the standard specifies that the string should contain only digits or hex digits; and Waitress does not support chunk extensions, however it was discarding them without validating that they did not contain illegal characters. This vulnerability has been patched in Waitress 2.1.1. A workaround is available. 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.
Published: 2022-03-17T12:40:10.000Z
Updated: 2025-04-23T18:46:46.567Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-5236 |
vulnerable | 2026-06-08 05:26:41.562590 |
Catastrophic backtracking in regex allows Denial of Service in Waitress
MEDIUM (5.7)
Waitress version 1.4.2 allows a DOS attack When waitress receives a header that contains invalid characters. When a header like "Bad-header: xxxxxxxxxxxxxxx\x10" is received, it will cause the regular expression engine to catastrophically backtrack causing the process to use 100% CPU time and blocking any other interactions. This allows an attacker to send a single request with an invalid header and take the service offline. This issue was introduced in version 1.4.2 when the regular expression was updated to attempt to match the behaviour required by errata associated with RFC7230. The regular expression that is used to validate incoming headers has been updated in version 1.4.3, it is recommended that people upgrade to the new version of Waitress as soon as possible.
Published: 2020-02-04T03:05:14.000Z
Updated: 2024-08-04T08:22:09.008Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16792 |
vulnerable | 2026-06-08 05:13:09.408263 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16789 |
vulnerable | 2026-06-08 05:13:09.401142 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16786 |
vulnerable | 2026-06-08 05:13:09.399989 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-16785 |
vulnerable | 2026-06-08 05:13:09.395898 | db.gcve.eu details were skipped to keep the page responsive. | Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.