CVE-2021-21309
CVSS V2 Medium 6.5
CVSS V3 High 8.8
Description
Redis is an open-source, in-memory database that persists on disk. In affected versions of Redis an integer overflow bug in 32-bit Redis version 4.0 or newer could be exploited to corrupt the heap and potentially result with remote code execution. Redis 4.0 or newer uses a configurable limit for the maximum supported bulk input size. By default, it is 512MB which is a safe value for all platforms. If the limit is significantly increased, receiving a large request from a client may trigger several integer overflow scenarios, which would result with buffer overflow and heap corruption. We believe this could in certain conditions be exploited for remote code execution. By default, authenticated Redis users have access to all configuration parameters and can therefore use the “CONFIG SET proto-max-bulk-len” to change the safe default, making the system vulnerable. **This problem only affects 32-bit Redis (on a 32-bit system, or as a 32-bit executable running on a 64-bit system).** The problem is fixed in version 6.2, and the fix is back ported to 6.0.11 and 5.0.11. Make sure you use one of these versions if you are running 32-bit Redis. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent clients from directly executing `CONFIG SET`: Using Redis 6.0 or newer, ACL configuration can be used to block the command. Using older versions, the `rename-command` configuration directive can be used to rename the command to a random string unknown to users, rendering it inaccessible. Please note that this workaround may have an additional impact on users or operational systems that expect `CONFIG SET` to behave in certain ways.
Overview
- CVE ID
- CVE-2021-21309
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Analyzed
- Published Version
- 2021-02-26T22:15:19
- Last Modified Date
- 2022-10-19T13:21:42
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:redislabs:redis:*:*:*:*:*:*:*:* | 1 | OR | 4.0 | 5.0.11 |
cpe:2.3:a:redislabs:redis:*:*:*:*:*:*:*:* | 1 | OR | 6.0.0 | 6.0.11 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:S/C:P/I:P/A:P
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- SINGLE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- PARTIAL
- Availability Impact
- PARTIAL
- Base Score
- 6.5
- Severity
- MEDIUM
- Exploitability Score
- 8
- Impact Score
- 6.4
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- LOW
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 8.8
- Base Severity
- HIGH
- Exploitability Score
- 2.8
- Impact Score
- 5.9
References
Reference URL | Reference Tags |
---|---|
https://github.com/redis/redis/commit/c992857618db99776917f10bf4f2345a5fdc78b0 | Patch Third Party Advisory |
https://github.com/redis/redis/security/advisories/GHSA-hgj8-vff2-7cjf | Third Party Advisory |
https://github.com/redis/redis/pull/8522 | Patch Third Party Advisory |
https://security.gentoo.org/glsa/202103-02 |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2021-21309 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21309 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 07:17:39 | Added to TrackCVE | |||
2022-12-05 22:54:21 | 2021-02-26T22:15Z | 2021-02-26T22:15:19 | CVE Published Date | updated |
2022-12-05 22:54:21 | 2022-10-19T13:21:42 | CVE Modified Date | updated | |
2022-12-05 22:54:21 | Analyzed | Vulnerability Status | updated |