CVE-2023-53997
Unknown Unknown - Not Provided

Double-Free Vulnerability in Linux Kernel Thermal Zone Registration

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

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: thermal: of: fix double-free on unregistration Since commit 3d439b1a2ad3 ("thermal/core: Alloc-copy-free the thermal zone parameters structure"), thermal_zone_device_register() allocates a copy of the tzp argument and frees it when unregistering, so thermal_of_zone_register() now ends up leaking its original tzp and double-freeing the tzp copy. Fix this by locating tzp on stack instead.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

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 is a double-free issue in the Linux kernel's thermal subsystem. Specifically, after a certain commit, the function thermal_zone_device_register() allocates and frees a copy of the thermal zone parameters (tzp) argument, but thermal_of_zone_register() ends up leaking the original tzp and double-freeing the copied tzp. The fix involves placing tzp on the stack to avoid this double-free and memory leak.

Impact Analysis

This double-free vulnerability can lead to memory corruption, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges on the affected Linux system.

Chat Assistant

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

EPSS Chart