CVE-2026-23128
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23128 is a Control Flow Integrity (CFI) verification mismatch vulnerability in the ARM64 Linux kernel's hibernation resume functionality. The swsusp_arch_resume() function attempts to verify a CFI hash when calling a copy of swsusp_arch_suspend_exit(), but the latter is marked with SYM_CODE_*() macros and therefore lacks a CFI hash, triggering a kernel panic (Data Abort) during hibernation resume. It was published on February 14, 2026, and affects Linux kernel versions 6.1 through 6.1.161, 6.2 through 6.6.121, 6.7 through 6.12.67, 6.13 through 6.18.7, and 6.19-rc1 through rc6. The vulnerability carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly).

Technical details

The root cause is a CFI (Control Flow Integrity) enforcement mismatch (CWE-691: Insufficient Control Flow Management) in the ARM64 architecture's suspend/resume code path. swsusp_arch_suspend_exit() is defined using SYM_CODE_*() assembly macros, which do not generate a CFI hash, while swsusp_arch_resume() — a regular C function with CFI enabled — attempts to call a relocated copy of swsusp_arch_suspend_exit() and triggers a CFI hash verification that fails. This results in a Data Abort (DABT) at the kernel level with ESR 0x0000000096000007 (level 3 translation fault), crashing the system with "Unable to handle kernel paging request." The fix marks swsusp_arch_resume() with __nocfi to disable the CFI check for that function, as the entry point constraint for swsusp_arch_suspend_exit() (it must be the first byte of .hibernate_exit.text) prevents reclassification with SYM_FUNC_*() (Feedly, kernel.org patch).

Impact

Exploitation of this vulnerability causes a kernel panic during hibernation resume on affected ARM64 systems, rendering the hibernation (suspend-to-disk) feature completely unusable. The availability impact is high — the system crashes and cannot successfully resume from hibernation — while there is no confidentiality or integrity impact. This particularly affects Android-based ARM64 devices and embedded systems that rely on hibernation, such as those using NVIDIA Tegra or Xilinx Zynq MP SoCs (Feedly, Ubuntu USN-8162-1).

Mitigation and workarounds

Upgrade to a patched Linux kernel version: 6.1.162 or later, 6.6.122 or later, 6.12.68 or later, or 6.18.8 or later. Patches are available via kernel.org stable branches with commit references 122b7cb80f7d, 6e32070d29d1, 8557bdd9af8d, 9773a886f267, and e2f8216ca2d8. Ubuntu has issued multiple security notices (USN-8162-1, USN-8180-1 through USN-8180-6, USN-8186-1, USN-8188-1, USN-8275-1, USN-8297-1) addressing this issue. As a temporary workaround for systems that cannot be immediately patched, disabling hibernation/suspend-to-disk functionality will prevent the crash; this issue is specific to ARM64 and does not affect x86 or other architectures (Feedly, Ubuntu USN-8180-1).

Community reactions

The vulnerability received routine coverage from Linux security tracking outlets including linuxsecurity.com and pro-linux.de, primarily in the context of Ubuntu and Oracle Linux kernel update advisories. No notable independent researcher commentary or significant social media discussion has been identified beyond standard CVE tracking and vendor patch notifications (Feedly).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management