CVE-2023-53250
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.9.318 (inc) to 4.10 (exc) |
| linux | linux_kernel | From 4.14.283 (inc) to 4.15 (exc) |
| linux | linux_kernel | From 4.19.247 (inc) to 4.20 (exc) |
| linux | linux_kernel | From 5.4.198 (inc) to 5.5 (exc) |
| linux | linux_kernel | From 5.10.122 (inc) to 5.11 (exc) |
| linux | linux_kernel | From 5.15.47 (inc) to 5.15.99 (exc) |
| linux | linux_kernel | From 5.17.15 (inc) to 5.18 (exc) |
| linux | linux_kernel | From 5.18.4 (inc) to 6.1.16 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.2.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a null pointer dereference in the Linux kernel's firmware dmi-sysfs component. It occurs because an error handling sequence calls kobject_put(), which triggers dmi_sysfs_entry_release() and attempts to delete an uninitialized list entry. The list_add_tail() call that initializes the list entry happens after the error handling, causing the kernel to dereference a null pointer and leading to a kernel panic.
How can this vulnerability impact me? :
This vulnerability can cause a kernel panic, which results in a system crash and loss of availability. This can disrupt normal operations, cause downtime, and potentially lead to data loss or system instability.