First published: Thu May 30 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: phonet: fix rtm_phonet_notify() skb allocation fill_route() stores three components in the skb: - struct rtmsg - RTA_DST (u8) - RTA_OIF (u32) Therefore, rtm_phonet_notify() should use NLMSG_ALIGN(sizeof(struct rtmsg)) + nla_total_size(1) + nla_total_size(4)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
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-36946 has been classified with a medium severity level due to potential impacts on system stability and security.
To fix CVE-2024-36946, update to the patched versions 5.10.223-1, 5.10.226-1, 6.1.123-1, 6.1.128-1, or 6.12.12-1 of the Linux kernel.
CVE-2024-36946 affects the Linux kernel packages in specific versions provided by Debian.
CVE-2024-36946 involves components related to skb allocation in the rtm_phonet_notify() function.
CVE-2024-36946 does not directly indicate remote code execution risk but can affect system operations.