Lucene search
+L

5482 matches found

OSV
OSV
added 2024/08/22 7:44 p.m.25 views

BIT-VALKEY-2022-24736 A Malformed Lua script can crash Redis

Redis is an in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker attempting to load a specially crafted Lua script can cause NULL pointer dereference which will result with a crash of the redis-server process. The problem is fixed in Redis versions 7.0.0 and...

5.5CVSS5.5AI score0.01498EPSS
SaveExploits1References11
OSV
OSV
added 2024/08/22 7:44 p.m.49 views

BIT-VALKEY-2022-24834 Heap overflow issue with the Lua cjson library used by Redis

Redis is an in-memory database that persists on disk. A specially crafted Lua script executing in Redis can trigger a heap overflow in the cjson library, and result with heap corruption and potentially remote code execution. The problem exists in all versions of Redis with Lua scripting support,...

8.8CVSS8.1AI score0.41409EPSS
SaveExploits1References5
OSV
OSV
added 2024/08/22 7:44 p.m.24 views

BIT-VALKEY-2022-31144 Potential heap overflow in Redis

Redis is an in-memory database that persists on disk. A specially crafted XAUTOCLAIM command on a stream key in a specific state may result with heap overflow, and potentially remote code execution. This problem affects versions on the 7.x branch prior to 7.0.4. The patch is released in version...

8.8CVSS8AI score0.03151EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 7:43 p.m.14 views

BIT-VALKEY-2022-33105

Redis v7.0 was discovered to contain a memory leak via the component streamGetEdgeID...

7.5CVSS7.4AI score0.03132EPSS
SaveExploits1References7
OSV
OSV
added 2024/08/22 7:43 p.m.23 views

BIT-VALKEY-2022-35951 Redis subject to Integer Overflow leading to Remote Code Execution via Heap Overflow

Redis is an in-memory database that persists on disk. Versions 7.0.0 and above, prior to 7.0.5 are vulnerable to an Integer Overflow. Executing an XAUTOCLAIM command on a stream key in a specific state, with a specially crafted COUNT argument may cause an integer overflow, a subsequent heap...

9.8CVSS8.4AI score0.03111EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 7:43 p.m.18 views

BIT-VALKEY-2022-35977 Integer overflow in certain command arguments can drive Redis to OOM panic

Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted SETRANGE and SORTRO commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory OOM panic. The problem is fixe...

5.5CVSS5.7AI score0.13453EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/22 7:43 p.m.24 views

BIT-VALKEY-2022-36021 Redis string pattern matching can be abused to achieve Denial of Service

Redis is an in-memory database that persists on disk. Authenticated users can use string matching commands like SCAN or KEYS with a specially crafted pattern to trigger a denial-of-service attack on Redis, causing it to hang and consume 100% CPU time. The problem is fixed in Redis versions 6.0.18...

5.5CVSS6AI score0.60532EPSS
SaveExploits0References3
OSV
OSV
added 2024/08/22 7:42 p.m.28 views

BIT-VALKEY-2022-3647 Redis Crash Report debug.c sigsegvHandler denial of service

DISPUTED A vulnerability, which was classified as problematic, was found in Redis up to 6.2.7/7.0.5. Affected is the function sigsegvHandler of the file debug.c of the component Crash Report. The manipulation leads to denial of service. The complexity of an attack is rather high. The exploitabili...

3.3CVSS3.7AI score0.0059EPSS
SaveExploits1References4
OSV
OSV
added 2024/08/22 7:42 p.m.14 views

BIT-VALKEY-2023-22458 Integer overflow in multiple Redis commands can lead to denial-of-service

Redis is an in-memory database that persists on disk. Authenticated users can issue a HRANDFIELD or ZRANDMEMBER command with specially crafted arguments to trigger a denial-of-service by crashing Redis with an assertion failure. This problem affects Redis versions 6.2 or newer up to but not...

5.5CVSS5.7AI score0.71984EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 7:42 p.m.32 views

BIT-VALKEY-2023-25155 Integer Overflow in several Redis commands can lead to denial of service.

Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted SRANDMEMBER, ZRANDMEMBER, and HRANDFIELD commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis...

6.5CVSS6.2AI score0.00902EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/22 7:42 p.m.40 views

BIT-VALKEY-2023-28425 Specially crafted MSETNX command can lead to denial-of-service

Redis is an in-memory database that persists on disk. Starting in version 7.0.8 and prior to version 7.0.10, authenticated users can use the MSETNX command to trigger a runtime assertion and termination of the Redis server process. The problem is fixed in Redis version 7.0.10...

5.5CVSS5.5AI score0.54978EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 7:41 p.m.29 views

BIT-VALKEY-2023-28856 `HINCRBYFLOAT` can be used to crash a redis-server process

Redis is an open source, in-memory database that persists on disk. Authenticated users can use the HINCRBYFLOAT command to create an invalid hash field that will crash Redis on access in affected versions. This issue has been addressed in in versions 7.0.11, 6.2.12, and 6.0.19. Users are advised ...

6.5CVSS6.2AI score0.01256EPSS
SaveExploits0References9
OSV
OSV
added 2024/08/22 7:41 p.m.41 views

BIT-VALKEY-2023-31655

redis v7.0.10 was discovered to contain a segmentation violation. This vulnerability allows attackers to cause a Denial of Service DoS via unspecified vectors...

7.5CVSS7.3AI score0.01028EPSS
SaveExploits1References3
OSV
OSV
added 2024/08/22 7:41 p.m.24 views

BIT-VALKEY-2023-36824 Heap overflow in COMMAND GETKEYS and ACL evaluation in Redis

Redis is an in-memory database that persists on disk. In Redit 7.0 prior to 7.0.12, extracting key names from a command and a list of arguments may, in some cases, trigger a heap overflow and result in reading random heap memory, heap corruption and potentially remote code execution. Several...

8.8CVSS8.5AI score0.77422EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/22 7:40 p.m.28 views

BIT-VALKEY-2023-41053 Redis SORT_RO may bypass ACL configuration

Redis is an in-memory database that persists on disk. Redis does not correctly identify keys accessed by SORTRO and as a result may grant users executing this command access to keys that are not explicitly authorized by the ACL configuration. The problem exists in Redis 7.0 or newer and has been...

3.3CVSS4AI score0.0034EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/22 7:40 p.m.32 views

BIT-VALKEY-2023-41056 Redis vulnerable to integer overflow in certain payloads

Redis is an in-memory database that persists on disk. Redis incorrectly handles resizing of memory buffers which can result in integer overflow that leads to heap overflow and potential remote code execution. This issue has been patched in version 7.0.15 and 7.2.4...

8.1CVSS8.3AI score0.02582EPSS
SaveExploits0References7
OSV
OSV
added 2024/08/22 7:40 p.m.31 views

BIT-VALKEY-2023-45145 Redis Unix-domain socket may have be exposed with the wrong permissions for a short time window.

Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask2 is used, this creates a race condition that enables, during a short period of time, another process...

3.6CVSS5.5AI score0.00444EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/22 7:30 p.m.30 views

BIT-KEYDB-2021-31294

Redis before 6cbea7d allows a replica to cause an assertion failure in a primary server by sending a non-administrative command specifically, a SET command. NOTE: this was fixed for Redis 6.2.x and 7.x in 2021. Versions before 6.2 were not intended to have safety guarantees related to this...

5.9CVSS6.1AI score0.01309EPSS
SaveExploits1References5
OSV
OSV
added 2024/08/22 7:30 p.m.27 views

BIT-KEYDB-2021-32626 Lua scripts can overflow the heap-based Lua stack in Redis

Redis is an open source, in-memory database that persists on disk. In affected versions specially crafted Lua scripts executing in Redis can cause the heap-based Lua stack to be overflowed, due to incomplete checks for this condition. This can result with heap corruption and potentially remote co...

8.8CVSS8.9AI score0.16206EPSS
SaveExploits0References11
OSV
OSV
added 2024/08/22 7:30 p.m.20 views

BIT-KEYDB-2021-32627 Integer overflow issue with Streams in Redis

Redis is an open source, in-memory database that persists on disk. In affected versions an integer overflow bug in Redis can be exploited to corrupt the heap and potentially result with remote code execution. The vulnerability involves changing the default proto-max-bulk-len and...

7.5CVSS8.3AI score0.03964EPSS
SaveExploits0References10
Rows per page
Query Builder