CVE-2024-50187
- EPSS 0.22%
- Veröffentlicht 08.11.2024 06:15:15
- Zuletzt bearbeitet 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.22%
- Veröffentlicht 08.11.2024 06:15:15
- Zuletzt bearbeitet 12.05.2026 13:16:19
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.21%
- Veröffentlicht 08.11.2024 06:15:15
- Zuletzt bearbeitet 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-50175
- EPSS 0.22%
- Veröffentlicht 08.11.2024 06:15:14
- Zuletzt bearbeitet 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.21%
- Veröffentlicht 07.11.2024 10:15:08
- Zuletzt bearbeitet 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.21%
- Veröffentlicht 07.11.2024 10:15:08
- Zuletzt bearbeitet 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.24%
- Veröffentlicht 07.11.2024 10:15:08
- Zuletzt bearbeitet 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...
CVE-2024-50172
- EPSS 0.21%
- Veröffentlicht 07.11.2024 10:15:08
- Zuletzt bearbeitet 01.10.2025 21:15:57
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix a possible memory leak In bnxt_re_setup_chip_ctx() when bnxt_qplib_map_db_bar() fails driver is not freeing the memory allocated for "rdev->chip_ctx".
CVE-2024-50155
- EPSS 0.23%
- Veröffentlicht 07.11.2024 10:15:07
- Zuletzt bearbeitet 03.11.2025 23:16:56
In the Linux kernel, the following vulnerability has been resolved: netdevsim: use cond_resched() in nsim_dev_trap_report_work() I am still seeing many syzbot reports hinting that syzbot might fool nsim_dev_trap_report_work() with hundreds of ports...
CVE-2024-50156
- EPSS 0.22%
- Veröffentlicht 07.11.2024 10:15:07
- Zuletzt bearbeitet 03.11.2025 23:16:56
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Avoid NULL dereference in msm_disp_state_print_regs() If the allocation in msm_disp_state_dump_regs() failed then `block->state` can be NULL. The msm_disp_state_print_regs...