Out-of-bounds write in Linux kernel - CVE-2026-63799

 

Out-of-bounds write in Linux kernel - CVE-2026-63799

Published: July 21, 2026


Vulnerability identifier: #VU138854
CSH Severity: Low
CVSS v4: 5.8 [CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-63799
CWE-ID: CWE-787
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to corrupt kernel memory.

The vulnerability exists due to an out-of-bounds write in mm_cid_schedout() via mm_cid_fixup_cpus_to_tasks() when handling a task with MM_CID_UNSET in the per-CPU to per-task fixup path. A local user can trigger task state transitions such as fork() or execve() during this window to corrupt kernel memory.

The issue occurs only in per-CPU CID mode during the window before the task's next schedule-in assigns a real CID, and the resulting corruption is a deterministic single-bit clear at a fixed offset rather than an arbitrary write.


Affected software

Linux kernel

How to mitigate CVE-2026-63799

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins