CVE-2023-54298

Publication date

2025-12-30 12:23:34

Family

Linux

State

PUBLISHED

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.