Redis 8.2.0-8.2.2 - Stack-based Buffer Overflow via XACKDEL Command
Title source: llmExploitation Summary
EIP tracks 4 public exploits for CVE-2025-62507. PoCs published by adminlove520, Network-Sec, exploitintel.
AI-analyzed exploit summary This repository contains functional exploit code for CVE-2025-62507, a buffer overflow vulnerability in Redis. The PoC demonstrates a stack-based overflow via the XACKDEL command, leading to a crash and potential RCE through a ROP chain.
Description
Redis is an open source, in-memory database that persists on disk. In versions 8.2.0 and above, a user can run the XACKDEL command with multiple ID's and trigger a stack buffer overflow, which may potentially lead to remote code execution. This issue is fixed in version 8.2.3. To workaround this issue without patching the redis-server executable is to prevent users from executing XACKDEL operation. This can be done using ACL to restrict XACKDEL command.
Exploits (4)
This repository contains functional exploit code for CVE-2025-62507, a buffer overflow vulnerability in Redis. The PoC demonstrates a stack-based overflow via the XACKDEL command, leading to a crash and potential RCE through a ROP chain.
This repository contains a working proof-of-concept exploit for CVE-2025-62507, a buffer overflow vulnerability in Redis. The exploit demonstrates a crash and potential RCE via a crafted XACKDEL command with malformed stream IDs.
This repository contains a functional exploit for CVE-2025-62507, a stack-based buffer overflow in Redis 8.2.x via the XACKDEL command. It includes multiple Python-based exploit scripts, Docker configurations for reproducible testing, and detailed documentation for setup and execution.
This repository contains functional exploit code for CVE-2025-62507, a stack buffer overflow in Redis 8.2.0's `xackdelCommand` function. It includes detailed ROP chain implementations for both x86-64 and ARM64 architectures, with supporting documentation and analysis tools.
References (3)
Related Analysis
Scores
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H