| Details | |
|---|---|
| Alert ID | 210015-4 |
| Alert Type | Tool |
| Status | alpha |
| Risk | Low |
| CWE | 601 |
| WASC | |
| Technologies Targeted | All |
| Tags |
CWE-601 OWASP_2021_A01 OWASP_2025_A01 TOOL_PTK |
Summary
Tainted URL passed to history.pushState, altering client-side navigation.
Generated by OWASP PTK IAST Module
Solution
• Allow-list navigation targets and normalize paths before use. • Avoid assigning untrusted URLs to location APIs.Other Info
References
- https://owasp.org/www-community/attacks/Unvalidated_Redirects_and_Forwards_Cheat_Sheet
- https://cwe.mitre.org/data/definitions/601.html