CVE-2024-36979는 Linux Linux, linux kernel에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= ec7328b59176227216c461601c6bd0e922232a9b < 8ca9a750fc711911ef616ceb627d07357b04545e, >= ec7328b59176227216c461601c6bd0e922232a9b < 4488617e5e995a09abe4d81add5fb165674edb59, >= ec7328b59176227216c461601c6bd0e922232a9b < a2b01e65d9ba8af2bb086d3b7288ca53a07249ac, >= ec7328b59176227216c461601c6bd0e922232a9b < e43dd2b1ec746e105b7db5f9ad6ef14685a615a4, >= ec7328b59176227216c461601c6bd0e922232a9b < 3a7c1661ae1383364cd6092d851f5e5da64d476b, >= 5.18, >= 5.18 < 6.1.93, >= 6.2 < 6.6.33, >= 6.7 < 6.8.12, >= 6.9 < 6.9.3입니다. CVSS 기본 점수는 7.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage[1] in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while walking the list from the same path (br forward delay timer). Fix the rcu usage and also make sure we are not accessing freed memory by making br_mst_vlan_set_state use rcu read lock. [1] WARNING: suspicious RCU usage 6.9.0-rc6-syzkaller #0 Not tainted ----------------------------- net/bridge/br_private.h:1599 suspicious rcu_dereference_protected()...