CVE-2024-50290
- EPSS 0.06%
- Published 19.11.2024 02:16:31
- Last modified 03.11.2025 23:17:11
In the Linux kernel, the following vulnerability has been resolved: media: cx24116: prevent overflows on SNR calculus as reported by Coverity, if reading SNR registers fail, a negative number will be returned, causing an underflow when reading SNR ...
CVE-2024-50291
- EPSS 0.04%
- Published 19.11.2024 02:16:31
- Last modified 01.10.2025 21:16:17
In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: add missing buffer index check dvb_vb2_expbuf() didn't check if the given buffer index was for a valid buffer. Add this check.
CVE-2024-50292
- EPSS 0.08%
- Published 19.11.2024 02:16:31
- Last modified 03.11.2025 23:17:11
In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove In case of error when requesting ctrl_chan DMA channel, ctrl_chan is not null. So the release of the dma chann...
CVE-2024-50293
- EPSS 0.04%
- Published 19.11.2024 02:16:31
- Last modified 01.10.2025 21:16:18
In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in __smc_create() Thanks to commit 4bbd360a5084 ("socket: Print pf->create() when it does not clear sock->sk on failure."), syzbot found...
CVE-2024-50294
- EPSS 0.02%
- Published 19.11.2024 02:16:31
- Last modified 01.10.2025 21:16:18
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix missing locking causing hanging calls If a call gets aborted (e.g. because kafs saw a signal) between it being queued for connection and the I/O thread picking up the ca...
CVE-2024-50295
- EPSS 0.06%
- Published 19.11.2024 02:16:31
- Last modified 03.11.2025 23:17:12
In the Linux kernel, the following vulnerability has been resolved: net: arc: fix the device for dma_map_single/dma_unmap_single The ndev->dev and pdev->dev aren't the same device, use ndev->dev.parent which has dma_mask, ndev->dev.parent is just p...
CVE-2024-50296
- EPSS 0.07%
- Published 19.11.2024 02:16:31
- Last modified 03.11.2025 23:17:12
In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash when uninstalling driver When the driver is uninstalled and the VF is disabled concurrently, a kernel crash occurs. The reason is that the two actions c...
CVE-2024-50297
- EPSS 0.02%
- Published 19.11.2024 02:16:31
- Last modified 01.10.2025 21:16:19
In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts Enqueue packets in dql after dma engine starts causes race condition. Tx transfer starts once dma engine is ...
CVE-2024-50298
- EPSS 0.03%
- Published 19.11.2024 02:16:31
- Last modified 01.10.2025 21:16:19
In the Linux kernel, the following vulnerability has been resolved: net: enetc: allocate vf_state during PF probes In the previous implementation, vf_state is allocated memory only when VF is enabled. However, net_device_ops::ndo_set_vf_mac() may b...
CVE-2024-50277
- EPSS 0.03%
- Published 19.11.2024 02:16:30
- Last modified 01.10.2025 21:16:16
In the Linux kernel, the following vulnerability has been resolved: dm: fix a crash if blk_alloc_disk fails If blk_alloc_disk fails, the variable md->disk is set to an error value. cleanup_mapped_device will see that md->disk is non-NULL and it wil...