Lucene search
+L

81 matches found

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.00586EPSS
SaveExploits0
NVD
NVD
added 2026/09/18 11:17 a.m.8 views

CVE-2026-93572

A flaw was found in Netty's RedisArrayAggregator component. A remote attacker can exploit this vulnerability by sending specially crafted nested Redis RESP array headers. This can cause the RedisArrayAggregator to eagerly preallocate a large amount of heap memory, leading to heap memory exhaustio...

7.5CVSS0.00339EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/18 12:31 a.m.9 views

EUVD-2026-82533

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.7CVSS0.00446EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/17 10:15 p.m.15 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.7CVSS0.00446EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.6 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi.debug: A sanity check was performed to ensure that the block descriptor length in respmodeselect was valid. BUG: KASAN: A use-after-free condition occurred in respmodeselect+0xa4c/0xb40, located in...

7.8CVSS6.2AI score0.00256EPSS
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.12 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.00415EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/01 9:20 p.m.20 views

CVE-2026-84372 Predis: Redis command injection and denial of service via CRLF smuggling in pipelined commands on aggregate connections

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.8CVSS6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/09/01 9:20 p.m.8 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.8CVSS6AI score0.00415EPSS
SaveExploits0
OSV
OSV
added 2026/07/27 12:00 a.m.18 views

UBUNTU-CVE-2026-64225

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: CGX: add bounds check to cgxspeedmbps index cgxspeedmbps has 13 elements but RESPLINKSTATSPEED can yield values 0-15. If it returns a value = 13, this causes an out-of-bounds array access. Add a bounds check and...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References20
CVE
CVE
added 2026/07/24 3:23 p.m.75 views

CVE-2026-64225

Linux kernel CVE-2026-64225 affects octeontx2-af CGX: cgx_speed_mbps has 13 elements, but RESP_LINKSTAT_SPEED can yield 0–15, leading to out-of-bounds access and potential memory corruption/System crash. The fix adds a bounds check and defaults the speed to 0 when index is out of range. Affected ...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/06/26 4:39 p.m.77 views

CVE-2026-47206

Dragonfly is an in-memory store. Before version 1.39.9, it is vulnerable to RESP protocol injection via Lua redis.error_reply() in EvalSerializer, allowing an authenticated user to inject arbitrary RESP messages into the connection’s response stream and potentially desynchronize responses for con...

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

EUVD-2026-36467

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

7.5CVSS5.2AI score0.00461EPSS
SaveExploits0References4
CVE
CVE
added 2026/06/12 2:52 p.m.125 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.00461EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2026/06/12 2:52 p.m.20 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.5CVSS7AI score
SaveExploits0References14
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.00461EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/21 5:10 p.m.18 views

CVE-2026-48237 Open ISES Tickets < 3.44.2 SQL Injection via message.php frm_ticket_id and frm_resp_id Parameters

Open ISES Tickets before 3.44.2 contains a SQL injection vulnerability in message.php where the frmticketid and frmrespid POST parameters are concatenated into WHERE clauses of SELECT/UPDATE statements without sanitization. Authenticated attackers can craft requests that alter query semantics to...

7.1CVSS6.1AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:00 a.m.9 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007603)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007603 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix out-of-bound read in respreadcap16 The following warning was observed runnin...

7.1CVSS6.1AI score0.00236EPSS
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.00586EPSS
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.00586EPSS
SaveExploits0References1
Rows per page
Query Builder