LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31144: Potential heap overflow in Redis

Redis is an in-memory database that persists on disk. A specially crafted `XAUTOCLAIM` command on a stream key in a specific state may result with heap overflow, and potentially remote code execution. This problem affects versions on the 7.x branch prior to 7.0.4. The patch is released in version 7.0.4.

HighCVSS 7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Redis 7.0.0 through 7.0.3 has a heap overflow flaw triggered by a crafted XAUTOCLAIM command against a stream key in a specific state. The Redis advisory says this could potentially lead to remote code execution. The vendor fixed it in Redis 7.0.4.

Executive priority

Prioritize remediation where Redis 7.0.x is reachable by applications, users, or networks beyond a tightly controlled trust boundary. This is not marked as actively exploited in the supplied evidence, but potential code execution against a data infrastructure component warrants prompt patch tracking.

Technical view

CVE-2022-31144 is a CWE-122 heap-based buffer overflow in Redis stream handling for XAUTOCLAIM. The published CVSS 3.1 score is 7.0 with low privileges, high attack complexity, no user interaction, and high confidentiality, integrity, and availability impact. Affected versions are Redis 7.0.0 to before 7.0.4.

Likely exposure

Exposure is limited to environments running Redis 7.x releases before 7.0.4, specifically 7.0.0 through 7.0.3. Organizations using Redis through operating system packages, appliances, or embedded vendor products should verify vendor status rather than assuming upstream version strings tell the whole story.

Exploitation context

The bundle provides no evidence of CISA KEV listing or active exploitation. Exploitation requires low privileges and a specific stream key state, with high complexity. Because the stated impact includes potential remote code execution, vulnerable internet-facing or broadly accessible Redis services should be treated seriously.

Researcher notes

The key constraints are XAUTOCLAIM, stream keys, a specific internal state, Redis 7.0.0-7.0.3, and high attack complexity. Do not broaden affected versions beyond the supplied range. The sources name the fix version but do not provide a safe compensating control.

Mitigation direction

  • Upgrade Redis to version 7.0.4 or later.
  • Apply Redis fixes supplied by your operating system or product vendor.
  • Review NetApp and Gentoo advisories if those ecosystems apply.
  • If patching is delayed, check vendor guidance for supported temporary mitigations.

Validation and detection

  • Inventory Redis deployments and record exact runtime versions.
  • Flag Redis 7.0.0, 7.0.1, 7.0.2, and 7.0.3 as affected.
  • Confirm patched systems report Redis 7.0.4 or later.
  • Check vendor package advisories for backported fixes or affected embedded Redis copies.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-122: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31144 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7CVSS 3.1HighCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H15.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7High
CVSS 3.1 vector shape for CVE-2022-31144Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
redisredis>= 7.0.0, < 7.0.4Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-122 · source CWE mapping

Heap-based Buffer Overflow

Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.