CVE-2026-74509는 Linux에서 확인된 높음 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 >= cba6b758711cab946c787f7c15be92cc749b8e1f < 565971488191bf54a87a417abafab6ad0de72201, >= cba6b758711cab946c787f7c15be92cc749b8e1f < c4cec575a6d6f7c36808a3a0017b0675968bb06b, >= cba6b758711cab946c787f7c15be92cc749b8e1f < 95cdcd8c82a501931fd3ae9b3811b0b6da167e94, >= cba6b758711cab946c787f7c15be92cc749b8e1f < eb1d8318764de7216e6dbba29a24d69f7ce51348, >= cba6b758711cab946c787f7c15be92cc749b8e1f < b16ebdbebd2d37f4cdc590bc3e9db71fe90350a3, >= cba6b758711cab946c787f7c15be92cc749b8e1f < cdc36db204ffd97b947d64374cf23a210dc74777, >= 42fe380baaaccbe635c34ca07b29d19b9ec2498d, >= 5.15.210 < 5.16, >= 5.17입니다. CVSS 기본 점수는 8.8점입니다. 현재 CISA KEV 등록은 확인되지 않았습니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Fix advertising data UAFs hci_find_adv_instance() returns an adv_info pointer that is valid only while hdev->lock is held. The advertising command-sync paths perform instance lookups without that lock and, in some cases, retain the pointer while waiting for a controller response. An advertising termination event can therefore interleave as follows: hci_cmd_sync_work hci_rx_work hci_find_adv_instance() __hci_cmd_sync_status() wait for controller reply hci_dev_lock() hci_remove_adv_instance() kfree(adv) a...