CVE-2025-38390

MEDIUM

Linux Kernel < 6.12.37 - Memory Leak

Title source: rule
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_ffa: Fix memory leak by freeing notifier callback node Commit e0573444edbf ("firmware: arm_ffa: Add interfaces to request notification callbacks") adds support for notifier callbacks by allocating and inserting a callback node into a hashtable during registration of notifiers. However, during unregistration, the code only removes the node from the hashtable without freeing the associated memory, resulting in a memory leak. Resolve the memory leak issue by ensuring the allocated notifier callback node is properly freed after it is removed from the hashtable entry.

Scores

CVSS v3 5.5
EPSS 0.0002
EPSS Percentile 4.9%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

CWE
CWE-401
Status published
Products (4)
linux/Kernel 6.13.0 - 6.15.6linux
linux/Kernel 6.7.0 - 6.12.37linux
linux/linux_kernel 6.16 rc1 (4 CPE variants)
linux/linux_kernel 6.7 - 6.12.37
Published Jul 25, 2025
Tracked Since Feb 18, 2026