CyberRota Analysis
AI-GeneratedA reference count leak in the Linux kernel's AppArmor component occurs during the update of security contexts, potentially leading to memory management issues. This vulnerability could impact systems relying on AppArmor for security enforcement, particularly those with custom security policies. Administrators of affected Linux distributions should prioritize applying patches to mitigate potential stability and security risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix refcount leak when updating the sk_ctx Currently update_sk_ctx() transfers the plabel reference, unfortunately it is also unconditionally put in the caller. Ideally we would make the caller conditionally put the reference based on whether it was transferred but for now just fix the bug by getting a reference.