First published: Wed Jul 10 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6_hmac_init_algo seg6_hmac_init_algo returns without cleaning up the previous allocations if one fails, so it's going to leak all that memory and the crypto tfms. Update seg6_hmac_exit to only free the memory when allocated, so we can reuse the code directly.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.10<4.19.316 | |
Linux Kernel | >=4.20<5.4.278 | |
Linux Kernel | >=5.5<5.10.219 | |
Linux Kernel | >=5.11<5.15.161 | |
Linux Kernel | >=5.16<6.1.93 | |
Linux Kernel | >=6.2<6.6.33 | |
Linux Kernel | >=6.7<6.9.4 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.16-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-39489 has a medium severity rating due to its potential for causing memory leaks in the Linux kernel.
To fix CVE-2024-39489, ensure that you update to the specified patched versions of the Linux kernel which are not vulnerable.
CVE-2024-39489 affects various versions of the Linux kernel ranging from 4.10 to 6.6.33.
Yes, patches for CVE-2024-39489 are available in the updated versions of the Linux kernel.
Failing to address CVE-2024-39489 may lead to memory leaks, resulting in degraded system performance and potential service interruptions.