2 matches found
The vulnerabilities of the functions create_dir(), __kobject_del(), kobject_cleanup(), and kobj_child_ns_ops() in the b/kobject.c library of the Linux operating system’s kernel allow a attacker to cause a service failure.
The vulnerabilities of the functions createdir, kobjectdel, kobjectcleanup, and kobjchildnsops in the b/kobject.c library of the Linux operating system are related to pointer arithmetic errors. Exploiting these vulnerabilities can allow a remote attacker to cause service interruptions...
kernel: block: don't delete queue kobject before its children
In the Linux kernel, the following vulnerability has been resolved: block: don't delete queue kobject before its children kobjects aren't supposed to be deleted before their child kobjects are deleted. Apparently this is usually benign; however, a WARN will be triggered if one of the child kobjec...