CVE-2026-23085
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23085 is a memory address truncation vulnerability in the Linux kernel's irqchip/gic-v3-its (GICv3 ITS interrupt controller) driver. On 32-bit machines with CONFIG_ARM_LPAE enabled, physical memory addresses above the 32-bit (4 GB) limit can be incorrectly truncated when stored in a 32-bit unsigned long variable, causing system crashes. The vulnerability was published on February 4, 2026, and affects Linux kernel versions from 3.19 through multiple stable branches. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly, CVE.org).

Technical details

The root cause is an incorrect data type used for physical address storage in the GICv3 ITS driver (CWE-704: Incorrect Type Conversion or Cast). When kmalloc() allocates the itt object using GFP_KERNEL on a 32-bit ARM system with CONFIG_ARM_LPAE, the allocator may return a physical address above 4 GB (from ZONE_NORMAL), since all memory below 4 GB is reserved for ZONE_DMA in this configuration. The driver then stores this address in a 32-bit unsigned long variable (itt_addr), silently truncating the upper bits and causing the GICv3 driver to reference an incorrect physical address, ultimately crashing the QEMU virt model. The fix changes itt_addr and all other physical address variables in the driver to the correct phys_addr_t type (Feedly, kernel patch).

Impact

Successful triggering of this vulnerability results in a kernel crash (system unavailability), making it a denial-of-service condition. The impact is limited to availability — there is no confidentiality or integrity impact. Affected systems are 32-bit ARM machines with CONFIG_ARM_LPAE and larger VMSPLIT configurations, including virtualized environments using the QEMU virt model with GICv3 interrupt controllers (Feedly).

Mitigation and workarounds

The Linux kernel maintainers have released patches across multiple stable branches. Fixed versions include: 5.10.249, 5.15.199, 6.1.162, 6.6.122, 6.12.68, 6.18.8, and 6.19-rc7. Patches are available in the upstream stable kernel repository. Administrators running 32-bit ARM systems with CONFIG_ARM_LPAE should update to a patched kernel version as soon as possible. Downstream distributions including Ubuntu (USN-8162-1, USN-8180-x series, USN-8186-1, USN-8188-1, USN-8275-1, USN-8297-1), SUSE, Oracle Linux, and Amazon Linux 2 have also issued updated kernel packages (Ubuntu USN-8162-1, Ubuntu USN-8180-1, Amazon Linux, kernel patch).

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