CVE-2024-50174
- EPSS 0.02%
- 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: 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.01%
- 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.04%
- 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.04%
- 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.01%
- 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.03%
- 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.02%
- 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.01%
- 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...
CVE-2024-50157
- EPSS 0.02%
- Veröffentlicht 07.11.2024 10:15:07
- Zuletzt bearbeitet 02.02.2025 11:15:10
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop Driver waits indefinitely for the fifo occupancy to go below a threshold as soon as the pacing interrupt is received. ...
CVE-2024-50158
- EPSS 0.04%
- Veröffentlicht 07.11.2024 10:15:07
- Zuletzt bearbeitet 01.10.2025 21:15:54
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix out of bound check Driver exports pacing stats only on GenP5 and P7 adapters. But while parsing the pacing stats, driver has a check for "rdev->dbr_pacing". This...