LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53250: firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle

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 called after the error block, so the list_head is uninitialized and cannot be deleted. Move error handling to after list_add_tail to fix this.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel availability bug in the DMI sysfs firmware interface. A local user with some privileges could trigger a kernel crash under the vulnerable code path. The main business risk is host outage, not data theft or remote compromise.

Executive priority

Handle through normal kernel patch management, with higher priority for critical shared infrastructure. The issue can crash affected hosts but currently has no provided evidence of active exploitation or remote reachability.

Technical view

The flaw is a NULL pointer dereference in dmi_sysfs_register_handle. Error handling could call kobject_put, reaching dmi_sysfs_entry_release and list_del before the entry list_head was initialized. The kernel fix moves error handling after list_add_tail. CVSS is 5.5: local, low complexity, low privileges, high availability impact.

Likely exposure

Exposure is most relevant on Linux systems running affected kernel builds with dmi-sysfs available. The source bundle lists Linux kernel affected ranges and stable fixes, but distro-specific backports are not identified. Validate using installed kernel package versions and vendor advisories.

Exploitation context

The CVE source marks KEV as false, and the bundle provides no cited evidence of active exploitation. The CVSS vector requires local access and low privileges. Treat this as a denial-of-service risk rather than a remote code execution issue.

Researcher notes

Focus validation on the dmi-sysfs registration error path and affected kernel lineage. The public description identifies the root cause and fix pattern, but the bundle does not provide distro package mapping or exploitation evidence.

Mitigation direction

  • Update affected Linux kernels to vendor-provided fixed builds.
  • Prioritize shared, multi-user, and availability-sensitive Linux hosts.
  • Check Linux distribution advisories for backported fixes.
  • Restrict unnecessary local shell access where operationally feasible.
  • Monitor kernel crash reports until patching is complete.

Validation and detection

  • Inventory Linux kernel versions across servers and images.
  • Confirm whether dmi-sysfs is present or loaded on relevant systems.
  • Compare installed kernels with vendor fixed-package advisories.
  • Review crash logs for NULL dereference or dmi-sysfs traces.
  • Verify patched hosts boot the expected fixed kernel.
Prepared
Confidence
medium
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-53250 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2023-53250Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxfdffa4ad8f6bf1ece877edfb807f2b2c729d8578, 660ba678f9998aca6db74f2dd912fa5124f0fa31, 660ba678f9998aca6db74f2dd912fa5124f0fa31, 660ba678f9998aca6db74f2dd912fa5124f0fa31, a9bfb37d6ba7c376b0d53337a4c5f5ff324bd725, ed38d04342dfbe9e5aca745c8b5eb4188a74f0ef, c66cc3c62870a27ea8f060a7e4c1ad8d26dd3f0d, a724634b2a49f6ff0177a9e19a5a92fc1545e1b7, 985706bd3bbeffc8737bc05965ca8d24837bc7db, 3ba359ebe914ac3f8c6c832b28007c14c39d3766, ec752973aa721ee281d5441e497364637c626c7b, 5.15.47, 4.9.318, 4.14.283, 4.19.247, 5.4.198, 5.10.122, 5.17.15, 5.18.4unaffected
LinuxLinux5.19, 0, 5.15.99, 6.1.16, 6.2.3, 6.3affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.