CVE-2026-71437: Prototype Pollution Nested Object Assignmentcve-2026-71437-prototype-pollution-nested-object-assignment
Dynamically initializing and indexing nested object properties using unvalidated keys can lead to prototype pollution if a key equals `__proto__` or `constructor`. Use `Map`, `Object.create(null)`, or sanitize property keys.