Skip to content

Instantly share code, notes, and snippets.

@cd80
Last active January 12, 2024 01:52
Show Gist options
  • Save cd80/33ab71cc49c42feb55de3e574753320f to your computer and use it in GitHub Desktop.
Save cd80/33ab71cc49c42feb55de3e574753320f to your computer and use it in GitHub Desktop.
CesiumJS v1.111 DOM based XSS
- CVE ID
CVE-2023-48094
- Name of affected product and versions
https://github.com/CesiumGS/cesium
version <= 1.111
- Problem type
Attacker can execute arbitrary javascript code in victim's browser by sending specifically crafted url that exploits DOM based XSS in Apps/Sandcastle/standalone.html.
- Description
There is a DOM based XSS vulnerability in Apps/Sandcastle/standalone.html due to creating script tag with unsanitzed location.hash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment