Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-46625 Details

Description

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 keys. Because the consuming set() function then enumerates the merged object with another for...in, every key the attacker placed on the polluted prototype lands in the resulting Set-Cookie string as an attribute pair. The attacker can set domain=, secure=, samesite=, expires=, and path= on cookies whose attributes the developer thought were locked down. This issue has been patched in version 3.0.7.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:33183 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:36625 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:48126 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:48151 redhat-SADPThird Party Advisory
https://access.redhat.com/errata/RHSA-2026:49642 redhat-SADPThird Party Advisory

see all 17 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1321Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')[email protected]
CWE-915Improperly Controlled Modification of Dynamically-Determined Object Attributesredhat-SADP

Affected Products

ProductVersions

Change History

23 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-46625
NVD Published Date:
Jun 10, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-46625 Details - Not Deferred