CVE-2026-46625
js-cookie js-cookie, Cryostat 4 on RHEL 9, Red Hat Advanced Cluster Security for Kubernetes 4.10
JavaScript Cookie is a JavaScript API for handling cookies, client-side. Prior to version 3.0.7, js-cookie's internal assign() helper copies properties with for...in + plain assignment. When the source object is produced by JSON.parse, the JSON object's "__proto__" member is an own enumerable property, so the for…in enumerates it and the target[key] = source[key] write triggers the Object.prototype.__proto__ setter on the fresh target ({}). The result is a per-instance prototype hijack: Object.prototype itself is untouched, but the merged attributes object now inherits attacker-controlled k...
- CVSS
- 7.5
- EPSS
- 0.51% 40.8% percentile
- CISA KEV
- Not listed
- Published
- 2026.06.11