CVE-2026-23381 in Linuxالمعلومات

الملخص

بحسب VulDB • 25/05/2026

في نواة لينكس، تم حل الثغرة التالية:

net: bridge: تصحيح خطأ إلغاء المرجع NULL (NULL dereference) في nd_tbl عند تعطيل IPv6

عند الإقلاع باستخدام المعلمة 'ipv6.disable=1'، لا يتم تهيئة nd_tbl أبدًا لأن inet6_init() ينهي عمله قبل استدعاء ndisc_init() التي تقوم بتهيئته. ثم، إذا كان neigh_suppress مفعلاً ووصل حزمة ICMPv6 Neighbor Discovery إلى الجسر (bridge)، فإن br_do_suppress_nd() ستقوم بإلغاء مرجع ipv6_stub->nd_tbl الذي يكون NULL، وتمريره إلى neigh_lookup(). هذا يسبب خطأ إلغاء مرجع مؤشر NULL في النواة.

BUG: kernel NULL pointer dereference, address: 0000000000000268 Oops: 0000 [#1] PREEMPT SMP NOPTI
[...]
RIP: 0010:neigh_lookup+0x16/0xe0 [...]
Call Trace: <IRQ> ? neigh_lookup+0x16/0xe0 br_do_suppress_nd+0x160/0x290 [bridge]
br_handle_frame_finish+0x500/0x620 [bridge]
br_handle_frame+0x353/0x440 [bridge]
__netif_receive_skb_core.constprop.0+0x298/0x1110 __netif_receive_skb_one_core+0x3d/0xa0 process_backlog+0xa0/0x140 __napi_poll+0x2c/0x170 net_rx_action+0x2c4/0x3a0 handle_softirqs+0xd0/0x270 do_softirq+0x3f/0x60

تم إصلاح ذلك عن طريق استبدال استدعاء IS_ENABLED(IPV6) بـ ipv6_mod_enabled() في الدوال المستدعية. وهذا يؤدي في جوهره إلى تعطيل كبت NS/NA (NS/NA suppression) عند تعطيل IPv6.

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

مسؤول

Linux

حجز

13/01/2026

إفشاء

25/03/2026

الاعتدال

تمت الموافقة

إدخال

VDB-353049

EPSS

0.00120

KEV

لا

النشاطات

منخفض جدًا

المصادر

Interested in the pricing of exploits?

See the underground prices here!