CVE-2021-41136
CVSS V2 Low 3.6
CVSS V3 Low 3.7
Description
Puma is a HTTP 1.1 server for Ruby/Rack applications. Prior to versions 5.5.1 and 4.3.9, using `puma` with a proxy which forwards HTTP header values which contain the LF character could allow HTTP request smugggling. A client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client. The only proxy which has this behavior, as far as the Puma team is aware of, is Apache Traffic Server. If the proxy uses persistent connections and the client adds another request in via HTTP pipelining, the proxy may mistake it as the first request's body. Puma, however, would see it as two requests, and when processing the second request, send back a response that the proxy does not expect. If the proxy has reused the persistent connection to Puma to send another request for a different client, the second response from the first client will be sent to the second client. This vulnerability was patched in Puma 5.5.1 and 4.3.9. As a workaround, do not use Apache Traffic Server with `puma`.
Overview
- CVE ID
- CVE-2021-41136
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2021-10-12T16:15:07
- Last Modified Date
- 2022-10-12T13:30:51
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:* | 1 | OR | 4.3.8 | |
cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:* | 1 | OR | 5.0.0 | 5.5.0 |
cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:H/Au:S/C:P/I:P/A:N
- Access Vector
- NETWORK
- Access Compatibility
- HIGH
- Authentication
- SINGLE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- PARTIAL
- Availability Impact
- NONE
- Base Score
- 3.6
- Severity
- LOW
- Exploitability Score
- 3.9
- Impact Score
- 4.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N
- Attack Vector
- NETWORK
- Attack Compatibility
- HIGH
- Privileges Required
- LOW
- User Interaction
- REQUIRED
- Scope
- UNCHANGED
- Confidentiality Impact
- LOW
- Availability Impact
- NONE
- Base Score
- 3.7
- Base Severity
- LOW
- Exploitability Score
- 1.2
- Impact Score
- 2.5
References
Reference URL | Reference Tags |
---|---|
https://github.com/puma/puma/commit/acdc3ae571dfae0e045cf09a295280127db65c7f | Patch Third Party Advisory |
https://github.com/puma/puma/security/advisories/GHSA-48w2-rm65-62xx | Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2022/08/msg00015.html | Mailing List Third Party Advisory |
https://security.gentoo.org/glsa/202208-28 | Third Party Advisory |
https://www.debian.org/security/2022/dsa-5146 | Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2021-41136 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-41136 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 06:49:33 | Added to TrackCVE | |||
2022-12-05 12:15:35 | 2021-10-12T16:15Z | 2021-10-12T16:15:07 | CVE Published Date | updated |
2022-12-05 12:15:35 | 2022-10-12T13:30:51 | CVE Modified Date | updated | |
2022-12-05 12:15:35 | Analyzed | Vulnerability Status | updated | |
2022-12-05 12:15:39 | References | updated |