NONE · 0

CVE-2022-50860

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in alloc_ns() After changes in commit a1bd627b46d1 ("apparmor: share profile name on replacement"), the hnam...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in alloc_ns() After changes in commit a1bd627b46d1 ("apparmor: share profile name on replacement"), the hname member of struct aa_policy is not valid slab object, but a subset of that, it can not be freed by kfree_sensitive(), use aa_policy_destroy() to fix it.

References

FAQ

What is CVE-2022-50860?

CVE-2022-50860 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in alloc_ns() After changes in commit a1bd627b46d1 ("apparmor: share profile name on replacement"), the hnam...

How severe is CVE-2022-50860?

CVSS scoring is not yet available for CVE-2022-50860. Check NVD for updates.

Is there a patch for CVE-2022-50860?

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