6 vulnerabilities classified as CWE-539 (通过持久性Cookie导致的信息暴露). AI Chinese analysis included.
CWE-539 represents a data exposure weakness where web applications store sensitive information within persistent cookies. These cookies, which remain on the user’s device after the browser closes, are typically exploited by attackers who gain access to the local file system or intercept unencrypted network traffic. By reading these stored values, adversaries can steal session identifiers, authentication tokens, or personally identifiable information, leading to account takeover or privacy breaches. To mitigate this risk, developers must strictly avoid placing any confidential data in cookies. Instead, they should utilize server-side sessions for state management and ensure that any necessary client-side storage contains only non-sensitive, public identifiers. Additionally, implementing secure cookie flags, such as HttpOnly and Secure, further reduces the attack surface by preventing client-side script access and enforcing transmission over encrypted channels.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2026-35192 | Session fixation via public cached pages and SESSION_SAVE_EVERY_REQUEST — Django | 7.6 | - | 2026-05-05 |
| CVE-2026-24318 | Insecure Session Management vulnerability in SAP BusinessObjects Business Intelligence Platform — SAP BusinessObjects Business Intelligence Platform | 4.2 | Medium | 2026-04-14 |
| CVE-2025-52633 | HCL AION is susceptible to Missing Content-Security-Policy — AION | 3.1 | Low | 2026-02-03 |
| CVE-2024-39275 | Advantech ADAM-5630 Use of Persistent Cookies Containing Sensitive Information — ADAM-5630 | 8.0 | High | 2024-09-27 |
| CVE-2023-30861 | Flask vulnerable to possible disclosure of permanent session cookie due to missing Vary: Cookie header — flask | 7.5 | High | 2023-05-02 |
| CVE-2021-27463 | Emerson Rosemount X-STREAM Gas Analyzer 安全漏洞 — Emerson Rosemount X-STREAM Gas Analyzer | 5.3 | - | 2021-05-20 |
Vulnerabilities classified as CWE-539 (通过持久性Cookie导致的信息暴露) represent 6 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.