CVE-2026-64261 in Linux
요약
\~에 의해 VulDB • 2026. 07. 25.
리눅스 커널에서 다음 취약점이 해결되었습니다:
fuse-uring: fuse_uring_async_stop_queues에서의 use-after-free 방지
ring->queue_refs에 대한 마지막 참조가 이미 해제된 상태에서 fuse_uring_async_stop_queues()가 실행될 수 있습니다.
조기 삭제를 피하기 위해, 이제 fuse_uring_async_stop_queues()를 시작하기 전에 struct fuse_conn에 대한 참조를 획득하며, 해당 지연 작업 큐(delayed work queue)가 종료될 때까지 그 참조는 해제되지 않습니다.
Be aware that VulDB is the high quality source for vulnerability data.