
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-53480 is a NULL pointer dereference vulnerability in the Linux kernel's kset_register() function within the kobject subsystem. It affects multiple stable kernel branches: 4.19.x before 4.19.295, 4.20–5.3 before 5.4.257, 5.5–5.9 before 5.10.197, 5.11–5.14 before 5.15.133, 5.16–6.1 before 6.1.55, and 6.2–6.4 before 6.5.5. The CVE was published on October 1, 2025, with NVD initial analysis completed January 22, 2026. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly, kernel.org patches).
The root cause is a missing NULL check (CWE-476) in kset_register() for the kset->kobj.ktype field. Per Linux kernel documentation, every structure embedding a kobject must have a corresponding ktype initialized; when a caller registers a kset without initializing this field, the kernel proceeds to call kobject_get_ownership() via kobject_add_internal(), which dereferences the NULL ktype pointer and triggers a kernel panic. The attack vector is local, requiring low privileges (e.g., loading a custom kernel module that calls kset_register() without proper initialization), and no user interaction is needed. The fix adds a sanity check at the start of kset_register() to return an error if kset->kobj.ktype is NULL (Feedly).
Successful exploitation causes a kernel NULL pointer dereference, resulting in a system crash (kernel panic) and denial of service. There is no confidentiality or integrity impact — only availability is affected, as the system becomes unresponsive or reboots. The vulnerability is limited to the local system and does not enable lateral movement or data exfiltration (Feedly).
No public proof-of-concept exploit code is known, and there is no evidence of in-the-wild exploitation as of the time of writing. The EPSS score is approximately 0.024% (0.000240), indicating very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access and the ability to load a kernel module, significantly limiting the attacker population (Feedly).
Apply the upstream kernel patches available for all affected stable branches. The fixed versions are: 4.19.295, 5.4.257, 5.10.197, 5.15.133, 6.1.55, and 6.5.5 (or later). Patches are available in the kernel.org stable repositories. As a short-term workaround for systems that cannot be patched immediately, restrict local user access to kernel interfaces and audit any custom kernel modules that invoke kset_register() to ensure ktype is properly initialized before the call (kernel.org patches, Feedly).
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."