CVE-2024-56769
- EPSS 0.01%
- Veröffentlicht 06.01.2025 17:15:44
- Zuletzt bearbeitet 03.11.2025 21:18:29
In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg Syzbot reports [1] an uninitialized value issue found by KMSAN in dib3000_read_reg(). Local u8 rb[2] is used...
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-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-56739
- EPSS 0.02%
- Veröffentlicht 29.12.2024 12:15:07
- Zuletzt bearbeitet 03.11.2025 21:18:25
In the Linux kernel, the following vulnerability has been resolved: rtc: check if __rtc_read_time was successful in rtc_timer_do_work() If the __rtc_read_time call fails,, the struct rtc_time tm; may contain uninitialized data, or an illegal date/t...
CVE-2024-56717
- EPSS 0.02%
- Veröffentlicht 29.12.2024 09:15:06
- Zuletzt bearbeitet 03.11.2025 21:18:23
In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic() Packets injected by the CPU should have a SRC_PORT field equal to the CPU port module index in the Ana...
CVE-2024-56700
- EPSS 0.01%
- Veröffentlicht 28.12.2024 10:15:17
- Zuletzt bearbeitet 03.11.2025 21:18:20
In the Linux kernel, the following vulnerability has been resolved: media: wl128x: Fix atomicity violation in fmc_send_cmd() Atomicity violation occurs when the fmc_send_cmd() function is executed simultaneously with the modification of the fmdev->...
CVE-2024-56692
- EPSS 0.03%
- Veröffentlicht 28.12.2024 10:15:14
- Zuletzt bearbeitet 01.10.2025 20:17:40
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on node blkaddr in truncate_node() syzbot reports a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/segment.c:2534! RIP:...