2 matches found
SUSE CVE-2022-48907
In the Linux kernel, the following vulnerability has been resolved: auxdisplay: lcd2s: Fix memory leak in -remove Once allocated the struct lcd2sdata is never freed. Fix the memory leak by switching to devmkzalloc...
CVE-2022-48907
A memory leak vulnerability was found in the lcd2s driver in the Linux kernel's auxdisplay subsystem. The struct lcd2sdata is allocated but not freed when the device is removed, leading to a potential memory leak over time. An attacker could leverage this issue in a resource exhaustion attack,...