CVE-2023-54298
Unknown Unknown - Not Provided

Null Pointer Dereference in Linux Intel Quark DTS Thermal Driver

Vulnerability report for CVE-2023-54298, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quark_dts: fix error pointer dereference If alloc_soc_dts() fails, then we can just return. Trying to free "soc_dts" will lead to an Oops.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
intel quark_dts *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel's thermal driver for Intel Quark devices involves an error pointer dereference. Specifically, if the function alloc_soc_dts() fails, the code attempts to free a resource named "soc_dts" anyway, which leads to a kernel Oops (a crash). The fix involves returning immediately if alloc_soc_dts() fails to prevent this error.

Impact Analysis

This vulnerability can cause the Linux kernel to crash (kernel Oops) when the alloc_soc_dts() function fails and the code tries to free an invalid pointer. This can lead to system instability or denial of service on affected Intel Quark devices running the vulnerable kernel.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54298. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart