CVE-2026-63825

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH 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: 0%CVSS: 9.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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(high)
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%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
34%
KEV
Not listed

Published

July 19, 2026

Last Modified

July 20, 2026

Advisory Details (3)

Auto-updated Jul 25, 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.

Data Freshness Timeline

(refreshed 28× in last 7d / 174× 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 174 total refreshes for this CVE.

  1. 2026-07-27 09:22 UTCGHSA enrichment
  2. 2026-07-27 05:41 UTCGHSA enrichment
  3. 2026-07-27 02:01 UTCGHSA enrichment
  4. 2026-07-26 22:19 UTCGHSA enrichment
  5. 2026-07-26 18:37 UTCEG score recompute
  6. 2026-07-26 18:37 UTCGHSA enrichment
  7. 2026-07-26 14:54 UTCEPSS rescore
  8. 2026-07-26 14:54 UTCEPSS rescore
  9. 2026-07-26 14:54 UTCGHSA enrichment
  10. 2026-07-26 11:08 UTCEG score recompute
  11. 2026-07-26 11:08 UTCGHSA enrichment
  12. 2026-07-25 14:18 UTCEPSS rescore
  13. 2026-07-25 14:18 UTCEPSS rescore
  14. 2026-07-24 14:18 UTCEPSS rescore
  15. 2026-07-24 14:18 UTCEPSS rescore
  16. 2026-07-23 14:18 UTCEPSS rescore
  17. 2026-07-23 14:18 UTCEPSS rescore
  18. 2026-07-23 03:22 UTCEG score recompute
  19. 2026-07-22 14:08 UTCEPSS rescore
  20. 2026-07-22 14:08 UTCEPSS rescore
  21. 2026-07-21 15:25 UTCEPSS rescore
  22. 2026-07-21 15:25 UTCEPSS rescore
  23. 2026-07-20 17:44 UTCEG score recompute
  24. 2026-07-20 17:43 UTCGHSA enrichment
  25. 2026-07-20 17:08 UTCEPSS rescore
Show 75 more
  1. 2026-07-20 14:43 UTCEG score recompute 9.80
  2. 2026-07-20 14:43 UTCGHSA enrichment
  3. 2026-07-20 14:32 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  4. 2026-07-20 08:34 UTCNVD update
  5. 2026-07-20 07:07 UTCMITRE cvelistV5
  6. 2026-07-19 15:52 UTCGHSA enrichment
  7. 2026-07-19 15:50 UTCGHSA enrichment
  8. 2026-07-19 15:48 UTCGHSA enrichment
  9. 2026-07-19 15:47 UTCGHSA enrichment
  10. 2026-07-19 15:42 UTCGHSA enrichment
  11. 2026-07-19 15:39 UTCGHSA enrichment
  12. 2026-07-19 15:38 UTCGHSA enrichment
  13. 2026-07-19 15:37 UTCGHSA enrichment
  14. 2026-07-19 15:36 UTCGHSA enrichment
  15. 2026-07-19 15:34 UTCGHSA enrichment
  16. 2026-07-19 15:33 UTCGHSA enrichment
  17. 2026-07-19 15:31 UTCGHSA enrichment
  18. 2026-07-19 15:30 UTCGHSA enrichment
  19. 2026-07-19 15:28 UTCGHSA enrichment
  20. 2026-07-19 15:28 UTCGHSA enrichment
  21. 2026-07-19 15:26 UTCGHSA enrichment
  22. 2026-07-19 15:26 UTCGHSA enrichment
  23. 2026-07-19 15:19 UTCGHSA enrichment
  24. 2026-07-19 15:18 UTCGHSA enrichment
  25. 2026-07-19 15:18 UTCGHSA enrichment
  26. 2026-07-19 15:17 UTCGHSA enrichment
  27. 2026-07-19 15:16 UTCGHSA enrichment
  28. 2026-07-19 15:16 UTCGHSA enrichment
  29. 2026-07-19 15:15 UTCGHSA enrichment
  30. 2026-07-19 15:15 UTCGHSA enrichment
  31. 2026-07-19 15:14 UTCGHSA enrichment
  32. 2026-07-19 15:13 UTCGHSA enrichment
  33. 2026-07-19 15:12 UTCGHSA enrichment
  34. 2026-07-19 15:10 UTCGHSA enrichment
  35. 2026-07-19 15:09 UTCGHSA enrichment
  36. 2026-07-19 15:09 UTCGHSA enrichment
  37. 2026-07-19 15:08 UTCGHSA enrichment
  38. 2026-07-19 15:07 UTCGHSA enrichment
  39. 2026-07-19 15:05 UTCGHSA enrichment
  40. 2026-07-19 15:04 UTCGHSA enrichment
  41. 2026-07-19 15:02 UTCGHSA enrichment
  42. 2026-07-19 15:01 UTCGHSA enrichment
  43. 2026-07-19 14:59 UTCGHSA enrichment
  44. 2026-07-19 14:58 UTCGHSA enrichment
  45. 2026-07-19 14:57 UTCGHSA enrichment
  46. 2026-07-19 14:56 UTCGHSA enrichment
  47. 2026-07-19 14:53 UTCGHSA enrichment
  48. 2026-07-19 14:52 UTCGHSA enrichment
  49. 2026-07-19 14:51 UTCGHSA enrichment
  50. 2026-07-19 14:50 UTCGHSA enrichment
  51. 2026-07-19 14:49 UTCGHSA enrichment
  52. 2026-07-19 14:46 UTCGHSA enrichment
  53. 2026-07-19 14:44 UTCGHSA enrichment
  54. 2026-07-19 14:43 UTCGHSA enrichment
  55. 2026-07-19 14:43 UTCGHSA enrichment
  56. 2026-07-19 14:41 UTCGHSA enrichment
  57. 2026-07-19 14:40 UTCGHSA enrichment
  58. 2026-07-19 14:39 UTCGHSA enrichment
  59. 2026-07-19 14:38 UTCGHSA enrichment
  60. 2026-07-19 14:37 UTCGHSA enrichment
  61. 2026-07-19 14:34 UTCGHSA enrichment
  62. 2026-07-19 14:31 UTCGHSA enrichment
  63. 2026-07-19 14:30 UTCGHSA enrichment
  64. 2026-07-19 14:27 UTCGHSA enrichment
  65. 2026-07-19 14:26 UTCGHSA enrichment
  66. 2026-07-19 14:25 UTCGHSA enrichment
  67. 2026-07-19 14:25 UTCGHSA enrichment
  68. 2026-07-19 14:24 UTCGHSA enrichment
  69. 2026-07-19 14:23 UTCGHSA enrichment
  70. 2026-07-19 14:22 UTCGHSA enrichment
  71. 2026-07-19 14:22 UTCGHSA enrichment
  72. 2026-07-19 14:21 UTCGHSA enrichment
  73. 2026-07-19 14:19 UTCGHSA enrichment
  74. 2026-07-19 14:18 UTCGHSA enrichment
  75. 2026-07-19 14:17 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 July 20, 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 0% probability of exploitation in the next 30 days, which ranks it in the top 66.0% 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

Explore the affected products and dependency analysis for 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.