CVE-2019-16792

HIGHCVSS 7.5/10EPSS 2.12%

Last modified

CVE-2019-16792 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 2.12% chance of exploitation in the next 30 days.

Description

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.

Metrics

CVSS 3.1
7.5/10

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

EPSS Probability
2.12%

79.5th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
AgendalessWaitress<= 1.3.1
OracleCommunications Cloud Native Core Network Function Cloud Native Environment1.10.0
DebianDebian Linux9.0

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2019-16792?
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.
How severe is CVE-2019-16792?
CVE-2019-16792 has a CVSS score of 7.5/10 (HIGH severity). The EPSS model estimates a 2.12% probability of exploitation in the next 30 days.
How do I fix CVE-2019-16792?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2019-16792?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST