cbcvebase.
CVE-2024-49768
published 2024-10-29

CVE-2024-49768: 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…

PriorityP426medium4.8CVSS 3.1
AVNACHPRNUINSUCLILAN
EPSS
0.50%
39.7th percentile
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.

Affected

10 ranges
VendorProductVersion rangeFixed in
agendalesswaitress>= 2.0.0 < 3.0.13.0.1
debianwaitress< waitress 2.1.2-2+deb12u1 (bookworm)waitress 2.1.2-2+deb12u1 (bookworm)
pylonswaitress
pylonswaitress>= 0 < 2.1.2-2+deb12u12.1.2-2+deb12u1
pylonswaitress>= 0 < 3.0.1-13.0.1-1
pylonswaitress>= 0 < 3.0.1-13.0.1-1
pylonswaitress>= 0 < 1.4.1-1ubuntu0.21.4.1-1ubuntu0.2
pylonswaitress>= 0 < 1.4.4-1.1ubuntu1.11.4.4-1.1ubuntu1.1
pylonswaitress>= 0 < 2.1.2-2ubuntu0.1~esm12.1.2-2ubuntu0.1~esm1
pylonswaitress>= 2.0.0 < 3.0.13.0.1

CVSS provenance

nvdv3.14.8MEDIUMCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
osv4.8MEDIUM
vendor_debian9.1CRITICAL
vendor_redhat9.1CRITICAL
vendor_ubuntu9.1CRITICAL
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.