Total vulnerabilities in the database
In the Linux kernel, the following vulnerability has been resolved:
drm/vkms: Fix use after free and double free on init error
If the driver initialization fails, the vkms_exit() function might access an uninitialized or freed default_config pointer and it might double free it.
Fix both possible errors by initializing default_config only when the driver initialization succeeded.
Software | From | Fixed in |
---|---|---|
linux / linux_kernel | 5.12 | 5.15.180 |
linux / linux_kernel | 6.13 | 6.13.11 |
linux / linux_kernel | 6.14 | 6.14.2 |
linux / linux_kernel | 5.16 | 6.1.134 |
linux / linux_kernel | 6.2 | 6.6.87 |
linux / linux_kernel | 6.7 | 6.12.23 |