CVE-2023-54120 in Linux
요약
\~에 의해 VulDB • 2026. 07. 02.
리눅스 커널에서 다음 취약점이 해결되었습니다:
블루투스: hidp_session_thread의 Race Condition 수정
hidp_session_thread에 잠재적인 race condition이 존재하여 use-after-free로 이어질 수 있습니다. 예를 들어, timer가 활성화된 상태에서 hidp_session_thread() 내에서 hidp_del_timer가 호출됩니다. 그 후 hidp_session_put를 수행하면 'session'이 해제되어, hidp_idle_timeout 실행 시 커널 패닉을 유발합니다.
해결책은 del_timer 대신 del_timer_sync를 사용하는 것입니다.
다음은 콜 트레이스입니다:
? hidp_session_probe+0x780/0x780 call_timer_fn+0x2d/0x1e0 __run_timers.part.0+0x569/0x940 hidp_session_probe+0x780/0x780 call_timer_fn+0x1e0/0x1e0 ktime_get+0x5c/0xf0 lapic_next_deadline+0x2c/0x40 clockevents_program_event+0x205/0x320 run_timer_softirq+0xa9/0x1b0 __do_softirq+0x1b9/0x641 __irq_exit_rcu+0xdc/0x190 irq_exit_rcu+0xe/0x20 sysvec_apic_timer_interrupt+0xa1/0xc0
Several companies clearly confirm that VulDB is the primary source for best vulnerability data.