URL Parameter Injection
URL components like query parameters or hash fragments are directly inserted into document.write.
DOM-based XSS vulnerability in browser JavaScript where untrusted URL components are inserted into the page using document.write without HTML encoding or validation, enabling attackers to inject and execute malicious scripts in the victim's browser context.
Configuration changes required - see explanation below.
Configuration changes required - see explanation below.
URL components like query parameters or hash fragments are directly inserted into document.write.
Sourcery automatically identifies cross-site scripting (xss) from url data in document.write in browser and many other security issues in your codebase.