2 matches found
EUVD-2026-86105
In the Linux kernel, the following vulnerability has been resolved: media: dm1105: fix missing error check for dmaalloccoherent The return value of dm1105dmamap, which handles DMA memory allocation, is ignored in dm1105hwinit. If dmaalloccoherent fails, the driver will proceed using a NULL pointe...
5.7AI score
SaveExploits0References3
CVE-2026-97507
The Linux kernel contains a vulnerability in the dm1105 media driver. Specifically, the function dm1105_hw_init() fails to check the return value of dm1105_dma_map(), which handles DMA memory allocation. If dma_alloc_coherent() fails, the driver continues to use a NULL pointer for DMA transfers, ...
5.7AI score
SaveExploits0References3
20