CVE-2024-46795
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:02
In the Linux kernel, the following vulnerability has been resolved: ksmbd: unset the binding mark of a reused connection Steve French reported null pointer dereference error from sha256 lib. cifs.ko can send session setup requests on reused connect...
CVE-2024-46796
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:06
- Zuletzt bearbeitet 20.09.2024 18:20:35
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2_set_path_size() If smb2_compound_op() is called with a valid @cfile and returned -EINVAL, we need to call cifs_get_writable_path() bef...
CVE-2024-46797
- EPSS 0.03%
- Veröffentlicht 18.09.2024 08:15:06
- Zuletzt bearbeitet 29.09.2024 15:15:15
In the Linux kernel, the following vulnerability has been resolved: powerpc/qspinlock: Fix deadlock in MCS queue If an interrupt occurs in queued_spin_lock_slowpath() after we increment qnodesp->count and before node->lock is initialized, another C...
CVE-2024-46798
- EPSS 0.03%
- Veröffentlicht 18.09.2024 08:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:02
In the Linux kernel, the following vulnerability has been resolved: ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object When using kernel with the following extra config, - CONFIG_KASAN=y - CONFIG_KASAN_GENERIC=y - CONFIG_KASAN_INLINE=y - C...
CVE-2024-46799
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:06
- Zuletzt bearbeitet 23.09.2024 16:17:21
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX If number of TX queues are set to 1 we get a NULL pointer dereference during XDP_TX. ~# ethtool -L eth0 tx 1 ~# ./xdp-...
CVE-2024-46800
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:06
- Zuletzt bearbeitet 03.11.2025 23:16:02
In the Linux kernel, the following vulnerability has been resolved: sch/netem: fix use after free in netem_dequeue If netem_dequeue() enqueues packet to inner qdisc and that qdisc returns __NET_XMIT_STOLEN. The packet is dropped but qdisc_tree_redu...
CVE-2024-46801
- EPSS 0.04%
- Veröffentlicht 18.09.2024 08:15:06
- Zuletzt bearbeitet 20.09.2024 17:18:17
In the Linux kernel, the following vulnerability has been resolved: libfs: fix get_stashed_dentry() get_stashed_dentry() tries to optimistically retrieve a stashed dentry from a provided location. It needs to ensure to hold rcu lock before it dere...
CVE-2024-46771
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 23:15:59
In the Linux kernel, the following vulnerability has been resolved: can: bcm: Remove proc entry when dev is unregistered. syzkaller reported a warning in bcm_connect() below. [0] The repro calls connect() to vxcan1, removes vxcan1, and calls conne...
CVE-2024-46772
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check denominator crb_pipes before used [WHAT & HOW] A denominator cannot be 0, and is checked before used. This fixes 2 DIVIDE_BY_ZERO issues reported by Coverit...
CVE-2024-46773
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:05
- Zuletzt bearbeitet 03.11.2025 23:16:00
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check denominator pbn_div before used [WHAT & HOW] A denominator cannot be 0, and is checked before used. This fixes 1 DIVIDE_BY_ZERO issue reported by Coverity.