Redis use-after-free sérülékenysége 
	
	
	Angol cím: Redis use-after-free vulnerability
	
	
  		Publikálás dátuma: 2025.10.03.
	
  	
		Utolsó módosítás dátuma: 2025.10.07.
	
Leírás
A termék a felszabadított memóriaterületet újra felhasználja vagy hivatkozik rá.
Egy idő után ez a memóriaterület újra lefoglalásra kerülhet, és egy másik mutatóhoz rendelődhet. Ezzel egyidejűleg az eredeti mutató továbbra is egy olyan memóriacímet tartalmaz, amely már az új lefoglalás része.
Ennek következtében minden művelet, amely az eredeti mutatót használja, érvénytelenné válik, mivel a memóriaterület immár az új mutatóhoz tartozó kód tulajdonában van.
Elemzés leírás
Eredeti nyelven:
“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 manipulate the garbage collector, trigger a use-after-free and potentially lead to remote code execution. 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 restrict EVAL and EVALSHA commands.”
Elemzés leírás forrása: CVE-2025-49844 Elemzés leírás utolsó módosítása: 2025.10.07.Hatás
CVSS3.1 Súlyosság és Metrika
Base score: 10.0 (Kritikus)
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Impact Score: 6.0
Exploitability Score: 3.1
Attack Vector (AV): Network
Attack Complexity (AC): Low
Privileges Required (PR): Low
User Interaction (UI): None
Scope (S): Changed
Confidentiality Impact (C): High
Integrity Impact (I): High
Availability Impact (A): High
Következmények
Loss of integrity (Sértetlenség elvesztése)Hivatkozások
Sérülékeny szoftverek
Redis 8.2.1 és korábbi verziói
