In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for Centos:8
kernel-selftests-internal
.
Note: Versions mentioned in the description apply only to the upstream kernel-selftests-internal
package and not the kernel-selftests-internal
package as distributed by Centos
.
See How to fix?
for Centos:8
relevant fixed versions and status.
A use-after-free flaw was found in the Linux Kernel. When a disk is removed, bdi_unregister is called to stop further write-back and waits for associated delayed work to complete. However, wb_inode_writeback_end() may schedule bandwidth estimation work after this has completed, which can result in the timer attempting to access the recently freed bdi_writeback.