First published: Mon Oct 04 2021(Updated: )
Redis is an open source, in-memory database that persists on disk. The redis-cli command line tool and redis-sentinel service may be vulnerable to integer overflow when parsing specially crafted large multi-bulk network replies. This is a result of a vulnerability in the underlying hiredis library which does not perform an overflow check before calling the calloc() heap allocation function. This issue only impacts systems with heap allocators that do not perform their own overflow checks. Most modern systems do and are therefore not likely to be affected. Furthermore, by default redis-sentinel uses the jemalloc allocator which is also not vulnerable. The problem is fixed in Redis versions 6.2.6, 6.0.16 and 5.0.14.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
debian/redis | 5:5.0.14-1+deb10u2 5:5.0.14-1+deb10u5 5:6.0.16-1+deb11u2 5:7.0.11-1 5:7.0.14-1 | |
Redis | >=5.0.0<5.0.14 | |
Redis | >=6.0.0<6.0.16 | |
Redis | >=6.2.0<6.2.6 | |
Debian | =10.0 | |
Debian | =11.0 | |
Fedora | =33 | |
Fedora | =34 | |
Fedora | =35 | |
netapp management services for element software | ||
NetApp Management Services for NetApp HCI | ||
Oracle Communications Operations Monitor | =4.3 | |
Oracle Communications Operations Monitor | =4.4 | |
Oracle Communications Operations Monitor | =5.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-32762 is a vulnerability in Redis that allows for integer overflow when parsing specially crafted large multi-bulk network replies.
CVE-2021-32762 has a severity rating of 8.8, which is considered critical.
Redis versions 5.0.0 to 5.0.14, 6.0.0 to 6.0.16, and 6.2.0 to 6.2.6 are affected by CVE-2021-32762.
To fix CVE-2021-32762, update Redis to version 5.0.14, 6.0.16, or 6.2.6.
Yes, you can find references for CVE-2021-32762 at the following links: [GitHub Advisory](https://github.com/redis/redis/security/advisories/GHSA-833w-8v3m-8wwr) and [Debian Security Tracker](https://security-tracker.debian.org/tracker/CVE-2021-32762).