Skip to main content

Improper Input Validation

CVE-2024-31449

Severity High
Score 8.8/10

Summary

Redis is an open source, in-memory database that persists on disk. An authenticated user may use a specially crafted Lua script to trigger a stack buffer overflow in the bit library, which may potentially lead to remote code execution. The problem exists in all versions of Redis with Lua scripting. This issue affects redius versions 2.8.18 through 2.8.24, 3.0.0-rc2 through 6.2.15, 7.0-rc1 through 7.2.5, 7.4-rc1 through 7.4.0 and 8.0-m01.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • LOW
  • HIGH
  • HIGH

CWE-20 - Improper Input Validation

The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Advisory Timeline

  • Published