Skip to main content

Integer Overflow or Wraparound

CVE-2025-46817

Severity High
Score 8.8/10

Summary

Redis is an open source, in-memory database that persists on disk. Versions prior to 6.2.20, 7.x prior to 7.2.11, 7.4.x prior to 7.4.6, 8.0.x prior to 8.0.4, 8.2.x prior to 8.2.2 and 8.4-m01-int allow an authenticated user to use a specially crafted Lua script to cause an Integer Overflow and potentially lead to Remote Code Execution.

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

CWE-190 - Integer Overflow or Wraparound

The software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.

Advisory Timeline

  • Published