Vulnerability from bitnami_vulndb
Published
2025-10-16 12:07
Modified
2026-02-05 09:10
Summary
Redis allows out of bounds writes in hyperloglog commands leading to RCE
Details
Redis is an open source, in-memory database that persists on disk. From 2.8 to before 8.0.3, 7.4.5, 7.2.10, and 6.2.19, an authenticated user may use a specially crafted string to trigger a stack/heap out of bounds write on hyperloglog operations, potentially leading to remote code execution. The bug likely affects all Redis versions with hyperloglog operations implemented. This vulnerability is fixed in 8.0.3, 7.4.5, 7.2.10, and 6.2.19. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing hyperloglog operations. This can be done using ACL to restrict HLL commands.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "valkey",
"purl": "pkg:bitnami/valkey"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "7.2.10"
},
{
"introduced": "7.3.0"
},
{
"fixed": "8.0.4"
},
{
"introduced": "8.1.0"
},
{
"fixed": "8.1.3"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
],
"aliases": [
"CVE-2025-32023"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:*",
"cpe:2.3:a:valkey-io:valkey:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "Redis is an open source, in-memory database that persists on disk. From 2.8 to before 8.0.3, 7.4.5, 7.2.10, and 6.2.19, an authenticated user may use a specially crafted string to trigger a stack/heap out of bounds write on hyperloglog operations, potentially leading to remote code execution. The bug likely affects all Redis versions with hyperloglog operations implemented. This vulnerability is fixed in 8.0.3, 7.4.5, 7.2.10, and 6.2.19. An additional workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing hyperloglog operations. This can be done using ACL to restrict HLL commands.",
"id": "BIT-valkey-2025-32023",
"modified": "2026-02-05T09:10:30.960Z",
"published": "2025-10-16T12:07:58.321Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/redis/redis/commit/50188747cbfe43528d2719399a2a3c9599169445"
},
{
"type": "WEB",
"url": "https://github.com/redis/redis/releases/tag/6.2.19"
},
{
"type": "WEB",
"url": "https://github.com/redis/redis/releases/tag/7.2.10"
},
{
"type": "WEB",
"url": "https://github.com/redis/redis/releases/tag/7.4.5"
},
{
"type": "WEB",
"url": "https://github.com/redis/redis/releases/tag/8.0.3"
},
{
"type": "WEB",
"url": "https://github.com/redis/redis/security/advisories/GHSA-rp2m-q4j6-gr43"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32023"
},
{
"type": "WEB",
"url": "https://www.exploit-db.com/exploits/52477"
}
],
"schema_version": "1.6.2",
"summary": "Redis allows out of bounds writes in hyperloglog commands leading to RCE"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…