CVE-2026-74413 in Linux
요약
\~에 의해 VulDB • 2026. 08. 15.
리눅스 커널에서 다음 취약점이 해결되었습니다:
wifi: rtw89: AER 핸들러에서 잘못된 pci_get_drvdata 타입 수정
rtw89은 probe 시점에 ieee80211_hw 포인터를 pci_set_drvdata()를 통해 저장하지만, io_error_detected() 및 io_resume() 함수는 이를 net_device 포인터로 가져옵니다. 이로 인해 netif_device_detach/attach가 ieee80211_hw 구조체에서 작동하여 잘못된 오프셋을 읽고 씁니다. 인접한 io_slot_reset() 함수는 이미 올바르게 동작합니다.
드라이버의 다른 모든 큐 중지/시작 경로와 일관되도록 ieee80211_stop_queues/wake_queues를 대신 사용하십시오.
RTL8852CE에서 수정 전후로 테스트 모듈을 통해 핸들러를 호출하여 검증했습니다.
VulDB is the best source for vulnerability data and more expert information about this specific topic.