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.
CVE-2026-46625
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.5%, top 59% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EG Risk
- 65(Attend)EG Risk 65/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity75% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 1%
- EPSS %ILE
- 49%
- KEV
- Not listed
Published
May 21, 2026
Last Modified
August 19, 2026
Advisory Details (3)
Auto-updated Jun 11, 2026Per-instance prototype hijack in assign() enables cookie-attribute injection · Advisory · js-cookie/js-cookie · GitHub
https://github.com/js-cookie/js-cookie/security/advisories/GHSA-qjx8-664m-686jv3.0.7
Patch available: js-cookie/js-cookie v3.0.7
https://github.com/js-cookie/js-cookie/releases/tag/v3.0.7commit eb3c40e89731 (js-cookie/js-cookie)
Patch available: js-cookie/js-cookie v3.0.7 (contains commit eb3c40e89731)
https://github.com/js-cookie/js-cookie/commit/eb3c40e89731e99b8970faaf35ddad249c6c0020Vendor Advisories for CVE-2026-46625(9)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:56357Red Hat Product SecurityHigh
Red Hat Security Advisory: Ansible plug-ins for Red Hat Developer Hub Product Release Update
- RHSA-2026:56338Red Hat Product SecurityHigh
Red Hat Security Advisory: Ansible plug-ins for Red Hat Developer Hub Product Release Update
- RHSA-2026:52768Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Developer Hub 1.9.8 release.
- RHSA-2026:49642Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Developer Hub 1.10.3 release.
- RHSA-2026:48151Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat build of Cryostat security update
- RHSA-2026:48126Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat Developer Hub 1.10.3 Plugin Catalog GA plugins release.
- RHSA-2026:36625Red Hat Product SecurityHigh
Red Hat Security Advisory: RHACS 4.10.5 security and bug fix update
- RHSA-2026:33183Red Hat Product SecurityHigh
Red Hat Security Advisory: Kiali 2.22.6 for Red Hat OpenShift Service Mesh 3.3
- +1 more
Patch Availability(8)
| Vendor / Ecosystem | Fixed in / Patch | Released | Source |
|---|---|---|---|
| redhat | ansible-automation-platform/automation-portal:1787047114 | 2026-08-18 | redhat |
| redhat | ansible-automation-platform/automation-portal:1787047188 | 2026-08-18 | redhat |
| redhat | rhdh/rhdh-hub-rhel9:1785972843 | 2026-08-10 | redhat |
| redhat | rhdh/rhdh-hub-rhel9:1785411652 | 2026-08-03 | redhat |
| redhat | cryostat/cryostat-grafana-dashboard-rhel9:4.2.0-13 | 2026-07-29 | redhat |
| redhat | rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets:1785332928 | 2026-07-29 | redhat |
| redhat | advanced-cluster-security/rhacs-main-rhel8:1783357140 | 2026-07-08 | redhat |
| redhat | openshift-service-mesh/kiali-rhel9:1782201466 | 2026-06-29 | redhat |
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(5 across 5 ecosystems)
Debian:11(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| node-js-cookie | 2.2.1-1 ... 3.0.7+~3.0.6-2 (8 versions) | — | — |
Debian:12(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| node-js-cookie | 3.0.1+~3.0.0-3, 3.0.7+~3.0.6-1, 3.0.7+~3.0.6-2 | — | — |
Debian:13(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| node-js-cookie | 3.0.1+~3.0.0-3, 3.0.7+~3.0.6-1, 3.0.7+~3.0.6-2 | — | — |
Debian:14(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| node-js-cookie | 3.0.1+~3.0.0-3 | 3.0.7+~3.0.6-1 | — |
npm(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| js-cookie | — | 3.0.7 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 21× in last 7d / 100× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
Showing the most recent 100 of 149 total refreshes for this CVE.
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 18:42 UTCEG score recompute
- 2026-08-20 18:42 UTCVendor advisory
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 12:27 UTCEG score recompute
- 2026-08-19 12:27 UTCVendor advisory
- 2026-08-19 12:11 UTCEG score recompute
- 2026-08-19 12:11 UTCVendor advisory
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-17 09:46 UTCVendor advisory
- 2026-08-16 16:49 UTCEG score recompute
- 2026-08-16 16:49 UTCVendor advisory
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 03:22 UTCEG score recompute
- 2026-08-16 03:22 UTCVendor advisory
- 2026-08-16 02:14 UTCEPSS rescore
- 2026-08-15 03:12 UTCEG score recompute
- 2026-08-15 03:12 UTCVendor advisory
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 14:14 UTCVendor advisory
- 2026-08-14 01:55 UTCEG score recompute
- 2026-08-14 01:55 UTCVendor advisory
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 12:28 UTCEG score recompute
Show 75 moreShow fewer
- 2026-08-13 12:28 UTCVendor advisory
- 2026-08-13 02:32 UTCVendor advisory
- 2026-08-12 14:13 UTCEG score recompute
- 2026-08-12 14:13 UTCVendor advisory
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-12 01:42 UTCEG score recompute
- 2026-08-12 01:42 UTCVendor advisory
- 2026-08-11 13:23 UTCEG score recompute
- 2026-08-11 13:23 UTCVendor advisory
- 2026-08-11 12:23 UTCEG score recompute
- 2026-08-11 12:23 UTCVendor advisory
- 2026-08-11 01:43 UTCEG score recompute
- 2026-08-11 01:43 UTCVendor advisory
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-10 13:23 UTCEG score recompute
- 2026-08-10 13:23 UTCVendor advisory
- 2026-08-10 12:26 UTCEG score recompute
- 2026-08-10 12:26 UTCVendor advisory
- 2026-08-10 02:03 UTCEG score recompute
- 2026-08-10 02:03 UTCVendor advisory
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-09 13:45 UTCVendor advisory
- 2026-08-09 01:26 UTCEG score recompute
- 2026-08-09 01:26 UTCVendor advisory
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-08 03:20 UTCEG score recompute
- 2026-08-08 03:20 UTCVendor advisory
- 2026-08-07 15:01 UTCVendor advisory
- 2026-08-07 02:42 UTCVendor advisory
- 2026-08-06 14:23 UTCEG score recompute
- 2026-08-06 14:23 UTCVendor advisory
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-06 02:03 UTCEG score recompute
- 2026-08-06 02:03 UTCVendor advisory
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 13:44 UTCEG score recompute
- 2026-08-05 13:44 UTCVendor advisory
- 2026-08-05 12:32 UTCEG score recompute
- 2026-08-05 12:32 UTCVendor advisory
- 2026-08-04 15:10 UTCEPSS rescore
- 2026-08-04 13:26 UTCEG score recompute
- 2026-08-04 13:26 UTCVendor advisory
- 2026-08-04 12:34 UTCEG score recompute
- 2026-08-04 12:34 UTCVendor advisory
- 2026-08-04 10:39 UTCEPSS rescore
- 2026-08-04 05:25 UTCVendor advisory
- 2026-08-03 16:50 UTCEG score recompute
- 2026-08-03 16:50 UTCVendor advisory
- 2026-08-03 10:36 UTCEPSS rescore
- 2026-08-02 18:01 UTCVendor advisory
- 2026-08-02 05:42 UTCEG score recompute
- 2026-08-02 05:42 UTCVendor advisory
- 2026-08-02 02:27 UTCEPSS rescore
- 2026-08-01 17:23 UTCEG score recompute
- 2026-08-01 17:23 UTCVendor advisory
- 2026-08-01 04:16 UTCEPSS rescore
- 2026-07-30 16:28 UTCEPSS rescore
- 2026-07-30 12:25 UTCEG score recompute
- 2026-07-30 12:25 UTCVendor advisory
- 2026-07-30 12:07 UTCEG score recompute
- 2026-07-30 12:07 UTCVendor advisory
- 2026-07-30 01:30 UTCEPSS rescore
- 2026-07-29 17:40 UTCEG score recompute
- 2026-07-29 17:40 UTCVendor advisory
- 2026-07-28 15:36 UTCEPSS rescore
- 2026-07-27 14:13 UTCEPSS rescore
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 08:08 UTCEG score recompute
- 2026-07-26 08:08 UTCVendor advisory
- 2026-07-25 14:18 UTCEPSS rescore
- 2026-07-24 14:17 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 2026-07-23 03:17 UTCEG score recompute
- 2026-07-22 14:08 UTCEPSS rescore
Frequently asked(5)
What is CVE-2026-46625?
When was CVE-2026-46625 disclosed?
Is CVE-2026-46625 actively exploited?
What is the CVSS score of CVE-2026-46625?
How do I remediate CVE-2026-46625?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-46625
Is Your Infrastructure Affected by CVE-2026-46625?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.