CVE-2022-50860
The CVE-2022-50860 issue affects the Linux kernel's AppArmor subsystem. After the commit a1bd627b46d1, the hname member of struct aa_policy becomes an invalid slab object and cannot be freed by kfree_sensitive(); the fix is to use aa_policy_destroy() to properly free the resource, preventing a me...