mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-27 10:22:48 +02:00
920 B
920 B
CVE-2022-25349
Description
All versions of package materialize-css are vulnerable to Cross-site Scripting (XSS) due to improper escape of user input (such as <not-a-tag />) that is being parsed as HTML/JavaScript, and inserted into the Document Object Model (DOM). This vulnerability can be exploited when the user-input is provided to the autocomplete component.
POC
Reference
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-2766498
- https://snyk.io/vuln/SNYK-JS-MATERIALIZECSS-2324800
Github
No PoCs found on GitHub currently.