CWE-525: Use of Web Browser Cache Containing Sensitive Information

VariantIncomplete

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.

View on MITRE
Back to CWE Lookup

Technical Details

Structure
Simple

Applicable To

Languages
Platforms

Frequently Asked Questions

What is CWE-525: Use of Web Browser Cache Containing Sensitive Information?+

CWE-525: Use of Web Browser Cache Containing Sensitive Information is a Common Weakness Enumeration (CWE) entry maintained by MITRE. 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.

What are the security consequences of Use of Web Browser Cache Containing Sensitive Information?+

If exploited, CWE-525 (Use of Web Browser Cache Containing Sensitive Information) it can compromise Confidentiality, leading to outcomes such as Read Application Data.

How do you prevent or mitigate Use of Web Browser Cache Containing Sensitive Information?+

Recommended mitigations for CWE-525 include: Protect information stored in cache. Use a restrictive caching policy for forms and web pages that potentially contain sensitive information. Do not store unnecessarily sensitive information in the cache.

What is the difference between a CWE and a CVE?+

A CWE (Common Weakness Enumeration) like CWE-525 describes a category of software weakness — the underlying flaw type. A CVE (Common Vulnerabilities and Exposures) identifies a specific, real-world vulnerability in a particular product. In short, a CWE is the kind of mistake, and a CVE is an instance of that mistake being found in software.

Learn More