Concurrent Access Crash Vulnerability in Linux Kernel's GCOV Instrumentation
CVE-2026-63825

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
19 July 2026

What is CVE-2026-63825?

A vulnerability in the Linux kernel's GCOV instrumentation allows multiple CPUs to concurrently access global branch counters, leading to inconsistent values and potential out-of-bounds memory writes. This issue emerges during IPComp (IP Payload Compression) processing in the inflate_fast() function. The root cause is the merging of GCOV counters and loop induction variables, increasing the risk of crashes when accessed simultaneously by different CPUs. This flaw can manifest as a bug triggered by page faults when the GCOV counter is modified unexpectedly. Addressing this issue involves utilizing atomic counter updates to ensure safer concurrent access, thereby preventing the observed memory write exceptions.

Affected Version(s)

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 49d893b9cbcfc5802a32e53a64c6c6956670d65b

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 5b959c1dbb4522b9e3ac4e26ad638b8784869841

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 56cb9b7d96b28a1173a510ab25354b6599ad3a33

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.