CVE-2023-53744
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-12-08

Last updated on: 2025-12-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe wkup_m3_ipc_get() takes refcount, which should be freed by wkup_m3_ipc_put(). Add missing refcount release in the error paths.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-08
Last Modified
2025-12-08
Generated
2026-06-16
AI Q&A
2025-12-08
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 reference count leak in the Linux kernel's soc: ti: pm33xx driver. Specifically, the function wkup_m3_ipc_get() increments a reference count that should be decremented by wkup_m3_ipc_put(), but the decrement was missing in certain error paths, causing the reference count to leak.

Impact Analysis

The reference count leak can lead to resource management issues within the kernel, potentially causing memory leaks or preventing proper cleanup of resources, which may degrade system stability or performance over time.

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