Impact
The vulnerability is a null pointer dereference in the AppArmor subsystem of the Linux kernel. When the export_binary flag is disabled, profiles that were previously loaded keep a rawdata entry in AppArmorFS pointing to a symbolic link. If such a profile is later replaced, the rawdata pointer is cleared to NULL, yet the kernel still attempts to read profile->rawdata->name while resolving that symbolic link. This results in a kernel oops and a system crash.
Affected Systems
Any Linux kernel that includes AppArmor and contains the pre‑fix logic is affected. The flaw applies to all distributions that ship a kernel version before the commit that introduced the fix (e.g., kernel 6.19.0-rc7 and earlier). The product is the Linux kernel.
Risk and Exploitability
No CVSS or EPSS score is publicly available, and the vulnerability is not listed in CISA KEV. Exploitation requires local or elevated privileges to manipulate AppArmor profiles and the export_binary setting. An attacker who can perform these actions can trigger a kernel crash, resulting in a denial‑of‑service condition, but the flaw does not grant arbitrary code execution.
OpenCVE Enrichment