CVE-2026-63799

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
7.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: 7.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:

sched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup path

In mm_cid_fixup_cpus_to_tasks(), when rq->curr has the target mm and mm_cid.active is set, the CID is checked with cid_in_transit() before setting the transition bit. In per-CPU mode a newly forked or exec'd task can be running with mm_cid.cid == MM_CID_UNSET because CIDs are assigned lazily on schedule-in. With cid_in_transit() the guard passes for MM_CID_UNSET (no transit bit), converts it to MM_CID_UNSET | MM_CID_TRANSIT and stores it back; later mm_cid_schedout() feeds this to clear_bit() with MM_CID_UNSET as the bit number, triggering an out-of-bounds write.

Symptoms: this is genuine memory corruption, but a bounded out-of-bounds write, not an arbitrary one. MM_CID_UNSET is the fixed sentinel BIT(31), so once the bad value reaches mm_cid_schedout() the cid_from_transit_cid() strip leaves MM_CID_UNSET, which fails the "cid < max_cids" convergence test and falls into mm_drop_cid() -> clear_bit(MM_CID_UNSET, mm_cidmask(mm)). The cid bitmap is embedded in the mm_struct slab object (after cpu_bitmap and mm_cpus_allowed) and is only num_possible_cpus() bits wide, so clearing bit 31 is a deterministic OOB bit-clear at a fixed offset of 2^31 / 8 == 256 MiB past the bitmap base. The address is not attacker-influenced (fixed sentinel -> fixed offset) and the op only clears a single bit; what sits 256 MiB further along the direct map is whatever kernel object happens to live there, so this corrupts one bit of unpredictable kernel memory -- it is not an arbitrary-address or arbitrary-value write.

It triggers only in per-CPU CID mode, when a CPU is running an active task of the target mm whose cid is still MM_CID_UNSET -- the fork()/execve() window before that task's next schedule-in assigns it a real CID -- and a per-CPU -> per-task fixup walks over it (the mode fallback driven by a thread exit, sched_mm_cid_exit(), or by the deferred max_cids recompute in mm_cid_work_fn()).

In practice syzkaller surfaced it as a KASAN use-after-free reported in __schedule -> mm_cid_switch_to, where the offending clear_bit() is inlined via mm_cid_schedout() -> mm_drop_cid().

Guard the transition-bit assignment against MM_CID_UNSET, in addition to the existing cid_in_transit() check, so the bit is only set on a genuine task-owned CID. A CPU-owned (MM_CID_ONCPU) CID of a running active task is handled by the cid_on_cpu(pcp->cid) branch above and never reaches this path, so excluding MM_CID_UNSET (and the already-transitioning case) is sufficient.

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/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
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
6%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 17, 2026

Advisory Details (2)

Auto-updated Jul 21, 2026
No patch confirmed yet.
generic

sched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/de3ab9bd3133899efb92e4cd05ba4203e58fc0a3
generic

sched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup path - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8d32856fb72ba976d9c87ba405fd17e80419934c

Vendor Advisories for CVE-2026-63799(1)

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

Affected Packages

(1 across 1 ecosystem)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (153 versions)7.1.3-1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

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

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

Frequently asked(5)

What is CVE-2026-63799?
CVE-2026-63799 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Fix OOB clearbit when CID is MMCID_UNSET in fixup path In mmcidfixupcpusto_tasks(), when rq->curr has the target mm and mmcid.active is set, the CID is checked with cidin_transit() before setting the transition bit. In…
When was CVE-2026-63799 disclosed?
CVE-2026-63799 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-63799 actively exploited?
CVE-2026-63799 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 94.0% of all scored CVEs.
What is the CVSS score of CVE-2026-63799?
CVE-2026-63799 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-63799?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-63799, 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-63799

Explore →

Is Your Infrastructure Affected by CVE-2026-63799?

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