Pointer State Vulnerability in Linux Kernel
CVE-2026-74720

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
22 August 2026

What is CVE-2026-74720?

A vulnerability in the Linux kernel arises when handling scalar arithmetic operations with pointers. Specifically, the operation 'scalar += pointer' in the function adjust_ptr_min_max_vals() inadequately preserves the pointer state between registers. This oversight results in the destination register inheriting the pointer state from the source pointer without fully considering the origin of the pointer, which can complicate the tracking of pointer provenance. To address this issue, it is essential to utilize the caller's temporary offset to retain the scalar operand, thus ensuring the integrity of pointer-related fields while maintaining the consistency of parent identity records.

Affected Version(s)

Linux f4d7e40a5b7157e1329c3c5b10f60d8289fc2941 < 86b203aadc2930e0a4f9c6277b5b80ff3664c472

Linux f4d7e40a5b7157e1329c3c5b10f60d8289fc2941 < 8109c25e0c41f5f19a1c2380bb49c991a877494e

Linux f4d7e40a5b7157e1329c3c5b10f60d8289fc2941

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.