CVE-2019-16792
CVSS V2 Medium 5
CVSS V3 High 7.5
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.
Overview
- CVE ID
- CVE-2019-16792
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2020-01-22T19:15:11
- Last Modified Date
- 2022-09-23T18:58:53
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:agendaless:waitress:*:*:*:*:*:*:*:* | 1 | OR | 1.3.1 | |
cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:1.10.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:N/I:P/A:N
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- NONE
- Integrity Impact
- PARTIAL
- Availability Impact
- NONE
- Base Score
- 5
- Severity
- MEDIUM
- Exploitability Score
- 10
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- NONE
- Base Score
- 7.5
- Base Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 3.6
References
Reference URL | Reference Tags |
---|---|
https://docs.pylonsproject.org/projects/waitress/en/latest/#security-fixes | Release Notes |
https://github.com/Pylons/waitress/commit/575994cd42e83fd772a5f7ec98b2c56751bd3f65 | Patch |
https://github.com/Pylons/waitress/security/advisories/GHSA-4ppp-gpcr-7qf6 | Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2022/05/msg00011.html | Mailing List Third Party Advisory |
https://www.oracle.com/security-alerts/cpuapr2022.html | Patch Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2019-16792 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16792 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-04-20 17:00:11 | Added to TrackCVE | |||
2022-12-04 09:56:41 | 2020-01-22T19:15Z | 2020-01-22T19:15:11 | CVE Published Date | updated |
2022-12-04 09:56:41 | 2022-09-23T18:58:53 | CVE Modified Date | updated | |
2022-12-04 09:56:41 | Analyzed | Vulnerability Status | updated | |
2022-12-04 09:56:45 | References | updated |