๐Ÿ” CVE Alert

CVE-2026-44451

CRITICAL 9.3

Lumiverse: TSX component sandbox escape via DOM ref and string-split identifier bypass

CVSS Score
9.3
EPSS Score
0.0%
EPSS Percentile
12th

Lumiverse is a full-featured AI chat application. Prior to 0.9.7, the component override system transpiles user-supplied TSX via Sucrase and evaluates it with new Function, shadowing dangerous globals (fetch, window, eval, etc.) with undefined. A static source validator (validateComponentOverrideSource) additionally blocks these identifiers by word-boundary regex. Both controls are bypassed. String-split bypass of the static validator: any blocked identifier can be reconstructed at runtime from string fragments ('ownerDoc' + 'ument'). DOM ref escape from the sandbox: useRef and useEffect are provided in scope. A ref attached to a rendered element gives a live DOM node. From any real DOM node, node['ownerDoc'+'ument']['def'+'aultView'] yields the real window, bypassing all identifier shadows. Theme packs (.lumitheme / .lumiverse-theme) are the shareable delivery mechanism. A malicious pack is an exploit path: the victim imports the file, enables one component override in the Theme Editor, and the payload fires in their authenticated session.This vulnerability is fixed in 0.9.7.

CWE CWE-693
Vendor prolix-oc
Product lumiverse
Published May 26, 2026
Last Updated May 27, 2026
Stay Ahead of the Next One

Get instant alerts for prolix-oc lumiverse

Be the first to know when new critical vulnerabilities affecting prolix-oc lumiverse 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:L/PR:N/UI:R/S:C/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

prolix-oc / Lumiverse
< 0.9.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/prolix-oc/Lumiverse/security/advisories/GHSA-rgp6-55rw-5xf4