
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability was discovered in the Linux kernel related to kobject handling, specifically in the kset_register() function. The issue involves a missing sanity check for kset->kobj.ktype, which can lead to a null pointer dereference when registering a kset without properly initializing the ktype (NVD).
The vulnerability occurs when registering a kset without initializing the kset->kobj.ktype field. When attempting to register a kset using code like kobject_set_name(&my_kset.kobj, "my_kset"); ret = kset_register(&my_kset);, a null pointer dereference exception occurs at virtual address 0x28. This happens because the ktype, which defines the type of object that embeds a kobject, is required for every structure that embeds a kobject but was not properly initialized (NVD).
When exploited, this vulnerability results in a kernel null pointer dereference that can cause system crashes, leading to denial of service conditions. The issue affects the kernel's kobject subsystem, which is a fundamental part of the Linux device model (NVD).
The vulnerability has been fixed by adding a sanity check to ensure kset->kobj.ktype is not NULL in the kset_register() function. Users should update to patched kernel versions that include this fix (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."