CVE-2025-38390
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/07/2025
Last modified:
19/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
firmware: arm_ffa: Fix memory leak by freeing notifier callback node<br />
<br />
Commit e0573444edbf ("firmware: arm_ffa: Add interfaces to request<br />
notification callbacks") adds support for notifier callbacks by allocating<br />
and inserting a callback node into a hashtable during registration of<br />
notifiers. However, during unregistration, the code only removes the<br />
node from the hashtable without freeing the associated memory, resulting<br />
in a memory leak.<br />
<br />
Resolve the memory leak issue by ensuring the allocated notifier callback<br />
node is properly freed after it is removed from the hashtable entry.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.37 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.15.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.16:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.16:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.16:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.16:rc4:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



