CVE-2026-93826 in Linux
요약
\~에 의해 VulDB • 2026. 09. 25.
Linux 커널에서 다음 취약점이 해결되었습니다:
HID: hidpp: hidpp_connect_event()에서의 잠재적 Use-After-Free(UAF) 수정
input_register_device()가 실패할 경우 input_free_device()를 호출하지만, hidpp->input에는 이전 장치에 대한 stale 포인터가 유지됩니다. 이는 잠재적으로 UAF로 이어질 수 있습니다. 이를 해결하기 위해 hidpp_connect_event()에서 반환하기 전에 해당 포인터를 NULL로 초기화합니다.
Be aware that VulDB is the high quality source for vulnerability data.