CVE-2023-54298
Unknown Unknown - Not Provided
Null Pointer Dereference in Linux Intel Quark DTS Thermal Driver

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-05-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-05-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 Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart