Lucene search
+L

469 matches found

Oracle linux
Oracle linux
added 2026/09/08 12:00 a.m.5 views

valkey security, bug fix, and enhancement update

8.0.10-1 - Rebase to 8.0.10 for CVE-2026-56684 CVE-2026-63639 CVE-2026-66373 in redis...

8.8CVSS0.00888EPSS
SaveExploits0
Oracle linux
Oracle linux
added 2026/09/08 12:00 a.m.3 views

valkey security, bug fix, and enhancement update

8.0.11-1 - Rebase to 8.0.11 for CVE-2026-56684 CVE-2026-63639 CVE-2026-66373 in redis...

8.8CVSS0.00888EPSS
SaveExploits0
OSV
OSV
added 2026/09/08 12:00 a.m.5 views

ALSA-2026:64796 Important: valkey security, bug fix, and enhancement update

Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing s...

8.8CVSS0.00888EPSS
SaveExploits0References8
AlmaLinux
AlmaLinux
added 2026/09/08 12:00 a.m.6 views

Important: valkey security, bug fix, and enhancement update

Valkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing s...

8.8CVSS0.00888EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/07 12:30 a.m.7 views

EUVD-2026-72176

A weakness has been identified in valkey-io valkey up to 9.0.5/9.1.1. This affects the function kvstoreGetHashtable of the file src/kvstore.c. This manipulation of the argument didx causes out-of-bounds read. It is possible to initiate the attack remotely. The attack is considered to have high...

3.1CVSS4.2AI score0.00321EPSS
SaveExploits0References10
OSV
OSV
added 2026/09/07 12:00 a.m.2 views

UBUNTU-CVE-2026-85522

A vulnerability was detected in valkey-io valkey up to 9.5.4/9.1.0. Af...

6.9CVSS0.00496EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/07 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-86227

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A weakness has been identified in valkey-io valkey up to 9.0.5/9.1.1. This affects the function kvstoreGetHashtable of the file src/kvstore.c. This manipulation...

3.1CVSS4.7AI score0.00321EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/06 11:17 p.m.3 views

DEBIAN-CVE-2026-86227

A weakness has been identified in valkey-io valkey up to 9.0.5/9.1.1. This affects the function kvstoreGetHashtable of the file src/kvstore.c. This manipulation of the argument didx causes out-of-bounds read. It is possible to initiate the attack remotely. The attack is considered to have high...

2.3CVSS0.00321EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/06 11:17 p.m.6 views

CVE-2026-86227

A weakness has been identified in valkey-io valkey up to 9.0.5/9.1.1. This affects the function kvstoreGetHashtable of the file src/kvstore.c. This manipulation of the argument didx causes out-of-bounds read. It is possible to initiate the attack remotely. The attack is considered to have high...

3.1CVSS0.00321EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/06 10:15 p.m.14 views

CVE-2026-86227

valkey-io valkey (up to 9.0.5/9.1.1) contains an out-of-bounds read in the kvstoreGetHashtable function of src/kvstore.c, triggered by manipulation of the didx argument. Exploitation requires cluster mode plus an attacker-controlled dump.rdb at startup (via data-dir write access, replication feed...

3.1CVSS4.2AI score0.00321EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/06 10:15 p.m.3 views

CVE-2026-86227 valkey-io valkey kvstore.c kvstoreGetHashtable out-of-bounds

A weakness has been identified in valkey-io valkey up to 9.0.5/9.1.1. This affects the function kvstoreGetHashtable of the file src/kvstore.c. This manipulation of the argument didx causes out-of-bounds read. It is possible to initiate the attack remotely. The attack is considered to have high...

2.3CVSS4.4AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/06 10:15 p.m.7 views

CVE-2026-86227

A weakness has been identified in valkey-io valkey up to 9.0.5/9.1.1. This affects the function kvstoreGetHashtable of the file src/kvstore.c. This manipulation of the argument didx causes out-of-bounds read. It is possible to initiate the attack remotely. The attack is considered to have high...

3.1CVSS0.00321EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/06 10:15 p.m.27 views

CVE-2026-86227 valkey-io valkey kvstore.c kvstoreGetHashtable out-of-bounds

A weakness has been identified in valkey-io valkey up to 9.0.5/9.1.1. This affects the function kvstoreGetHashtable of the file src/kvstore.c. This manipulation of the argument didx causes out-of-bounds read. It is possible to initiate the attack remotely. The attack is considered to have high...

3.1CVSS0.00321EPSS
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/06 10:40 a.m.8 views

CVE-2025-67733

RESP协议注入概念验证 演示通过Valkey/Redis中的Lua脚本错误消息进行的RESP协议注入漏洞的概念验证。 文件 backend.py Flask后端模拟一个使用共享Valkey连接(连接池)的Web应用程序。 端点: 方法| 端点| 描述 ---|---|--- POST| /api/user/role| 设置用户角色 GET| /api/user/role| 获取用户角色 POST| /api/process| 执行Lua脚本 用法: root@kitploit: python backend.py password 示例 python backend.py...

8.5CVSS7.4AI score0.00586EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/09/06 12:00 a.m.12 views

PT-2026-86574

Name of the Vulnerable Software and Affected Versions valkey-io valkey versions prior to 9.0.6 valkey-io valkey versions prior to 9.1.2 Description A weakness exists in the kvstoreGetHashtable function within the src/kvstore.c file. Manipulation of the didx variable can lead to an out-of-bounds...

3.1CVSS0.00321EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/09/05 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-85522

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability was detected in valkey-io valkey up to 9.5.4/9.1.0. Affected by this vulnerability is the function createSlotImportJob of the file...

6.9CVSS5.3AI score0.00496EPSS
SaveExploits0References3
CBLMariner
CBLMariner
added 2026/09/04 9:31 p.m.6 views

CVE-2026-82631 affecting package valkey for versions less than 8.0.11-1

CVE-2026-82631 affecting package valkey for versions less than 8.0.11-1. An upgraded version of the package is available that resolves this issue...

2.2CVSS5.4AI score0.00358EPSS
SaveExploits0
OSV
OSV
added 2026/09/04 2:17 p.m.6 views

DEBIAN-CVE-2026-85522

A vulnerability was detected in valkey-io valkey up to 9.5.4/9.1.0. Affected by this vulnerability is the function createSlotImportJob of the file src/clustermigrateslots.c of the component Slot Migration. The manipulation of the argument jobname results in out-of-bounds read. The attack can be...

6.9CVSS5.2AI score0.00496EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 2:17 p.m.5 views

CVE-2026-85522

A vulnerability was detected in valkey-io valkey up to 9.5.4/9.1.0. Affected by this vulnerability is the function createSlotImportJob of the file src/clustermigrateslots.c of the component Slot Migration. The manipulation of the argument jobname results in out-of-bounds read. The attack can be...

6.9CVSS0.00496EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/04 1:45 p.m.7 views

EUVD-2026-71102

A vulnerability was detected in valkey-io valkey up to 9.5.4/9.1.0. Affected by this vulnerability is the function createSlotImportJob of the file src/clustermigrateslots.c of the component Slot Migration. The manipulation of the argument jobname results in out-of-bounds read. The attack can be...

6.9CVSS5.2AI score0.00496EPSS
SaveExploits0References9
Rows per page
Query Builder