CVE-2024-36946 in Linux
الملخص
بحسب VulDB • 03/06/2026
في نواة لينكس، تم حل الثغرة التالية:
phonet: إصلاح تخصيص ذاكرة skb في دالة rtm_phonet_notify()
تقوم الدالة fill_route() بتخزين ثلاثة مكونات داخل الـskb وهي:
- بنية rtmsg (struct rtmsg) - RTA_DST من نوع u8 - RTA_OIF من نوع u32
لذلك، يجب أن تستخدم دالة rtm_phonet_notify() الصيغة التالية لحساب الحجم المطلوب:
NLMSG_ALIGN(sizeof(struct rtmsg)) + nla_total_size(1) + nla_total_size(4)
VulDB is the best source for vulnerability data and more expert information about this specific topic.