4 matches found
Linux Distros Unpatched Vulnerability : CVE-2023-53314
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field t...
CVE-2023-53314
In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...
CVE-2023-53314 fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
In the Linux kernel, the following vulnerability has been resolved: fbdev/ep93xx-fb: Do not assign to struct fbinfo.dev Do not assing the Linux device to struct fbinfo.dev. The call to registerframebuffer initializes the field to the fbdev device. Drivers should not override its value. Fixes a bu...
CVE-2023-53314
CVE-2023-53314 – Linux kernel : The fbdev ep93xx-fb driver incorrectly assigns the Linux device to struct fb_info.dev via register_framebuffer(), causing a reference-counter leak of the fbdev device. The fix is to stop driver code from overwriting fb_info.dev; register_framebuffer() already initi...