CVE-2021-29509
CVSS V2 Medium 5
CVSS V3 High 7.5
Description
Puma is a concurrent HTTP 1.1 server for Ruby/Rack applications. The fix for CVE-2019-16770 was incomplete. The original fix only protected existing connections that had already been accepted from having their requests starved by greedy persistent-connections saturating all threads in the same process. However, new connections may still be starved by greedy persistent-connections saturating all threads in all processes in the cluster. A `puma` server which received more concurrent `keep-alive` connections than the server had threads in its threadpool would service only a subset of connections, denying service to the unserved connections. This problem has been fixed in `puma` 4.3.8 and 5.3.1. Setting `queue_requests false` also fixes the issue. This is not advised when using `puma` without a reverse proxy, such as `nginx` or `apache`, because you will open yourself to slow client attacks (e.g. slowloris). The fix is very small and a git patch is available for those using unsupported versions of Puma.
Overview
- CVE ID
- CVE-2021-29509
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2021-05-11T17:15:07
- Last Modified Date
- 2022-10-27T12:39:50
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.3.1 |
cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:N/I:N/A:P
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- NONE
- Integrity Impact
- NONE
- Availability Impact
- PARTIAL
- 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:N/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- HIGH
- Base Score
- 7.5
- Base Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 3.6
References
Reference URL | Reference Tags |
---|---|
https://gist.github.com/nateberkopec/4b3ea5676c0d70cbb37c82d54be25837 | Patch Third Party Advisory |
https://github.com/puma/puma/security/advisories/GHSA-q28m-8xjw-8vr5 | Patch Third Party Advisory |
https://github.com/puma/puma/security/policy | Third Party Advisory |
https://lists.debian.org/debian-lts-announce/2022/08/msg00015.html | Mailing List Third Party Advisory |
https://rubygems.org/gems/puma | Product Third Party Advisory |
https://security.gentoo.org/glsa/202208-28 | Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2021-29509 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29509 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 16:15:02 | Added to TrackCVE | |||
2022-12-05 02:01:57 | 2021-05-11T17:15Z | 2021-05-11T17:15:07 | CVE Published Date | updated |
2022-12-05 02:01:57 | 2022-10-27T12:39:50 | CVE Modified Date | updated | |
2022-12-05 02:01:57 | Analyzed | Vulnerability Status | updated | |
2022-12-05 02:02:01 | References | updated |