CVE-2023-53725
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-10-22

Last updated on: 2025-10-22

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe Smatch reports: drivers/clocksource/timer-cadence-ttc.c:529 ttc_timer_probe() warn: 'timer_baseaddr' from of_iomap() not released on lines: 498,508,516. timer_baseaddr may have the problem of not being released after use, I replaced it with the devm_of_iomap() function and added the clk_put() function to cleanup the "clk_ce" and "clk_cs".
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-22
Last Modified
2025-10-22
Generated
2026-06-16
AI Q&A
2025-10-22
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
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 memory leak in the Linux kernel's cadence-ttc clocksource driver. Specifically, the 'timer_baseaddr' obtained from the of_iomap() function was not properly released after use in the ttc_timer_probe() function, leading to a resource leak. The fix involved replacing of_iomap() with devm_of_iomap() and adding cleanup calls to release associated clock resources.

Impact Analysis

The memory leak caused by this vulnerability can lead to inefficient use of system memory and resources, potentially degrading system performance or stability over time if the driver is repeatedly probed or used. However, it does not directly lead to security breaches like data exposure or privilege escalation.

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