Vulnerabilities

1 via 1 paths

Dependencies

18

Source

GitHub

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity
new

Uncontrolled Recursion

  • Vulnerable module: ioredis
  • Introduced through: ioredis@5.11.1

Detailed paths

  • Introduced through: appolo-queue@shmoop207/appolo-queue ioredis@5.11.1
    Remediation: Upgrade to ioredis@6.0.0.

Overview

ioredis is a Redis client for Node.js.

Affected versions of this package are vulnerable to Uncontrolled Recursion in the RESP protocol parser in lib/parser.js. An attacker can crash the Node.js client process by sending crafted RESP byte streams with repeated nested array headers. The parser recurses while handling nested arrays, exhausting the V8 call stack and triggering an uncaught RangeError. In affected deployments that consume data from a malicious or compromised Redis endpoint, this terminates the process and disrupts Redis client operations.

Remediation

Upgrade ioredis to version 6.0.0-beta.1 or higher.

References