---
id: CVE-2026-97057
title: >-
  redis-parser through 3.0.0 fails to validate the multi-bulk length value in
  RESP protocol parsing, allowing attackers to trigger an uncaught RangeError by
  supplying an excessively large declared length
summary: >-
  redis-parser through 3.0.0 fails to validate the multi-bulk length value in
  RESP protocol parsing, allowing attackers to trigger an uncaught RangeError by
  supplying an excessively large declared length. A malicious or compromised
  Redis e…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-1284
vendor: NodeRedis
product: redis-parser
affected:
  - redis-parser <= 3.0.0
published: '2026-09-24'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T21:08:55.030'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-97057'
references:
  - url: 'https://github.com/NodeRedis/node-redis-parser'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/NodeRedis/node-redis-parser/blob/4c2d31c8717f05dea1ffd91a0e45d68f452c73bd/lib/parser.js#L108-L122
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/NodeRedis/node-redis-parser/blob/4c2d31c8717f05dea1ffd91a0e45d68f452c73bd/lib/parser.js#L212
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/NodeRedis/node-redis-parser/blob/4c2d31c8717f05dea1ffd91a0e45d68f452c73bd/lib/parser.js#L492-L550
    label: disclosure@vulncheck.com
  - url: 'https://github.com/NodeRedis/node-redis-parser/issues/47'
    label: disclosure@vulncheck.com
  - url: 'https://github.com/NodeRedis/node-redis-parser/issues/65'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/redis-parser-through-3.0.0-denial-of-service-via-invalid-array-length
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-24T15:31:45.966419Z'
ingestedAt: '2026-09-24T14:44:21.327Z'
---

## Overview

redis-parser through 3.0.0 fails to validate the multi-bulk length value in RESP protocol parsing, allowing attackers to trigger an uncaught RangeError by supplying an excessively large declared length. A malicious or compromised Redis endpoint can deliver a crafted RESP header with a length above 2^32-1 to crash the Node.js client process.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
