CWE · MITRE source
CWE-524Use of Cache Containing Sensitive Information
The code uses a cache that contains sensitive information, but the cache can be read by an actor outside of the intended control sphere.
Applications may use caches to improve efficiency when communicating with remote entities or performing intensive calculations. A cache maintains a pool of objects, threads, connections, pages, financial data, passwords, or other resources to minimize the time it takes to initialize and access these resources. If the cache is accessible to unauthorized actors, attackers can read the cache and obtain this sensitive information.
Last updated: 09 May 2026 03:25 UTC
NIST 800-53 r5 controls that address this weakness (1)AI
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
SI-21 | Information Refresh | SI | Refreshing cached data or generating it ephemerally and deleting afterward directly mitigates storage of sensitive information in caches. |
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2021-24027 | 1.9 | 7.5 | 0.0611 | 2021-04-06 |
CVE-2025-64762 | 1.8 | 9.1 | 0.0008 | 2025-11-21 |
CVE-2024-27917 | 1.5 | 7.5 | 0.0012 | 2024-03-06 |
CVE-2024-45596 | 1.5 | 7.4 | 0.0075 | 2024-09-10 |
CVE-2024-12314 | 1.4 | 7.2 | 0.0008 | 2025-02-18 |
CVE-2019-9494 | 1.3 | 5.9 | 0.0145 | 2019-04-17 |
CVE-2025-69202 | 1.3 | 6.5 | 0.0006 | 2025-12-29 |
CVE-2026-25540 | 1.3 | 6.5 | 0.0002 | 2026-02-04 |
CVE-2023-37486 | 1.2 | 5.9 | 0.0017 | 2023-08-08 |
CVE-2025-57752 | 1.2 | 6.2 | 0.0007 | 2025-08-29 |
CVE-2025-9901 | 1.2 | 5.9 | 0.0004 | 2025-09-03 |
CVE-2019-9495 | 1.1 | 3.7 | 0.0593 | 2019-04-17 |
CVE-2022-32909 | 1.1 | 5.5 | 0.0007 | 2022-11-01 |
CVE-2021-44854 | 1.1 | 5.3 | 0.0020 | 2022-12-26 |
CVE-2024-0874 | 1.1 | 5.3 | 0.0016 | 2024-04-25 |
CVE-2024-49580 | 1.1 | 5.3 | 0.0001 | 2024-10-17 |
CVE-2025-5141 | 1.1 | 5.5 | 0.0007 | 2025-06-17 |
CVE-2025-61598 | 1.1 | 5.3 | 0.0005 | 2025-10-28 |
CVE-2025-69581 | 1.1 | 5.5 | 0.0001 | 2026-01-16 |
CVE-2026-24472 | 1.1 | 5.3 | 0.0001 | 2026-01-27 |
CVE-2025-14806 | 1.1 | 5.7 | 0.0001 | 2026-03-17 |
CVE-2019-11244 | 1.0 | 5.0 | 0.0010 | 2019-04-22 |
CVE-2024-41906 | 1.0 | 4.8 | 0.0036 | 2024-08-13 |
CVE-2019-14997 | 0.9 | 4.3 | 0.0020 | 2019-09-11 |
CVE-2022-3292 | 0.9 | 4.6 | 0.0025 | 2022-09-28 |