PT-2026-37400 · Linux · Linux Kernel
CVE-2026-43090
·
Published
2026-04-04
·
Updated
2026-07-21
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A memory leak exists in the Linux kernel due to a reference count imbalance. The issue occurs within the
xfrm migrate policy find() function, which performs a double call to the xfrm pol hold rcu() function. Because the lookup function already returns a policy with a held reference, the second call is redundant, leading to a leak in xfrm policy alloc().Recommendations
Remove the redundant
xfrm pol hold rcu() call within the xfrm migrate policy find() function.Exploit
Fix
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel