๐Ÿ” CVE Alert

CVE-2026-41886

HIGH 7.5

locize Client SDK: Cross-origin DOM XSS & Handler Hijack Through Missing e.origin Validation in InContext Editor

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

locize is a localization platform that connects code and i18n setup. Prior to version 4.0.21, the locize client SDK registers a window.addEventListener("message", โ€ฆ) handler that dispatches to registered internal handlers (editKey, commitKey, commitKeys, isLocizeEnabled, requestInitialize, โ€ฆ) without validating event.origin. The pre-patch listener in src/api/postMessage.js gates dispatch on event.data.sender === "i18next-editor-frame" โ€” that value sits inside the attacker-controlled message payload, not the browser-enforced origin. Any web page that could embed or be embedded by a locize-enabled host โ€” an iframe on a third-party page, a window.open-ed victim, a parent frame reaching down โ€” could send a crafted postMessage and trigger the internal handlers. This issue has been patched in version 4.0.21.

CWE CWE-79 CWE-346
Vendor locize
Product locize
Published May 8, 2026
Last Updated May 8, 2026
Stay Ahead of the Next One

Get instant alerts for locize locize

Be the first to know when new high vulnerabilities affecting locize locize are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:H/A:L
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
High
Availability
Low

Affected Versions

locize / locize
< 4.0.21

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/locize/locize/security/advisories/GHSA-w937-fg2h-xhq2 github.com: https://github.com/locize/locize/releases/tag/v4.0.21