VYPR
Medium severity4.3NVD Advisory· Published Mar 12, 2026· Updated Apr 29, 2026

CVE-2026-3990

CVE-2026-3990

Description

A security flaw has been discovered in CesiumGS CesiumJS up to 1.137.0. Affected by this issue is some unknown functionality of the file Apps/Sandcastle/standalone.html. The manipulation of the argument c results in cross site scripting. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks. The presence of this vulnerability remains uncertain at this time. The vendor was contacted early about this disclosure but did not respond in any way. According to CVE-2023-48094, "the vendor's position is that Apps/Sandcastle/standalone.html is part of the CesiumGS/cesium GitHub repository, but is demo code that is not part of the CesiumJS JavaScript library product."

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Reflected XSS in CesiumJS Sandcastle standalone.html allows remote attackers to execute arbitrary JavaScript via crafted URL.

A reflected cross-site scripting (XSS) vulnerability exists in CesiumGS CesiumJS up to version 1.137.0. The issue resides in the file Apps/Sandcastle/standalone.html, where user-supplied data from the URL hash parameter #c= is processed through a three-step decoding pipeline (base64 decoding, DEFLATE decompression, and JSON parsing). The extracted properties (code, html, and baseHref) are then inserted directly into the DOM using innerHTML without sanitization, allowing injection of arbitrary HTML and JavaScript [1].

An attacker can exploit this vulnerability by crafting a malicious URL containing a specially encoded payload. When a victim clicks the link or loads the page, the payload is decoded and executed in the victim's browser. No authentication or user interaction beyond loading the URL is required. The attack vector is network-based and reflected, meaning the payload is part of the URL and not stored on the server [1].

Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's browser. This can lead to data theft (e.g., cookies, session tokens), unauthorized actions on behalf of the victim, and other client-side attacks. The vendor's position, as noted in [1] and referenced from CVE-2023-48094, is that Apps/Sandcastle/standalone.html is demo code and not part of the CesiumJS JavaScript library product. As of the publication date, no official patch has been provided; users are advised to avoid using the Sandcastle standalone viewer in production environments or to apply input validation and output encoding if deployment is necessary.

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.