Security readout for executives and security teams
Plain-English summary
This is a Linux kernel arm64 hibernation resume bug. On affected systems, resuming from hibernate can trigger a kernel data abort and crash instead of restoring normally. The source describes an Android-based system hit by the issue. There is no evidence in the bundle of active exploitation or remote attack use.
Executive priority
Handle through normal kernel maintenance, with higher priority for arm64 devices where failed hibernation resume affects uptime, field reliability, or user recovery. Current evidence does not support emergency treatment for internet-facing exploitation.
Technical view
The bug occurs because swsusp_arch_resume() performs CFI validation when calling a copied swsusp_arch_suspend_exit(), but that target is marked with SYM_CODE_* and lacks a CFI hash. The kernel fix marks swsusp_arch_resume() as __nocfi, disabling that check for this path.
Likely exposure
Exposure is most likely on arm64 Linux or Android-derived kernels that support hibernation/software suspend, enable CFI, and do not include the referenced stable fixes. Systems without arm64 hibernation use appear less likely to be affected based on the provided sources.
Exploitation context
The provided sources describe a resume-time kernel crash, not a known privilege-escalation or remote exploitation path. KEV status is false, and no cited source states active exploitation. Treat this primarily as an availability and reliability issue unless vendor guidance says otherwise.
Researcher notes
The evidence is specific to arm64 software suspend resume and CFI interaction. Affected version metadata is limited and partly commit-based, so validate against actual vendor kernel trees and backports rather than relying only on upstream version numbers.
Mitigation direction
Update affected kernels to a version containing the referenced stable fix.
Check vendor kernel advisories for device-specific backports or release timing.
Prioritize arm64 fleets using hibernation or Android-derived kernels.
Avoid inventing local workarounds; follow vendor guidance if updates are unavailable.
Validation and detection
Inventory arm64 Linux and Android-derived systems that use hibernation.
Confirm whether kernel sources include the __nocfi change for swsusp_arch_resume().
Compare package changelogs against the referenced stable commit URLs.
Test hibernate resume in staging and monitor for DABT or kernel Oops logs.
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-2026-23128 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
6Source 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.
Feb 14, 2026, 15:09 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.