CWE-525

Use of Web Browser Cache Containing Sensitive Information
AI Translation Available

The web application does not use an appropriate caching policy that specifies the extent to which each web page and associated form fields should be cached.

Status
incomplete
Abstraction
variant
Web Based Web Server

Common Consequences

confidentiality
Impacts
read application data

Potential Mitigations

Phases:
architecture and design implementation
Descriptions:
• Protect information stored in cache.
• Do not store unnecessarily sensitive information in the cache.
• Use a restrictive caching policy for forms and web pages that potentially contain sensitive information.
• Consider using encryption in the cache.