结构: Simple
Abstraction: Variant
状态: Incomplete
被利用可能性: unkown
The application uses a cache to maintain a pool of objects, threads, connections, pages, or passwords to minimize the time it takes to access them or the resources to which they connect. If implemented improperly, these caches can allow access to unauthorized information or cause a denial of service vulnerability.
cwe_Nature: ChildOf cwe_CWE_ID: 200 cwe_View_ID: 1000 cwe_Ordinal: Primary
cwe_Nature: ChildOf cwe_CWE_ID: 200 cwe_View_ID: 699 cwe_Ordinal: Primary
范围 | 影响 | 注释 |
---|---|---|
Confidentiality | Read Application Data |
策略:
Protect information stored in cache.
策略:
Do not store unnecessarily sensitive information in the cache.
策略:
Consider using encryption in the cache.