NONE · 0

CVE-2022-50754

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix a memleak in multi_transaction_new() In multi_transaction_new(), the variable t is not freed or passed out on the fa...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix a memleak in multi_transaction_new() In multi_transaction_new(), the variable t is not freed or passed out on the failure of copy_from_user(t->data, buf, size), which could lead to a memleak. Fix this bug by adding a put_multi_transaction(t) in the error path.

References

FAQ

What is CVE-2022-50754?

CVE-2022-50754 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: apparmor: fix a memleak in multi_transaction_new() In multi_transaction_new(), the variable t is not freed or passed out on the fa...

How severe is CVE-2022-50754?

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

Is there a patch for CVE-2022-50754?

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