First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() sock_init_data() attaches the allocated sk object to the provided sock object. If ieee802154_create() fails later, the allocated sk object is freed, but the dangling pointer remains in the provided sock object, which may allow use-after-free. Clear the sk pointer in the sock object 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-56602 is a moderate severity vulnerability in the Linux kernel.
To fix CVE-2024-56602, update your Linux kernel to a patched version above 6.12.5 or any other recommended fixed version.
CVE-2024-56602 affects Linux kernel versions between 5.4.287 and 6.12.5, including specific versions in that range.
CVE-2024-56602 impacts the ieee802154 network protocol in the Linux kernel, specifically during the creation of socket objects.
CVE-2024-56602 is not classified as a remote exploit vulnerability; it primarily affects local operations within the kernel.