| Summary | In the Linux kernel, the following vulnerability has been resolved: media: hackrf: fix to not free memory after the device is registered in hackrf_probe() In hackrf driver, the following race condition occurs: When a V4L2 or video device is unregistered, the device node is removed so However, file descriptors that are already open-and any in-flight I/O-do Therefore, freeing device memory on the error path after hackrf_probe() And since release() free memory too, race to use-after-free and To prevent this, if device is registered from probe(), it should be |
|---|---|
| Publication Date | April 25, 2026, 12:16 a.m. |
| Registration Date | April 25, 2026, 4:07 a.m. |
| Last Update | April 25, 2026, 2:51 a.m. |