| Details | |
|---|---|
| Alert ID | 210010-2 |
| Alert Type | Tool |
| Status | alpha |
| Risk | Medium |
| CWE | 345 |
| WASC | |
| Technologies Targeted | All |
| Tags |
CWE-345 OWASP_2021_A01 OWASP_2025_A01 TOOL_PTK |
Summary
Tainted data sent via window.postMessage to a different origin.
Generated by OWASP PTK IAST Module
Solution
• Use a strict targetOrigin and validate event.origin. • Validate and sanitize event.data before use.Other Info
References
- https://owasp.org/www-community/attacks/Clickjacking
- https://cwe.mitre.org/data/definitions/345.html