CVE-2024-50187
- EPSS 0.04%
- Published 08.11.2024 06:15:15
- Last modified 03.11.2025 23:16:59
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Stop the active perfmon before being destroyed Upon closing the file descriptor, the active performance monitor is not stopped. Although all perfmons are destroyed in `vc4...
CVE-2024-50188
- EPSS 0.06%
- Published 08.11.2024 06:15:15
- Last modified 03.11.2025 23:16:59
In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83869: fix memory corruption when enabling fiber When configuring the fiber port, the DP83869 PHY driver incorrectly calls linkmode_set_bit() with a bit mask (1 << 10) ...
CVE-2024-50189
- EPSS 0.04%
- Published 08.11.2024 06:15:15
- Last modified 03.11.2025 23:16:59
In the Linux kernel, the following vulnerability has been resolved: HID: amd_sfh: Switch to device-managed dmam_alloc_coherent() Using the device-managed version allows to simplify clean-up in probe() error path. Additionally, this device-managed ...
CVE-2024-50190
- EPSS 0.04%
- Published 08.11.2024 06:15:15
- Last modified 01.10.2025 21:16:01
In the Linux kernel, the following vulnerability has been resolved: ice: fix memleak in ice_init_tx_topology() Fix leak of the FW blob (DDP pkg). Make ice_cfg_tx_topo() const-correct, so ice_init_tx_topology() can avoid copying whole FW blob. Copy...
CVE-2024-50173
- EPSS 0.03%
- Published 08.11.2024 06:15:14
- Last modified 01.10.2025 21:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix access to uninitialized variable in tick_ctx_cleanup() The group variable can't be used to retrieve ptdev in our second loop, because it points to the previously i...
CVE-2024-50174
- EPSS 0.02%
- Published 08.11.2024 06:15:14
- Last modified 01.10.2025 21:15:58
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race when converting group handle to group object XArray provides it's own internal lock which protects the internal array when entries are being simultaneously ad...
CVE-2024-50175
- EPSS 0.04%
- Published 08.11.2024 06:15:14
- Last modified 01.10.2025 21:15:58
In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: Remove use_count guard in stop_streaming The use_count check was introduced so that multiple concurrent Raw Data Interfaces RDIs could be driven by different vi...
CVE-2024-50169
- EPSS 0.03%
- Published 07.11.2024 10:15:08
- Last modified 01.10.2025 21:15:56
In the Linux kernel, the following vulnerability has been resolved: vsock: Update rx_bytes on read_skb() Make sure virtio_transport_inc_rx_pkt() and virtio_transport_dec_rx_pkt() calls are balanced (i.e. virtio_vsock_sock::rx_bytes doesn't lie) aft...
CVE-2024-50170
- EPSS 0.03%
- Published 07.11.2024 10:15:08
- Last modified 01.10.2025 21:15:57
In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix potential memory leak in bcmasp_xmit() The bcmasp_xmit() returns NETDEV_TX_OK without freeing skb in case of mapping fails, add dev_kfree_skb() to fix it.
CVE-2024-50171
- EPSS 0.04%
- Published 07.11.2024 10:15:08
- Last modified 03.11.2025 23:16:57
In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcm_sysport_xmit() The bcm_sysport_xmit() returns NETDEV_TX_OK without freeing skb in case of dma_map_single() fails, add dev_kfree_sk...