| Details | |
|---|---|
| Alert ID | 200018 |
| Alert Type | Tool |
| Status | alpha |
| Risk | Low |
| CWE | 525 |
| WASC | |
| Technologies Targeted | All |
| Tags |
CWE-525 OWASP_2021_A05 TOOL_PTK |
Summary
Flags potentially risky cacheability for responses that appear user-specific and missing cache partitioning indicators.
Generated by OWASP PTK DAST Module
Solution
• Mark authenticated or user-specific responses as Cache-Control: no-store. • Use appropriate Vary headers for responses that change by user or origin.Other Info
References
- https://owasp.org/Top10/2025/A02_2025-Security_Misconfiguration/
- https://cwe.mitre.org/data/definitions/525.html