CVE-2026-21864
中文标题:
(暂无数据)
英文标题:
Remote DoS from malformed RESTORE command
漏洞描述
中文描述:
(暂无数据)
英文描述:
Valkey-Bloom is a Rust based Valkey module which brings a Bloom Filter (Module) data type into the Valkey distributed key-value database. Prior to commit a68614b6e3845777d383b3a513cedcc08b3b7ccd, a specially crafted `RESTORE` command can cause Valkey to hit an assertion, causes the server to shutdown. Valkey modules are required to handle errors in RDB parsing by using `VALKEYMODULE_OPTIONS_HANDLE_IO_ERRORS` flag. If this flag is not set, errors encountered during parsing result in a system assertion which shuts down the system. Even though the Valkey-bloom module correctly handled the parsing, it did not originally set the flag. Commit a68614b6e3845777d383b3a513cedcc08b3b7ccd contains a patch. One may mitigate this defect by disabling the `RESTORE` command if it is unused by one's application.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| valkey-io | valkey-bloom | < a68614b6e3845777d383b3a513cedcc08b3b7ccd | - | - |
cpe:2.3:a:valkey-io:valkey-bloom:<_a68614b6e3845777d383b3a513cedcc08b3b7ccd:*:*:*:*:*:*:*
|
| lfprojects | valkey-bloom | * | - | - |
cpe:2.3:a:lfprojects:valkey-bloom:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
3.1 (cna)
MEDIUMCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2026-21864 |
2026-02-24 03:19:36 | 2026-02-23 22:00:01 |
| NVD | nvd_CVE-2026-21864 |
2026-02-25 02:00:04 | 2026-02-24 22:00:03 |
版本与语言
安全公告
变更历史
查看详细变更
- affected_products_count: 1 -> 2
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']