Lucene search
+L

17 matches found

NVD
NVD
•added 2026/09/24 2:18 p.m.•5 views

CVE-2026-97057

redis-parser through 3.0.0 fails to validate the multi-bulk length value in RESP protocol parsing, allowing attackers to trigger an uncaught RangeError by supplying an excessively large declared length. A malicious or compromised Redis endpoint can deliver a crafted RESP header with a length abov...

8.7CVSS
SaveExploits0References7
EUVD
EUVD
•added 2026/09/24 1:51 p.m.•3 views

EUVD-2026-85883

redis-parser through 3.0.0 fails to validate the multi-bulk length value in RESP protocol parsing, allowing attackers to trigger an uncaught RangeError by supplying an excessively large declared length. A malicious or compromised Redis endpoint can deliver a crafted RESP header with a length abov...

8.7CVSS5.8AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/24 1:51 p.m.•6 views

CVE-2026-97057 redis-parser through 3.0.0 Denial of Service via Invalid Array Length

redis-parser through 3.0.0 fails to validate the multi-bulk length value in RESP protocol parsing, allowing attackers to trigger an uncaught RangeError by supplying an excessively large declared length. A malicious or compromised Redis endpoint can deliver a crafted RESP header with a length abov...

8.7CVSS
SaveExploits0References7
CVE
CVE
•added 2026/09/24 1:51 p.m.•8 views

CVE-2026-97057

The redis-parser library, in versions through 3.0.0 , is vulnerable to a Denial of Service (DoS) attack due to improper validation of the multi-bulk length value during RESP protocol parsing . An attacker who controls or compromises a Redis endpoint can send a crafted RESP header with a declared ...

8.7CVSS5.8AI score
SaveExploits0References7
Kitploit
Kitploit
•added 2026/09/20 10:40 a.m.•11 views

CVE-2025-67733

RESP Protocol Injection PoC Proof-of-concept demonstrating RESP Protocol Injection vulnerability via Lua script error messages in Valkey/Redis. Files backend.py Flask backend simulating a web application with shared Valkey connection connection pooling. Endpoints:...

8.5CVSS7.5AI score0.00597EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 10:15 p.m.•25 views

CVE-2026-93435

redis-parser through 3.0.0 contains a denial of service vulnerability in its RESP protocol parser . A malicious Redis endpoint can send crafted RESP byte streams with repeated array headers that trigger unbounded recursion on nested arrays, exhausting the V8 call stack . This produces an uncaught...

8.7CVSS5.8AI score0.0063EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/17 12:00 a.m.•0 views

CVE-2026-93435: Uncontrolled Recursion

redis-parser through 3.0.0 contains a denial of service vulnerability in the RESP protocol parser that allows malicious Redis endpoints to crash the client process through unbounded recursion on nested arrays. Attackers can send crafted RESP byte streams with repeated array headers that exhaust t...

8.7CVSS5.8AI score0.0063EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•13 views

Astra Linux – Vulnerability in hiredis

Hiredis is a minimalistic C client library for the Redis database. In affected versions, Hiredis can be vulnerable to integer overflow if maliciously crafted or corrupted RESP mult-bulk protocol data is provided. When parsing mult-bulk array-like replies, Hiredis fails to check whether count...

8.8CVSS8.3AI score0.02139EPSS
SaveExploits0References2
NVD
NVD
•added 2026/09/01 10:17 p.m.•14 views

CVE-2026-84372

Predis is a flexible and feature-complete Redis and Valkey client for PHP. From version 3.0.0-RC1 until version 3.3.0, pipeline handling on aggregate cluster and replication connections reparses an already serialized RESP buffer in AbstractAggregateConnection::write by splitting it with...

9.8CVSS0.00726EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/06/26 4:39 p.m.•10 views

CVE-2026-47206 Dragonfly: RESP Protocol Injection via Lua redis.error_reply() in EvalSerializer

Dragonfly is an in-memory data store built for modern application workloads. Prior to 1.39.9, Dragonfly has a RESP Protocol Injection via Lua redis.errorreply in EvalSerializer. An authenticated user can inject arbitrary RESP messages into the connection's response stream, potentially causing...

2.3CVSS5.9AI score0.00451EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/06/15 8:46 p.m.•21 views

EUVD-2026-36467

Netty: Unbounded pre-allocation in RedisArrayAggregator from RESP array length...

7.5CVSS5.2AI score0.00849EPSS
SaveExploits0References4
CVE
CVE
•added 2026/06/12 2:52 p.m.•128 views

CVE-2026-50011

Netty CVE-2026-50011 affects RedisArrayAggregator in Netty (prior to 4.1.135.Final and 4.2.15.Final). A RESP header can claim a large initial ArrayList capacity, taken from the wire before child messages exist, enabling unbounded pre-allocation. This can cause memory consumption issues. The issue...

7.5CVSS5.3AI score0.00849EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
•added 2026/06/12 2:52 p.m.•54 views

CVE-2026-50011 Netty has unbounded pre-allocation in RedisArrayAggregator from RESP array length

Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, RedisArrayAggregator pre-allocates ArrayList with initial capacity equal to the RESP array element count declared in an array header. That count is taken fro...

7.5CVSS0.00849EPSS
SaveExploits0References3
CVE
CVE
•added 2026/02/23 7:39 p.m.•80 views

CVE-2025-67733

Valkey is affected by a RESP protocol injection via Lua error_reply. Before versions 9.0.2, 8.1.6, 8.0.7, and 7.2.12, a malicious user could inject information into the response stream through scripting commands, potentially corrupting or returning tampered data to other users on the same connect...

8.5CVSS5.6AI score0.00597EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
•added 2026/02/23 7:39 p.m.•6 views

CVE-2025-67733 Valkey Affected by RESP Protocol Injection via Lua error_reply

Valkey is a distributed key-value database. Prior to versions 9.0.2, 8.1.6, 8.0.7, and 7.2.12, a malicious user can use scripting commands to inject arbitrary information into the response stream for the given client, potentially corrupting or returning tampered data to other users on the same...

8.5CVSS5.6AI score0.00597EPSS
SaveExploits0References1
Amazon
Amazon
•added 2023/09/25 12:00 a.m.•19 views

Important: hiredis

Issue Overview: Hiredis is a minimalistic C client library for the Redis database. In affected versions Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted RESP mult-bulk protocol data. When parsing multi-bulk array-like replies, hiredis fails to check if count...

8.8CVSS7.5AI score0.02139EPSS
SaveExploits0
FreeBSD
FreeBSD
•added 2021/10/04 12:00 a.m.•31 views

hiredis -- integer/buffer overflow

hiredis maintainers report: Hiredis is vulnurable to integer overflow if provided maliciously crafted or corrupted RESP mult-bulk protocol data. When parsing multi-bulk array-like replies, hiredis fails to check if count sizeofredisReply can be represented in SIZEMAX. If it can not, and the callo...

8.8CVSS2.6AI score0.02139EPSS
SaveExploits0References2
Rows per page
Query Builder