First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: sfp: fix memory leak in sfp_probe() sfp_probe() allocates a memory chunk from sfp with sfp_alloc(). When devm_add_action() fails, sfp is not freed, which leads to a memory leak. We should use devm_add_action_or_reset() instead of devm_add_action().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | <4.14.289 | |
Linux Kernel | >=4.15<4.19.253 | |
Linux Kernel | >=4.20<5.4.207 | |
Linux Kernel | >=5.5<5.10.132 | |
Linux Kernel | >=5.11<5.15.56 | |
Linux Kernel | >=5.16<5.18.13 | |
Linux Kernel | =5.19-rc1 | |
Linux Kernel | =5.19-rc2 | |
Linux Kernel | =5.19-rc3 | |
Linux Kernel | =5.19-rc4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49619 has a medium severity level due to its potential for causing memory leaks in affected systems.
To fix CVE-2022-49619, update your Linux kernel to a version that contains the patch addressing this memory leak issue.
CVE-2022-49619 affects various versions of the Linux kernel ranging from 4.14 to 5.19-rc4, specifically those within certain version ranges.
The vulnerability involves the 'sfp_probe()' function within the Linux kernel network subsystem, which is related to handling memory management.
CVE-2022-49619 is primarily a local privilege escalation vulnerability rather than a remote attack vector.