In the Linux kernel, the following vulnerability has been resolved:drm/vkms: Fix use after free and double free on init errorIf the driver initialization fails, the vkms_exit() function mightaccess an uninitialized or freed default_config pointer and it mightdouble free it.Fix both possible errors by initializing default_config only when thedriver initialization succeeded.
No PoCs from references.
- https://github.com/fkie-cad/nvd-json-data-feeds
- https://github.com/w4zu/Debian_security