CVE detail
CVE-2026-46625
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.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 22.0 · diversity 13.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
8 source links · newest first
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46625.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comJun 10, 2026, 10:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2487740bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comJun 10, 2026, 10:16 PM - https://access.redhat.com/security/cve/CVE-2026-46625access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 10, 2026, 10:16 PM - https://access.redhat.com/errata/RHSA-2026:36625access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 10, 2026, 10:16 PM - https://access.redhat.com/errata/RHSA-2026:33183access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJun 10, 2026, 10:16 PM No excerpt available.
Exploitgithub.comJun 10, 2026, 10:16 PMNo excerpt available.
Exploitgithub.comJun 10, 2026, 10:16 PMNo excerpt available.
Exploitgithub.comJun 10, 2026, 10:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-44495CVSS 7.0 · High
Axios is a promise based HTTP client for the browser and Node.js. From 0.19.0 to before 0.31.1 and 1.15.2, Axios contains prototype-pollution gadgets in request config processing.…
- CVE-2026-44494CVSS 8.7 · High
Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.16.0, the Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows…
- CVE-2026-42264CVSS 7.4 · High
Axios is a promise based HTTP client for the browser and Node.js. From version 1.0.0 to before version 1.15.2, fFive config properties (auth, baseURL, socketPath, beforeRedirect,…
- CVE-2026-42044CVSS 6.5 · Medium
Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.15.2, he Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows…
- CVE-2026-42041CVSS 4.8 · Medium
Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows…
- CVE-2026-42033CVSS 7.4 · High
Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, when Object.prototype has been polluted by any co-dependency with keys that axios rea…