mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
19 lines
759 B
Markdown
19 lines
759 B
Markdown
### [CVE-2024-53382](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53382)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Prism (aka PrismJS) through 1.29.0 allows DOM Clobbering (with resultant XSS for untrusted input that contains HTML but does not directly contain JavaScript), because document.currentScript lookup can be shadowed by attacker-injected HTML elements.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/jackfromeast/dom-clobbering-collection
|
|
- https://github.com/okalashnikov/t_case
|
|
|