SCA: security update for waitress (GHSA-4ppp-gpcr-7qf6)

high Tenable Cloud Security Plugin ID 423130

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Waitress through version 1.3.1 allows request smuggling by sending the Content-Length header twice.
Waitress would header fold a double Content-Length header and due to being unable to cast the now comma
separated value to an integer would set the Content-Length to 0 internally. If two Content-Length headers
are sent in a single request, Waitress would treat the request as having no body, thereby treating the
body of the request as a new request in HTTP pipelining. This issue is fixed in Waitress 1.4.0.
(CVE-2019-16792)

See Also

https://github.com/advisories/GHSA-4ppp-gpcr-7qf6

Plugin Details

Severity: High

ID: 423130

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 3/29/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.18

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N

CVSS Score Source: CVE-2019-16792

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 12/20/2019

Vulnerability Publication Date: 1/22/2020

Reference Information

CVE: CVE-2019-16792

cwe: CWE-444