GHSA-m5rp-7qww-6j53HighCVSS 7.8

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix potential UAF...

Published
August 28, 2026
Last Modified
August 29, 2026

🔗 CVE IDs covered (1)

📋 Description

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

apparmor: fix potential UAF in aa_replace_profiles

The function aa_replace_profiles was accessing udata->size after calling aa_put_loaddata(udata), causing a potential UAF.

Fixed this by saving the size to a local variable before dropping the reference.

🔗 References (10)