First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: af_can: do not leave a dangling sk pointer in can_create() On error can_create() frees the allocated sk object, but sock_init_data() has already attached it to the provided sock object. This will leave a dangling sk pointer in the sock object and may cause use-after-free later.
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-56603 is classified with a moderate severity due to the potential for a dangling pointer which can lead to system instability.
To fix CVE-2024-56603, update your Linux kernel to a version that is beyond the affected ranges described in the vulnerability.
CVE-2024-56603 affects Linux kernel versions ranging from 5.4 up to 6.12.5 but excludes versions above these ranges.
The impact of CVE-2024-56603 can include potential system crashes or unpredictable behavior due to the improper management of memory pointers.
As of now, there is no confirmed information indicating that CVE-2024-56603 is actively being exploited in the wild.