ID CVE-2022-35951
Summary Redis is an in-memory database that persists on disk. Versions 7.0.0 and above, prior to 7.0.5 are vulnerable to an Integer Overflow. Executing an `XAUTOCLAIM` command on a stream key in a specific state, with a specially crafted `COUNT` argument may cause an integer overflow, a subsequent heap overflow, and potentially lead to remote code execution. This has been patched in Redis version 7.0.5. No known workarounds exist.
References
Vulnerable Configurations
  • cpe:2.3:a:redis:redis:7.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:redis:redis:7.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:redis:redis:7.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:redis:redis:7.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:redis:redis:7.0.2:*:*:*:*:*:*:*
    cpe:2.3:a:redis:redis:7.0.2:*:*:*:*:*:*:*
  • cpe:2.3:a:redis:redis:7.0.3:*:*:*:*:*:*:*
    cpe:2.3:a:redis:redis:7.0.3:*:*:*:*:*:*:*
  • cpe:2.3:a:redis:redis:7.0.4:*:*:*:*:*:*:*
    cpe:2.3:a:redis:redis:7.0.4:*:*:*:*:*:*:*
  • cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*
    cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*
CVSS
Base: None
Impact:
Exploitability:
CWE CWE-190
CAPEC
  • Forced Integer Overflow
    This attack forces an integer variable to go out of range. The integer variable is often used as an offset such as size of memory allocation or similarly. The attacker would typically control the value of such variable and try to get it out of range. For instance the integer in question is incremented past the maximum possible value, it may wrap to become a very small, or negative number, therefore providing a very incorrect value which can lead to unexpected behavior. At worst the attacker can execute arbitrary code.
Access
VectorComplexityAuthentication
Impact
ConfidentialityIntegrityAvailability
Last major update 09-11-2022 - 20:40
Published 23-09-2022 - 04:15
Last modified 09-11-2022 - 20:40
Back to Top