CWE · MITRE source
CWE-488Exposure of Data Element to Wrong Session
The product does not sufficiently enforce boundaries between the states of different sessions, causing data to be provided to, or used by, the wrong session.
Data can "bleed" from one session to another through member variables of singleton objects, such as Servlets, and objects from a shared pool. In the case of Servlets, developers sometimes do not understand that, unless a Servlet implements the SingleThreadModel interface, the Servlet is a singleton; there is only one instance of the Servlet, and that single instance is used and re-used to handle multiple requests that are processed simultaneously by different threads. A common result is that developers use Servlet member fields in such a way that one user may inadvertently see another user's data. In other words, storing user data in Servlet member fields introduces a data access race condition.
Last updated: 22 August 2026 14:14 UTC
Control responseHuman-reviewed
Answering this weakness across the control lifecycle, from our framework cross-walks.
PR.AA-05PR.DS-10PR.IR-01SC-4Information in Shared System Resources
—
—
—
NIST 800-53 r5 controls that address this weakness (0)AI-assisted
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
| No NIST controls proposed yet. | |||
MITRE ATT&CK techniques this weakness enables
Our own two-way CWE↔ATT&CK cross-walk — a direct mapping with no public source (the CWE→CAPEC→ATT&CK chain leaves most top weaknesses, incl. XSS and SQLi, mapped to nothing).
Direction: ← other covers this;
→ this covers other (F/M/P = full / mostly /
partial). gov = governs / implements (a mandate, not coverage).
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2026-16498 | 7.3 | 10.0 | 0.0033 | 2026-07-28 |
CVE-2026-16326 | 7.3 | 10.0 | 0.0030 | 2026-07-29 |
CVE-2024-27455 UPD | 6.9 | 9.1 | 0.0065 | 2024-02-26 |
CVE-2025-47928 UPD | 6.9 | 9.1 | 0.0060 | 2025-05-15 |
CVE-2024-38367 UPD | 6.8 | 8.2 | 0.1113 | 2024-07-01 |
CVE-2025-1247 UPD | 6.4 | 8.3 | 0.0077 | 2025-02-13 |
CVE-2024-6162 UPD | 6.2 | 7.5 | 0.0170 | 2024-06-20 |
CVE-2023-6519 UPD | 5.9 | 7.5 | 0.0051 | 2024-02-08 |
CVE-2024-5148 UPD | 5.9 | 7.5 | 0.0057 | 2024-09-02 |
CVE-2025-30073 UPD | 5.8 | 7.5 | 0.0036 | 2025-03-26 |
CVE-2023-1907 UPD | 5.7 | 8.0 | 0.0045 | 2025-01-09 |
CVE-2026-34391 | 5.6 | 7.5 | 0.0016 | 2026-03-27 |
CVE-2026-54311 | 5.6 | 7.7 | 0.0032 | 2026-06-23 |
CVE-2024-27935 UPD | 5.5 | 7.2 | 0.0072 | 2024-03-21 |
CVE-2024-41977 UPD | 5.4 | 7.1 | 0.0044 | 2024-08-13 |
CVE-2022-40210 UPD | 5.1 | 6.8 | 0.0020 | 2023-05-10 |
CVE-2025-15576 UPD | 5.1 | 7.5 | 0.0011 | 2026-03-09 |
CVE-2026-54497 UPD | 5.1 | 6.8 | 0.0025 | 2026-07-17 |
CVE-2026-23646 UPD | 5.0 | 6.5 | 0.0033 | 2026-01-19 |
CVE-2026-33215 | 4.9 | 6.5 | 0.0024 | 2026-03-24 |
CVE-2026-46416 UPD | 4.9 | 6.3 | 0.0028 | 2026-05-27 |
CVE-2026-9831 UPD | 4.5 | 6.3 | 0.0017 | 2026-05-29 |
CVE-2024-11094 UPD | 4.4 | 5.3 | 0.0037 | 2024-11-16 |
CVE-2024-7049 UPD | 4.3 | 5.4 | 0.0035 | 2024-10-10 |
CVE-2025-2312 UPD | 4.3 | 5.9 | 0.0021 | 2025-03-25 |