CVE-2021-21309
Last modified
CVE-2021-21309 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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. EPSS estimates a 4.93% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Redislabs | Redis | >= 4.0, < 5.0.11 |
| Redislabs | Redis | >= 6.0.0, < 6.0.11 |
References
- https://github.com/redis/redis/commit/c992857618db99776917f10bf4f2345a5fdc78b0Patch, Third Party Advisory
- https://github.com/redis/redis/pull/8522Patch, Third Party Advisory
- https://github.com/redis/redis/security/advisories/GHSA-hgj8-vff2-7cjfThird Party Advisory
- https://security.gentoo.org/glsa/202103-02Third Party Advisory
- https://github.com/redis/redis/commit/c992857618db99776917f10bf4f2345a5fdc78b0Patch, Third Party Advisory
- https://github.com/redis/redis/pull/8522Patch, Third Party Advisory
- https://github.com/redis/redis/security/advisories/GHSA-hgj8-vff2-7cjfThird Party Advisory
- https://security.gentoo.org/glsa/202103-02Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-21309?
How severe is CVE-2021-21309?
How do I fix CVE-2021-21309?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-21303Helm is open-source software which is essentially "The Kuber…6.8
- CVE-2021-21304Dynamoose is an open-source modeling tool for Amazon's Dynam…9.8
- CVE-2021-21305CarrierWave is an open-source RubyGem which provides a simpl…8.8
- CVE-2021-21306Marked is an open-source markdown parser and compiler (npm p…7.5
- CVE-2021-21307Lucee Server is a dynamic, Java based (JSR-223), tag and scr…9.8
- CVE-2021-21308PrestaShop is a fully scalable open source e-commerce soluti…9.1
- CVE-2021-2131Vulnerability in the Oracle VM VirtualBox product of Oracle …6
- CVE-2021-21310NextAuth.js (next-auth) is am open source authentication sol…5.9
- CVE-2021-21311Adminer is an open-source database management in a single PH…7.2
- CVE-2021-21312GLPI is open source software which stands for Gestionnaire L…4.8
- CVE-2021-21313GLPI is open source software which stands for Gestionnaire L…6.1
- CVE-2021-21314GLPI is open source software which stands for Gestionnaire L…4.8
Are you affected by CVE-2021-21309?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
