CVE-2026-63827

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH 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 — 4 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:

apparmor: fix use-after-free in rawdata dedup loop

aa_replace_profiles() walks ns->rawdata_list to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aa_loaddata, list membership does not hold a reference: profiles hold pcount, and when the last pcount drops, do_ploaddata_rmfs() is queued on a workqueue that takes ns->lock and removes the entry. Between dropping the last pcount and the workqueue running, an entry remains on the list with pcount == 0.

aa_get_profile_loaddata() is an unconditional kref_get() on pcount, so when the dedup loop hits such an entry, refcount hardening reports

refcount_t: addition on 0; use-after-free.

inside aa_replace_profiles(), and the poisoned counter then trips "saturated" and "underflow" warnings on the subsequent uses of the same loaddata.

Before commit a0b7091c4de4 ("apparmor: fix race on rawdata dereference") the dedup path used a get_unless_zero-style helper on a single counter, so the existing "if (tmp)" guard was meaningful. The split-refcount refactor introduced aa_get_profile_loaddata(), which has plain kref_get() semantics, and the guard quietly became a no-op.

Introduce aa_get_profile_loaddata_not0(), matching the existing _not0 convention used by aa_get_profile_not0(), and use it for the rawdata_list dedup lookup so dying entries are skipped.

Reproduced on x86_64 with v7.1-rc5 in QEMU+KVM running Ubuntu 24.04 + stress-ng 0.17.06:

stress-ng --apparmor 1 --klog-check --timeout 60s

Without this patch the three refcount_t warnings fire within a few seconds. With it the same 60 s run is clean. Coverage is a smoke-test only; a longer soak with CONFIG_KASAN, CONFIG_KCSAN and CONFIG_PROVE_LOCKING would be welcome from anyone with the cycles.

CVSS v3
7.8
EG Score
7.8(high)
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
3%
KEV
Not listed

Published

July 19, 2026

Last Modified

July 24, 2026

Advisory Details (6)

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

apparmor: fix use-after-free in rawdata dedup loop - kernel/git/stable/linux.git - Linux kernel stable tree

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

apparmor: fix use-after-free in rawdata dedup loop - kernel/git/stable/linux.git - Linux kernel stable tree

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

apparmor: fix use-after-free in rawdata dedup loop - kernel/git/stable/linux.git - Linux kernel stable tree

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

apparmor: fix use-after-free in rawdata dedup loop - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6f060496d03e4dc560a40f73770bd08335cb7a27
generic

apparmor: fix use-after-free in rawdata dedup loop - kernel/git/stable/linux.git - Linux kernel stable tree

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

apparmor: fix use-after-free in rawdata dedup loop - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/15fd83a1e42ede15070968806bb6c8b1a5170688

Vendor Advisories for CVE-2026-63827(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 25× in last 7d / 191× 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 191 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-63827?
CVE-2026-63827 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles() walks ns->rawdata_list to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aa_loaddata, list…
When was CVE-2026-63827 disclosed?
CVE-2026-63827 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on July 24, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-63827 actively exploited?
CVE-2026-63827 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 97.5% of all scored CVEs.
What is the CVSS score of CVE-2026-63827?
CVE-2026-63827 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-63827?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-63827, 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-63827

Explore →

Is Your Infrastructure Affected by CVE-2026-63827?

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