Security Advisory

CVE-2026-80619

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-28 06:48:38
Last updated 2026-08-29 06:21:26
Assigner Linux
CVSS score 7.8
State PUBLISHED

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.