Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-53250

5.5 · MEDIUM
Published Sep 15, 2025 linux CWE-476 EPSS 0.14% (4th pctl)

Overview

CVE-2023-53250 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle

KASAN reported a null-ptr-deref error:

KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]

CPU: 0 PID: 1373 Comm: modprobe

Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)

RIP: 0010:dmi_sysfs_entry_release

...

Call Trace:

<TASK>

kobject_put

dmi_sysfs_register_handle (drivers/firmware/dmi-sysfs.c:540) dmi_sysfs

dmi_decode_table (drivers/firmware/dmi_scan.c:133)

dmi_walk (drivers/firmware/dmi_scan.c:1115)

dmi_sysfs_init (drivers/firmware/dmi-sysfs.c:149) dmi_sysfs

do_one_initcall (init/main.c:1296)

...

Kernel panic - not syncing: Fatal exception

Kernel Offset: 0x4000000 from 0xffffffff81000000

---[ end Kernel panic - not syncing: Fatal exception ]---

It is because previous patch added kobject_put() to release the memory

which will call dmi_sysfs_entry_release() and list_del().

However, list_add_tail(entry->list) is

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.9.318, < 4.10 Affected

Frequently Asked Questions

What is CVE-2023-53250?

CVE-2023-53250 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-53250?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-53250?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-53250?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53250 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.