CVE-2025-67733
Modified
Modified - Updated After Analysis
Lua Script Injection in Valkey Causes Data Tampering Risk
Vulnerability report for CVE-2025-67733, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-02-23
Last updated on: 2026-06-30
Assigner: GitHub, Inc.
Description
Description
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 user can use scripting commands to inject arbitrary information into the response stream for the given client, potentially corrupting or returning tampered data to other users on the same connection. The error handling code for lua scripts does not properly handle null characters. Versions 9.0.2, 8.1.6, 8.0.7, and 7.2.12 fix the issue.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lfprojects | valkey | to 7.2.12 (exc) |
| lfprojects | valkey | From 8.0.0 (inc) to 8.0.7 (exc) |
| lfprojects | valkey | From 8.1.0 (inc) to 8.1.6 (exc) |
| lfprojects | valkey | From 9.0.0 (inc) to 9.0.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
| CWE-170 | The product does not terminate or incorrectly terminates a string or array with a null character or equivalent terminator. |