CVE-2024-56767
- EPSS 0.01%
- Veröffentlicht 06.01.2025 17:15:43
- Zuletzt bearbeitet 03.11.2025 21:18:29
In the Linux kernel, the following vulnerability has been resolved: dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset The at_xdmac_memset_create_desc may return NULL, which will lead to a null pointer dereference. For example, t...
CVE-2024-56763
- EPSS 0.01%
- Veröffentlicht 06.01.2025 17:15:42
- Zuletzt bearbeitet 03.11.2025 21:18:28
In the Linux kernel, the following vulnerability has been resolved: tracing: Prevent bad count for tracing_cpumask_write If a large count is provided, it will trigger a warning in bitmap_parse_user. Also check zero for it.
CVE-2024-56759
- EPSS 0.02%
- Veröffentlicht 06.01.2025 17:15:40
- Zuletzt bearbeitet 03.11.2025 21:18:27
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when COWing tree bock and tracing is enabled When a COWing a tree block, at btrfs_cow_block(), and we have the tracepoint trace_btrfs_cow_block() enabled ...
CVE-2022-49035
- EPSS 0.02%
- Veröffentlicht 02.01.2025 15:15:18
- Zuletzt bearbeitet 01.10.2025 20:15:43
In the Linux kernel, the following vulnerability has been resolved: media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE I expect that the hardware will have limited this to 16, but just in case it hasn't, check for this corner case.
CVE-2024-56756
- EPSS 0.02%
- Veröffentlicht 29.12.2024 12:15:09
- Zuletzt bearbeitet 03.11.2025 21:18:27
In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix freeing of the HMB descriptor table The HMB descriptor table is sized to the maximum number of descriptors that could be used for a given device, but __nvme_alloc_hos...
CVE-2024-56746
- EPSS 0.02%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:25
In the Linux kernel, the following vulnerability has been resolved: fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem() When information such as info->screen_base is not ready, calling sh7760fb_free_mem() does not release memory cor...
CVE-2024-56747
- EPSS 0.01%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:26
In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb() Hook "qedi_ops->common->sb_init = qed_sb_init" does not release the DMA memory sb_virt when it fails. Add dma_fre...
CVE-2024-56748
- EPSS 0.02%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:26
In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() Hook "qed_ops->common->sb_init = qed_sb_init" does not release the DMA memory sb_virt when it fails. Add dma_free...
CVE-2024-56751
- EPSS 0.01%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:27
In the Linux kernel, the following vulnerability has been resolved: ipv6: release nexthop on device removal The CI is hitting some aperiodic hangup at device removal time in the pmtu.sh self-test: unregister_netdevice: waiting for veth_A-R1 to bec...
CVE-2024-56754
- EPSS 0.02%
- Veröffentlicht 29.12.2024 12:15:08
- Zuletzt bearbeitet 03.11.2025 21:18:27
In the Linux kernel, the following vulnerability has been resolved: crypto: caam - Fix the pointer passed to caam_qi_shutdown() The type of the last parameter given to devm_add_action_or_reset() is "struct caam_drv_private *", but in caam_qi_shutdo...