0.0
NA
CVE-2026-63827
apparmor: fix use-after-free in rawdata dedup loop
Description

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.

INFO

Published Date :

July 19, 2026, 12:16 p.m.

Last Modified :

July 19, 2026, 12:16 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-63827 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Update the Linux kernel to fix a use-after-free vulnerability in the AppArmor profile loading.
  • Apply the kernel patch to fix the use-after-free issue.
  • Update the Linux kernel to a patched version.
  • Test the fix with stress-ng and KASAN enabled.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-63827 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-63827 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-63827 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-63827 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jul. 19, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6b6ba87579c7e7c669e0bec91823e7fb693bc5df', 'lessThan': 'a7a2890028f16e5b0af0bb005d80fcb32559cca3', 'versionType': 'git'}, {'status': 'affected', 'version': '6ef1f2926c41ab96952d9696d55a052f1b3a9418', 'lessThan': '15fd83a1e42ede15070968806bb6c8b1a5170688', 'versionType': 'git'}, {'status': 'affected', 'version': 'f9761add6d100962a23996cb68f3d6abdd4d1815', 'lessThan': 'ce261a20b41db522e320a41bbf1292bf85af66df', 'versionType': 'git'}, {'status': 'affected', 'version': 'af782cc8871e3683ddd5a3cd2f7df526599863a9', 'lessThan': 'c3ca2631073b2cef06824fd2bfc452ff7a1023de', 'versionType': 'git'}, {'status': 'affected', 'version': 'a0b7091c4de45a7325c8780e6934a894f92ac86b', 'lessThan': '5e34fa9f6f7cd688ae153fff13139a5cf2d42339', 'versionType': 'git'}, {'status': 'affected', 'version': 'a0b7091c4de45a7325c8780e6934a894f92ac86b', 'lessThan': '6f060496d03e4dc560a40f73770bd08335cb7a27', 'versionType': 'git'}, {'status': 'affected', 'version': '3b8e77c7abab40e6de9ad9de730d77984a498840', 'versionType': 'git'}, {'status': 'affected', 'version': 'd9d8560b9b7932f8cffc4c068c14289220900f79', 'versionType': 'git'}, {'status': 'affected', 'version': '763e838adc3c7ec5a7df2990ce84cad951e42721', 'versionType': 'git'}, {'status': 'affected', 'version': '6.1.169', 'lessThan': '6.1.177', 'versionType': 'semver'}, {'status': 'affected', 'version': '6.6.130', 'lessThan': '6.6.144', 'versionType': 'semver'}, {'status': 'affected', 'version': '6.12.77', 'lessThan': '6.12.95', 'versionType': 'semver'}, {'status': 'affected', 'version': '6.18.18', 'lessThan': '6.18.38', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.10.253', 'lessThan': '5.11', 'versionType': 'semver'}, {'status': 'affected', 'version': '5.15.203', 'lessThan': '5.16', 'versionType': 'semver'}, {'status': 'affected', 'version': '6.19.8', 'lessThan': '6.20', 'versionType': 'semver'}], 'programFiles': ['security/apparmor/include/policy_unpack.h', 'security/apparmor/policy.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '7.0'}, {'status': 'unaffected', 'version': '0', 'lessThan': '7.0', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.1.177', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.144', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.95', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.38', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.3', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['security/apparmor/include/policy_unpack.h', 'security/apparmor/policy.c'], 'defaultStatus': 'affected'}]
    Added Description 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.
    Added Reference https://git.kernel.org/stable/c/15fd83a1e42ede15070968806bb6c8b1a5170688
    Added Reference https://git.kernel.org/stable/c/5e34fa9f6f7cd688ae153fff13139a5cf2d42339
    Added Reference https://git.kernel.org/stable/c/6f060496d03e4dc560a40f73770bd08335cb7a27
    Added Reference https://git.kernel.org/stable/c/a7a2890028f16e5b0af0bb005d80fcb32559cca3
    Added Reference https://git.kernel.org/stable/c/c3ca2631073b2cef06824fd2bfc452ff7a1023de
    Added Reference https://git.kernel.org/stable/c/ce261a20b41db522e320a41bbf1292bf85af66df
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.