7.5 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): None (N)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): None (N)
- Modified Availability (MA): High (H)
by @mweinelt Activity log
- Created suggestion
-
@mweinelt
ignored
5 packages
- python312Packages.valkey
- python313Packages.valkey
- python314Packages.valkey
- python313Packages.libvalkey
- python314Packages.libvalkey
- @mweinelt accepted
- @mweinelt published on GitHub
Malformed Valkey Cluster bus message can lead to Remote DoS
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 actor with access to the Valkey clusterbus port can send an invalid packet that may cause an out bound read, which might result in the system crashing. The Valkey clusterbus packet processing code does not validate that a clusterbus ping extension packet is located within buffer of the clusterbus packet before attempting to read it. Versions 9.0.2, 8.1.6, 8.0.7, and 7.2.12 fix the issue. As an additional mitigation, don't expose the cluster bus connection directly to end users, and protect the connection with its own network ACLs.
References
-
https://github.com/valkey-io/valkey/security/advisories/GHSA-c677-q3wr-gggq x_refsource_CONFIRM
Affected products
- ==>= 8.0.0, < 8.0.7
- ==>= 8.1.0, < 8.1.6
- ==< 7.2.12
- ==>= 9.0.0, < 9.0.2
Matching in nixpkgs
Ignored packages (5)
pkgs.python312Packages.valkey
None
pkgs.python313Packages.valkey
Python client for Redis key-value store
pkgs.python314Packages.valkey
Python client for Redis key-value store
pkgs.python313Packages.libvalkey
Python wrapper for libvalkey
pkgs.python314Packages.libvalkey
Python wrapper for libvalkey
Package maintainers
-
@debtquity Darren Rambaud <d.nixpkgs@ryz.dev>