cbcvebase.
CVE-2026-46625
published 2026-06-10

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…

PriorityP345high7.5CVSS 3.1
AVNACLPRNUINSUCNIHAN
EPSS
0.51%
41.3th percentile
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.

Affected

23 ranges
VendorProductVersion rangeFixed in
3scale-amp2system-rhel9
advanced-cluster-securityrhacs-main-rhel8
ansible-automation-platform-26gateway-rhel9
ansible-automation-platform-27gateway-rhel9
ansible-automation-platformautomation-portal
discoverydiscovery-ui-rhel9
grafanagrafana
js-cookiejs-cookie< 3.0.73.0.7
js-cookiejs-cookie
openshift-lightspeedlightspeed-console-plugin-419-rhel9
openshift-lightspeedlightspeed-console-plugin-rhel9
openshift-service-meshkiali-ossmc-rhel9_1782231869
openshift-service-meshkiali-rhel9_1782201466
openshift4ose-agent-installer-ui-rhel9
rhdhrhdh-hub-rhel9
rhoaiodh-dashboard-rhel9
rhoaiodh-mod-arch-automl-rhel9
rhoaiodh-mod-arch-autorag-rhel9
rhoaiodh-mod-arch-eval-hub-rhel9
rhoaiodh-mod-arch-gen-ai-rhel9
rhoaiodh-mod-arch-maas-rhel9
rhoaiodh-mod-arch-mlflow-rhel9
rhoaiodh-mod-arch-model-registry-rhel9

CVSS provenance

nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
vendor_redhat7.5HIGH
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.