Vulnary
← back to the feed
Critical· 9.8official fix available

CVE-2026-63825

A bug in the Linux kernel’s GCOV instrumentation can cause out‑of‑bounds memory writes when multiple CPUs run the inflate_fast() function concurrently. The issue is triggered during IPComp processing and can crash the system. The patch adds atomic counter updates to prevent the race.

publishedJul 19, 2026
last modifiedJul 27, 2026
sourcesNVD
severity · cvss
9.8
critical · how bad it is
exploitation · epss
<1%
34th percentile · chance of exploitation in 30 days
(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →
auto-deletes from the system
counting…on Aug 19, 2026

An official fix is available, so this entry is kept for 30 days and then removed automatically.

01

Who is affected

Linux kernel versions that use GCC GCOV instrumentation before the patch; all users running those kernels are affected.

02

Real-world impact

An attacker could trigger a crash or memory corruption during IPComp, leading to denial of service or potentially arbitrary code execution if the memory corruption is exploitable.

03

Why this severity

The CVSS score of 9.8 reflects that the vulnerability is exploitable over the network, requires no authentication, and can compromise confidentiality, integrity, and availability, with no user interaction needed.

04

What to do about it

official fix available
recommended steps
  1. 01Apply the kernel patch that adds -fprofile-update=prefer-atomic to CFLAGS_GCOV.
  2. 02Rebuild the kernel with the updated source.
  3. 03Install the updated kernel and reboot the system.

NVD description

05

Timeline

  1. Jul 19, 2026 · 14d ago
    Published
    Disclosed and added to the National Vulnerability Database.
  2. Jul 20, 2026 · 13d ago
    Official fix available
    A vendor patch or mitigation now exists — see the remediation steps above.
  3. Jul 27, 2026 · 6d ago
    Advisory updated
    The NVD record was last revised.
06

How it’s attacked

Attack vectorNetwork (remote)
Attack complexityLow
Privileges requiredNone
User interactionNone needed
ScopeUnchanged
Confidentiality impactHigh
Integrity impactHigh
Availability impactHigh
07

References & advisories

(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →