36 vulnerabilities classified as CWE-524 (通过缓存导致的信息暴露). AI Chinese analysis included.
CWE-524 represents a critical information exposure weakness where applications store sensitive data in caches that remain accessible to unauthorized actors outside the intended security boundary. This vulnerability typically arises when developers prioritize performance optimization by caching resources like passwords, financial records, or session tokens without implementing adequate access controls or encryption. Attackers exploit this flaw by accessing the underlying cache storage, often through memory inspection, shared hosting environments, or indirect file system access, thereby retrieving confidential information that should remain isolated. To mitigate this risk, developers must ensure that cached data is strictly encrypted, ephemeral, or restricted to privileged processes. Implementing rigorous memory management practices, clearing sensitive entries immediately after use, and applying the principle of least privilege to cache access mechanisms are essential strategies for preventing unintended data leakage and maintaining robust application security.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2023-37486 | Information Disclosure vulnerability in SAP Commerce (OCC API) — SAP Commerce (OCC API) | 5.9 | Medium | 2023-08-08 |
| CVE-2022-3292 | Use of Cache Containing Sensitive Information in ikus060/rdiffweb — ikus060/rdiffweb | 6.5 | - | 2022-09-28 |
| CVE-2021-24027 | Facebook WhatsApp 安全漏洞 — WhatsApp Business for Android | 7.5 | - | 2021-04-06 |
| CVE-2019-14997 | Atlassian Jira 安全漏洞 — Jira | 4.3 | - | 2019-09-11 |
| CVE-2019-11244 | kubectl creates world-writeable cached schema files — Kubernetes | 5.5 | - | 2019-04-22 |
| CVE-2019-9495 | The implementations of EAP-PWD in hostapd and wpa_supplicant are vulnerable to side-channel attacks as a result of cache access patterns — hostapd with EAP-pwd support | 5.9 | - | 2019-04-17 |
Vulnerabilities classified as CWE-524 (通过缓存导致的信息暴露) represent 36 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.