NONE · 0

CVE-2026-72456

In the Linux kernel, the following vulnerability has been resolved: apparmor: release exe file resources on path failure get_current_exe_path() takes both an exe_file reference and a path reference ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: apparmor: release exe file resources on path failure get_current_exe_path() takes both an exe_file reference and a path reference before resolving the path name. If aa_path_name() failed, it returned immediately and leaked both references. Route the failure through the common cleanup path so fput() and path_put() always run after the references are acquired.

References

FAQ

What is CVE-2026-72456?

CVE-2026-72456 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: apparmor: release exe file resources on path failure get_current_exe_path() takes both an exe_file reference and a path reference ...

How severe is CVE-2026-72456?

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

Is there a patch for CVE-2026-72456?

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