In the Linux kernel, the following vulnerability has been resolved:
fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'
All error handling paths lead to 'out' where many resources are freed.
Do it as well here instead of a direct return, otherwise 'log', 'ra' and
'log->one_page_buf' (at least) will leak.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-02-26 06:37
Updated : 2025-10-01 20:15
NVD link : CVE-2021-47660
Mitre link : CVE-2021-47660
CVE.ORG link : CVE-2021-47660
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
