Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can crash systems under memory pressure when zswap uses zsmalloc. The source describes list corruption during concurrent storage and reclaim activity. The public bundle does not provide CVSS, CWE, or evidence of active exploitation, so business risk depends on where affected kernels and configurations are deployed.
Executive priority
Treat this as a stability and availability issue until vendor severity data is available. Prioritize servers where memory pressure or swap activity can affect production workloads, especially shared platforms where an unexpected kernel crash has broad operational impact.
Technical view
The flaw is in zsmalloc LRU handling. Updating the LRU during zs_map_object(), rather than allocation, allowed a race between zswap_frontswap_store() and shrink_worker() reclaim. The resolved change moves the LRU update to zs_malloc(), addressing list corruption observed as a kernel warning/crash under memory pressure.
Likely exposure
Linux systems running affected kernel builds with zswap/zsmalloc paths are the most relevant exposure. The bundle lists Linux kernel versions including 6.2, 6.3.5, and 6.4 metadata, but exact distro package exposure needs vendor confirmation because backports may differ.
Exploitation context
No cited source in the bundle reports active exploitation, and KEV is false. The described impact is a concurrency-triggered kernel crash under memory pressure, not a documented remote compromise path. Evidence is incomplete for exploitability beyond the crash condition.
Researcher notes
The source evidence supports a race in zsmalloc LRU accounting tied to zswap reclaim. The bundle lacks CVSS, CWE, exploit reports, and full affected-version semantics. Avoid overclaiming privilege escalation or remote attackability without additional vendor analysis.
Mitigation direction
Check Linux distribution advisories for fixed kernel packages containing the referenced stable commits.
Prioritize kernel updates on systems using zswap or operating under sustained memory pressure.
If immediate patching is unavailable, monitor vendor guidance for supported temporary mitigations.
Track affected kernel inventory by exact build, not upstream version alone.
Validation and detection
Identify systems running Linux kernels matching the affected source-bundle entries.
Check whether deployed kernels include commits e95adf7486f2 or d461aac924b9.
Review kernel logs for zsmalloc, zswap, list_del corruption, or related memory-pressure crashes.
Confirm vendor packages include the upstream stable fix or an equivalent backport.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-54165 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
3Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Dec 30, 2025, 12:08 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.