2 matches found
Astra Linux – Vulnerability in Linux 6.12
In the Linux kernel, the following vulnerabilities have been resolved: fbdev: simplefb: Fixed the use of “free” after calling simplefbdetachgenpds. The pmdomain cleanup cannot be managed by devices because it uses the struct simplefbpar, which is allocated within struct fbinfo by framebufferalloc...
CVE-2025-40037 fbdev: simplefb: Fix use after free in simplefb_detach_genpds()
In the Linux kernel, the following vulnerability has been resolved: fbdev: simplefb: Fix use after free in simplefbdetachgenpds The pmdomain cleanup can not be devres managed as it uses struct simplefbpar which is allocated within struct fbinfo by framebufferalloc. This allocation is explicitly...