CyberRota Analysis
AI-GeneratedThe vulnerability in the Linux kernel affects the think-lmi driver, where improper handling of multi-certificate support can lead to memory leaks when the driver is removed, potentially exposing sensitive information. This issue could impact systems relying on this driver for secure authentication processes. Administrators and security teams managing Linux environments should prioritize addressing this vulnerability to mitigate the risk of information leakage.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Free system certificate signatures Multi-certificate support also allows the system authentication object to store ->signature and ->save_signature, which leak when the driver is removed. Free the signatures to avoid leaking memory.