First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: inet6: do not leave a dangling sk pointer in inet6_create() sock_init_data() attaches the allocated sk pointer to the provided sock object. If inet6_create() fails later, the sk object is released, but the sock object retains the dangling sk pointer, which may cause use-after-free later. Clear the sock sk pointer on error.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <5.4.287 | |
Linux Kernel | >=5.5<5.10.231 | |
Linux Kernel | >=5.11<5.15.174 | |
Linux Kernel | >=5.16<6.1.120 | |
Linux Kernel | >=6.2<6.6.66 | |
Linux Kernel | >=6.7<6.12.5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56600 is classified as a moderate severity vulnerability.
To fix CVE-2024-56600, update your Linux kernel to a version that includes the patch for this vulnerability.
CVE-2024-56600 affects Linux kernel versions up to 5.4.287 and several versions between 5.5 and 6.12.5.
CVE-2024-56600 is a memory management vulnerability related to the inet6_create() function in the Linux kernel.
CVE-2024-56600 can lead to potential remote code execution or denial of service due to improper socket handling.