CVE-2026-63825

CRITICALPre-NVD 9.89.8
EchelonGraph scoreMEDIUM confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-07-19. a secondary CVSS source baseline 9.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
9.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 9.8Exploit: None knownExposed: 0

A fix is available — apply it.

In the Linux kernel, the following vulnerability has been resolved:

gcov: use atomic counter updates to fix concurrent access crashes

GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflate_fast(), the inner copy loops get transformed so that the GCOV counter value is loaded multiple times to compute the loop base address, start index, and end bound. Since GCOV counters are global (not per-CPU), concurrent execution on different CPUs causes the counter to change between loads, producing inconsistent values and out-of-bounds memory writes.

The crash manifests during IPComp (IP Payload Compression) processing when inflate_fast() runs concurrently on multiple CPUs:

BUG: unable to handle page fault for address: ffffd0a3c0902ffa RIP: inflate_fast+1431 Call Trace: zlib_inflate __deflate_decompress crypto_comp_decompress ipcomp_decompress [xfrm_ipcomp] ipcomp_input [xfrm_ipcomp] xfrm_input

At the crash point, the compiler generated three loads from the same global GCOV counter (__gcov0.inflate_fast+216) to compute base, start, and end for an indexed loop. Another CPU modified the counter between loads, making the values inconsistent - the write went 3.4 MB past a 65 KB buffer.

Add -fprofile-update=prefer-atomic to CFLAGS_GCOV at the global level in the top-level Makefile, guarded by a try-run compile test. The test compiles a minimal program with and without -fprofile-update=prefer-atomic using the full KBUILD_CFLAGS, then compares undefined symbols in the resulting object files. If prefer-atomic introduces new undefined references (such as __atomic_fetch_add_8 on i386 or __aarch64_ldadd8_relax on arm64 with outline-atomics), the flag is not added -- the kernel does not link against libatomic.

On architectures where GCC inlines 64-bit atomic counter updates (x86_64, s390, ...) the test passes and the flag is enabled, preventing the compiler from merging counters with loop induction variables and fixing the observed concurrent-access crash.

On architectures where the flag would introduce libatomic dependencies, it is silently omitted and behaviour is no worse than before this patch.

Move the CFLAGS_GCOV block from its original position (before the arch Makefile include) to after the core KBUILD_CFLAGS assignments but before the scripts/Makefile.gcc-plugins include. This placement ensures the try-run test sees arch-specific flags (-m32, -march=, -mno-outline-atomics) while avoiding GCC plugin flags (-fplugin=) that would break the test on clean builds when plugin shared objects do not yet exist.

CVSS v3
9.8
EG Score
9.8(medium)
EG Risk
49(Track)
EG Risk 49/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity98% × 45%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
54%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 17, 2026

Advisory Details (3)

Auto-updated Sep 7, 2026
No patch confirmed yet.
generic

gcov: use atomic counter updates to fix concurrent access crashes - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5b959c1dbb4522b9e3ac4e26ad638b8784869841
generic

gcov: use atomic counter updates to fix concurrent access crashes - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/56cb9b7d96b28a1173a510ab25354b6599ad3a33
generic

gcov: use atomic counter updates to fix concurrent access crashes - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/49d893b9cbcfc5802a32e53a64c6c6956670d65b

Vendor Advisories for CVE-2026-63825(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(3)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-virtual-hwe-26.04-edge (7.0.0-31.31) @ resolute2026-09-11ubuntu
ubuntulinux-tools-oem-7.0 (7.0.0-1013.13) @ resolute2026-09-11ubuntu
ubuntulinux-tools-gcp-edge (7.0.0-1011.11~24.04.1) @ noble2026-09-11ubuntu

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 7.2~rc5-1~exp1 (496 versions)
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 7.2~rc7-1~exp1 (350 versions)
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.2~rc7-1~exp1 (174 versions)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (156 versions)7.1.3-1

All Vendor Advisories

(3)

Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.

Data Freshness Timeline

(refreshed 21× in last 7d / 155× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 471 total refreshes for this CVE.

  1. 2026-09-11 20:32 UTCEG score recompute
  2. 2026-09-11 20:32 UTCVendor advisory
  3. 2026-09-11 20:31 UTCGHSA enrichment
  4. 2026-09-11 14:53 UTCEPSS rescore
  5. 2026-09-11 09:37 UTCEPSS rescore
  6. 2026-09-08 22:01 UTCEPSS rescore
  7. 2026-09-08 03:30 UTCVendor advisory
  8. 2026-09-08 03:30 UTCGHSA enrichment
  9. 2026-09-07 23:44 UTCEG score recompute
  10. 2026-09-07 23:44 UTCVendor advisory
  11. 2026-09-07 23:44 UTCGHSA enrichment
  12. 2026-09-07 16:01 UTCEPSS rescore
  13. 2026-09-06 17:05 UTCEG score recompute
  14. 2026-09-06 17:04 UTCGHSA enrichment
  15. 2026-09-06 13:47 UTCEPSS rescore
  16. 2026-09-06 13:15 UTCGHSA enrichment
  17. 2026-09-06 04:28 UTCGHSA enrichment
  18. 2026-09-05 23:54 UTCGHSA enrichment
  19. 2026-09-05 20:14 UTCEG score recompute
  20. 2026-09-05 20:14 UTCGHSA enrichment
  21. 2026-09-05 15:31 UTCEPSS rescore
  22. 2026-09-04 05:07 UTCEPSS rescore
  23. 2026-09-02 14:12 UTCEPSS rescore
  24. 2026-09-01 13:54 UTCEPSS rescore
  25. 2026-09-01 04:40 UTCEPSS rescore
Show 75 more
  1. 2026-08-31 06:54 UTCGHSA enrichment
  2. 2026-08-31 02:50 UTCGHSA enrichment
  3. 2026-08-30 23:09 UTCGHSA enrichment
  4. 2026-08-30 19:23 UTCEG score recompute
  5. 2026-08-30 19:23 UTCGHSA enrichment
  6. 2026-08-30 19:17 UTCEPSS rescore
  7. 2026-08-30 15:43 UTCGHSA enrichment
  8. 2026-08-30 10:58 UTCGHSA enrichment
  9. 2026-08-30 06:43 UTCGHSA enrichment
  10. 2026-08-30 03:03 UTCEG score recompute
  11. 2026-08-30 03:03 UTCGHSA enrichment
  12. 2026-08-30 01:22 UTCEPSS rescore
  13. 2026-08-28 21:42 UTCEPSS rescore
  14. 2026-08-28 01:44 UTCGHSA enrichment
  15. 2026-08-27 21:24 UTCEG score recompute
  16. 2026-08-27 21:24 UTCGHSA enrichment
  17. 2026-08-27 14:25 UTCEPSS rescore
  18. 2026-08-27 11:58 UTCGHSA enrichment
  19. 2026-08-27 02:09 UTCGHSA enrichment
  20. 2026-08-26 22:29 UTCEG score recompute
  21. 2026-08-26 22:29 UTCGHSA enrichment
  22. 2026-08-26 14:46 UTCEPSS rescore
  23. 2026-08-26 11:46 UTCGHSA enrichment
  24. 2026-08-26 07:25 UTCGHSA enrichment
  25. 2026-08-26 02:25 UTCGHSA enrichment
  26. 2026-08-25 22:45 UTCGHSA enrichment
  27. 2026-08-25 18:49 UTCEG score recompute
  28. 2026-08-25 18:49 UTCGHSA enrichment
  29. 2026-08-25 13:49 UTCEPSS rescore
  30. 2026-08-25 13:35 UTCGHSA enrichment
  31. 2026-08-25 09:55 UTCGHSA enrichment
  32. 2026-08-25 06:13 UTCGHSA enrichment
  33. 2026-08-25 02:32 UTCGHSA enrichment
  34. 2026-08-24 22:51 UTCGHSA enrichment
  35. 2026-08-24 19:11 UTCGHSA enrichment
  36. 2026-08-24 15:10 UTCEG score recompute
  37. 2026-08-24 15:10 UTCGHSA enrichment
  38. 2026-08-24 11:29 UTCEG score recompute
  39. 2026-08-24 11:29 UTCGHSA enrichment
  40. 2026-08-24 07:48 UTCGHSA enrichment
  41. 2026-08-24 03:44 UTCGHSA enrichment
  42. 2026-08-23 23:44 UTCGHSA enrichment
  43. 2026-08-23 20:04 UTCGHSA enrichment
  44. 2026-08-23 16:24 UTCGHSA enrichment
  45. 2026-08-23 12:44 UTCGHSA enrichment
  46. 2026-08-23 09:03 UTCGHSA enrichment
  47. 2026-08-23 05:22 UTCGHSA enrichment
  48. 2026-08-23 01:42 UTCEG score recompute
  49. 2026-08-23 01:42 UTCGHSA enrichment
  50. 2026-08-23 00:19 UTCEPSS rescore
  51. 2026-08-22 21:58 UTCGHSA enrichment
  52. 2026-08-22 18:18 UTCGHSA enrichment
  53. 2026-08-22 14:38 UTCGHSA enrichment
  54. 2026-08-22 10:57 UTCGHSA enrichment
  55. 2026-08-22 07:16 UTCGHSA enrichment
  56. 2026-08-22 03:36 UTCGHSA enrichment
  57. 2026-08-21 23:56 UTCEG score recompute
  58. 2026-08-21 23:56 UTCGHSA enrichment
  59. 2026-08-21 23:49 UTCEPSS rescore
  60. 2026-08-21 20:16 UTCGHSA enrichment
  61. 2026-08-21 16:36 UTCGHSA enrichment
  62. 2026-08-21 12:41 UTCGHSA enrichment
  63. 2026-08-21 08:59 UTCGHSA enrichment
  64. 2026-08-21 05:17 UTCGHSA enrichment
  65. 2026-08-21 01:36 UTCEG score recompute
  66. 2026-08-21 01:36 UTCGHSA enrichment
  67. 2026-08-20 22:55 UTCEPSS rescore
  68. 2026-08-20 21:56 UTCGHSA enrichment
  69. 2026-08-20 18:16 UTCGHSA enrichment
  70. 2026-08-20 14:36 UTCGHSA enrichment
  71. 2026-08-20 10:14 UTCGHSA enrichment
  72. 2026-08-20 06:34 UTCGHSA enrichment
  73. 2026-08-20 02:54 UTCGHSA enrichment
  74. 2026-08-19 23:14 UTCEG score recompute
  75. 2026-08-19 23:14 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-63825?
CVE-2026-63825 is a critical vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflate_fast(), the inner copy loops get transformed…
When was CVE-2026-63825 disclosed?
CVE-2026-63825 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-63825 actively exploited?
CVE-2026-63825 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 46.3% of all scored CVEs.
What is the CVSS score of CVE-2026-63825?
CVE-2026-63825 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-63825?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-63825, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-63825

Explore →

Is Your Infrastructure Affected by CVE-2026-63825?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.