Valkey-Bloom Remote Denial-of-Service Vulnerability via Malformed RESTORE Command

Vulnerability

A denial-of-service vulnerability has been identified in the Valkey-Bloom module for the Valkey distributed key-value database, affecting versions through 1.0.1. The issue arises when a specially crafted 'RESTORE' command is sent, causing the Valkey server to hit an assertion and shut down. This problem occurs because Valkey modules must use the 'VALKEYMODULE_OPTIONS_HANDLE_IO_ERRORS' flag to manage errors during RDB parsing. If the flag is not set, parsing errors lead to a system assertion that crashes the server. While the Valkey-Bloom module properly handled RDB data parsing, it initially failed to activate the necessary error-handling flag. The vulnerability has been patched in version 1.0.1.

Impact

Exploitation of this vulnerability leads to a remote denial-of-service condition, causing the Valkey server to crash.

Reproduction

The vulnerability can be reproduced by sending a malformed 'RESTORE' command to a Valkey server running the affected version of the Valkey-Bloom module. This can be done using a Valkey client that supports the 'RESTORE' command. After the server receives the command, it will hit an assertion and shut down, demonstrating the denial-of-service condition.

Remediation

Users can upgrade to Valkey-Bloom version 1.0.1, which includes the necessary patch. If the update is not possible, the 'RESTORE' command can be disabled if it is not needed by the application.

Added: Feb 24, 2026, 1:22 AM
Updated: Feb 24, 2026, 1:22 AM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
2.5
exploitability
5.8
remediation
0.0
relevance
3.1
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.