CVE-2024-56779
- EPSS 0.04%
- Published 08.01.2025 18:15:18
- Last modified 03.11.2025 21:18:31
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur The action force umount(umount -f) will attempt to kill all rpc_task even umount operation may ultimately fail if som...
CVE-2024-56780
- EPSS 0.05%
- Published 08.01.2025 18:15:18
- Last modified 03.11.2025 21:18:31
In the Linux kernel, the following vulnerability has been resolved: quota: flush quota_release_work upon quota writeback One of the paths quota writeback is called from is: freeze_super() sync_filesystem() ext4_sync_fs() dquot_writebac...
CVE-2024-56771
- EPSS 0.04%
- Published 08.01.2025 18:15:17
- Last modified 01.10.2025 20:17:51
In the Linux kernel, the following vulnerability has been resolved: mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC information These four chips: * W25N512GW * W25N01GW * W25N01JW * W25N02JW all require a single bit of ECC strength and th...
CVE-2024-56772
- EPSS 0.04%
- Published 08.01.2025 18:15:17
- Last modified 10.02.2025 18:15:32
In the Linux kernel, the following vulnerability has been resolved: kunit: string-stream: Fix a UAF bug in kunit_init_suite() In kunit_debugfs_create_suite(), if alloc_string_stream() fails in the kunit_suite_for_each_test_case() loop, the "suite->...
CVE-2024-56770
- EPSS 0.05%
- Published 08.01.2025 17:15:15
- Last modified 03.11.2025 21:18:29
In the Linux kernel, the following vulnerability has been resolved: net/sched: netem: account for backlog updates from child qdisc In general, 'qlen' of any classful qdisc should keep track of the number of packets that the qdisc itself and all of ...
CVE-2024-56769
- EPSS 0.04%
- Published 06.01.2025 17:15:44
- Last modified 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-56766
- EPSS 0.05%
- Published 06.01.2025 17:15:43
- Last modified 03.11.2025 21:18:29
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmel_pmecc_create_user() The "user" pointer was converted from being allocated with kzalloc() to being allocated by devm_kzalloc(). Calling kfree...
CVE-2024-56767
- EPSS 0.05%
- Published 06.01.2025 17:15:43
- Last modified 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-56768
- EPSS 0.04%
- Published 06.01.2025 17:15:43
- Last modified 01.10.2025 20:17:50
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP On x86-64 calling bpf_get_smp_processor_id() in a kernel with CONFIG_SMP disabled can trigger the following bug, as pcpu_hot is u...
CVE-2024-56763
- EPSS 0.05%
- Published 06.01.2025 17:15:42
- Last modified 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.