NONE · 0

CVE-2026-72457

In the Linux kernel, the following vulnerability has been resolved: apparmor: fail policy unpack on accept2 allocation failure unpack_pdb() may need to allocate a missing ACCEPT2 table for older pol...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: apparmor: fail policy unpack on accept2 allocation failure unpack_pdb() may need to allocate a missing ACCEPT2 table for older policy data. If that allocation failed, it set an error message but jumped to the success path, returning a policydb with the required table missing. Return -ENOMEM through the normal failure path when the ACCEPT2 allocation fails. Remove the now-unused out label.

References

FAQ

What is CVE-2026-72457?

CVE-2026-72457 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: apparmor: fail policy unpack on accept2 allocation failure unpack_pdb() may need to allocate a missing ACCEPT2 table for older pol...

How severe is CVE-2026-72457?

CVSS scoring is not yet available for CVE-2026-72457. Check NVD for updates.

Is there a patch for CVE-2026-72457?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.