DEBIAN-CVE-2024-49768

Source
https://security-tracker.debian.org/tracker/CVE-2024-49768
Import Source
https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2024-49768.json
JSON Data
https://api.osv.dev/v1/vulns/DEBIAN-CVE-2024-49768
Upstream
Published
2024-10-29T15:15:11.440Z
Modified
2025-11-20T10:17:28.169999Z
Severity
  • 4.8 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N CVSS Calculator
Summary
[none]
Details

Waitress is a Web Server Gateway Interface server for Python 2 and 3. A remote client may send a request that is exactly recvbytes (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 channelrequest_lookahead, this is set to 0 by default disabling this feature.

References

Affected packages

Debian:12 / waitress

Package

Name
waitress
Purl
pkg:deb/debian/waitress?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
2.1.2-2+deb12u1

Affected versions

2.*

2.1.2-2

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:13 / waitress

Package

Name
waitress
Purl
pkg:deb/debian/waitress?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.0.1-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:14 / waitress

Package

Name
waitress
Purl
pkg:deb/debian/waitress?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.0.1-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}