CVE-2023-53480
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Exploitability

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-68427MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • linux-nvidia-tegra
NoYesAug 10, 2026
CVE-2026-68426MEDIUM4.7
  • Linux Kernel logoLinux Kernel
  • linux-nvidia-tegra-igx
NoYesAug 10, 2026
CVE-2026-68450NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-devel
NoYesAug 12, 2026
CVE-2026-68430NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-partner
NoYesAug 12, 2026
CVE-2026-68428NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-ibm-6.8
NoYesAug 10, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management