Bug 2401322 (CVE-2025-46819)

Summary: CVE-2025-46819 Redis: Redis is vulnerable to DoS via specially crafted LUA scripts
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: abarbaro, alinfoot, anthomas, aprice, bbrownin, bdettelb, brasmith, caswilli, cochase, david.keegel, dnakabaa, doconnor, dranck, dtrifiro, eglynn, ehelms, ggainey, haoli, hkataria, jajackso, jcammara, jcantril, jchui, jdobes, jhe, jjoyce, jkoehler, jmitchel, jneedle, joehler, jsamir, jschluet, juwatts, jvasik, jwong, kaycoth, kegrant, kgaikwad, koliveir, kshier, ktsao, lcouzens, lhh, lphiri, lsvaty, mabashia, mburns, mgarciac, mhulan, mskarbek, nboldt, nmoumoul, oezr, orabin, osousa, pbraun, pcreech, pgrist, psegedy, psrna, rblanco, rbryant, rchan, rojacob, shvarugh, simaishi, smallamp, smcdonal, stcannon, teagle, tfister, thavo, tmalecek, ttakamiy, vmugicag, weaton, xiaoxwan, yguenane, zzhou
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A vulnerability was found in Redis where an authenticated user to run a crafted Lua script that can read out‑of‑bounds memory or crash the server, leading to information disclosure and denial of service.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description OSIDB Bzimport 2025-10-03 20:01:19 UTC
Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user to use a specially crafted LUA script to read out-of-bound data or crash the server and subsequent denial of service. The problem exists in all versions of Redis with Lua scripting. This issue is fixed in version 8.2.2. To workaround this issue without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to block a script by restricting both the EVAL and FUNCTION command families.