AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-23436

MEDIUM · CVSS 5.6 EPSS 1.78% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2021-09-01 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2021-23436
Severity
MEDIUM
CVSS
5.6
EPSS
1.78%

Original NVD Description

This affects the package immer before 9.0.6. A type confusion vulnerability can lead to a bypass of CVE-2020-28477 when the user-provided keys used in the path parameter are arrays. In particular, this bypass is possible because the condition (p === "__proto__" || p === "constructor") in applyPatches_ returns false if p is ['__proto__'] (or ['constructor']). The === operator (strict equality operator) returns false if the operands have different type.