Overview
- Description
- 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.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
Risk scores
CVSS 3.1
- Type
- Primary
- Base score
- 4.8
- Impact score
- 2.5
- Exploitability score
- 2.2
- Vector string
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
- Severity
- MEDIUM
Weaknesses
- security-advisories@github.com
- CWE-367
Social media
- Hype score
- Not currently trending
Threat Alert: Critical Vulnerability in Waitress WSGI Server: CVE-2024-49768 - What You Need t CVE-2024-49768 Severity: ⚠️ Critical Maturity: 💢 Emerging Learn more: https://t.co/RlDE5ImcqU #CyberSecurity #ThreatIntel #InfoSec
@fletch_ai
2 Nov 2024
32 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
🚨 CVE-2024-49768 Critical Flaw in Waitress #WSGI Server: - Vulnerability allows unauthorized access in Python-based web application. - Exploitable by remote attackers, compromising application security. > Source: https://t.co/BghtG1n29m #Cybersecurity #CVE #Python #Info
@Areenzor
2 Nov 2024
15 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
CVE-2024-49768: Race Condition in Waitress Python server, 9.1 rating 🔥 Due to an error, the server can process a request even if the connection should have been closed. Search at https://t.co/hv7QKSqxTR: 👉 Link: https://t.co/SuLzKGNThg #cybersecurity #vulnerability_map https
@Netlas_io
1 Nov 2024
552 Impressions
1 Retweet
13 Likes
1 Bookmark
0 Replies
0 Quotes
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, followed … https://t.co/m0wpO7yY06
@CVEnew
29 Oct 2024
184 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
[CVE-2024-49768: CRITICAL] Waitress 3.0.1 fixes a race condition in Python Web Server Gateway Interface server. Affects service for secondary requests. Workaround: disable channel_request_lookahead.#cybersecurity,#vulnerability https://t.co/LrazNDA4Tk https://t.co/HvUJnxR0n8
@CveFindCom
29 Oct 2024
11 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
Configurations
[ { "nodes": [ { "negate": false, "cpeMatch": [ { "criteria": "cpe:2.3:a:agendaless:waitress:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "F2A42F5E-5226-4FEA-B71E-AE3C4753962D", "versionEndExcluding": "3.0.1", "versionStartIncluding": "2.0.0" } ], "operator": "OR" } ] } ]