CVE-2024-56785
- EPSS 0.03%
- Veröffentlicht 08.01.2025 18:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:32
In the Linux kernel, the following vulnerability has been resolved: MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a Fix the dtc warnings: arch/mips/boot/dts/loongson/ls7a-pch.dtsi:68.16-416.5: Warning (interrupt_provider): /bus@1000...
CVE-2024-56787
- EPSS 0.02%
- Veröffentlicht 08.01.2025 18:15:19
- Zuletzt bearbeitet 03.11.2025 21:18:32
In the Linux kernel, the following vulnerability has been resolved: soc: imx8m: Probe the SoC driver as platform driver With driver_async_probe=* on kernel command line, the following trace is produced because on i.MX8M Plus hardware because the so...
CVE-2024-56774
- EPSS 0.01%
- Veröffentlicht 08.01.2025 18:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:30
In the Linux kernel, the following vulnerability has been resolved: btrfs: add a sanity check for btrfs root in btrfs_search_slot() Syzbot reports a null-ptr-deref in btrfs_search_slot(). The reproducer is using rescue=ibadroots, and the extent tr...
CVE-2024-56776
- EPSS 0.01%
- Veröffentlicht 08.01.2025 18:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:30
In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers The return value of drm_atomic_get_crtc_state() needs to be checked. To avoid use of error pointer 'crtc_state' in case of th...
CVE-2024-56777
- EPSS 0.01%
- Veröffentlicht 08.01.2025 18:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:30
In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check The return value of drm_atomic_get_crtc_state() needs to be checked. To avoid use of error pointer 'c...
CVE-2024-56778
- EPSS 0.01%
- Veröffentlicht 08.01.2025 18:15:18
- Zuletzt bearbeitet 03.11.2025 21:18:30
In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check The return value of drm_atomic_get_crtc_state() needs to be checked. To avoid use of error pointer ...
CVE-2024-56779
- EPSS 0.02%
- Veröffentlicht 08.01.2025 18:15:18
- Zuletzt bearbeitet 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.02%
- Veröffentlicht 08.01.2025 18:15:18
- Zuletzt bearbeitet 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-56770
- EPSS 0.01%
- Veröffentlicht 08.01.2025 17:15:15
- Zuletzt bearbeitet 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.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...