CVE-2024-49969
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:17
- Zuletzt bearbeitet 03.11.2025 23:16:35
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in DCN30 color transformation This commit addresses a potential index out of bounds issue in the `cm3_helper_translate_curve_to_hw_format` ...
CVE-2024-49970
- EPSS 0.03%
- Veröffentlicht 21.10.2024 18:15:17
- Zuletzt bearbeitet 29.10.2024 15:57:41
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Implement bounds check for stream encoder creation in DCN401 'stream_enc_regs' array is an array of dcn10_stream_enc_registers structures. The array is initialized...
CVE-2024-49948
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 12.05.2026 12:17:18
In the Linux kernel, the following vulnerability has been resolved: net: add more sanity checks to qdisc_pkt_len_init() One path takes care of SKB_GSO_DODGY, assuming skb->len is bigger than hdr_len. virtio_net_hdr_to_skb() does not fully dissect ...
CVE-2024-49950
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:33
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix uaf in l2cap_connect [Syzbot reported] BUG: KASAN: slab-use-after-free in l2cap_connect.constprop.0+0x10d8/0x1270 net/bluetooth/l2cap_core.c:3949 Read of size...
CVE-2024-49957
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:34
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix null-ptr-deref when journal load failed. During the mounting process, if journal_reset() fails because of too short journal, then lead to jbd2_journal_load() fails with ...
CVE-2024-49931
- EPSS 0.02%
- Veröffentlicht 21.10.2024 18:15:15
- Zuletzt bearbeitet 25.10.2024 15:16:07
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix array out-of-bound access in SoC stats Currently, the ath12k_soc_dp_stats::hal_reo_error array is defined with a maximum size of DP_REO_DST_RING_MAX. However, the...
CVE-2024-49932
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:15
- Zuletzt bearbeitet 13.11.2024 15:01:49
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't readahead the relocation inode on RST On relocation we're doing readahead on the relocation inode, but if the filesystem is backed by a RAID stripe tree we can get ENO...
CVE-2024-49935
- EPSS 0.02%
- Veröffentlicht 21.10.2024 18:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:31
In the Linux kernel, the following vulnerability has been resolved: ACPI: PAD: fix crash in exit_round_robin() The kernel occasionally crashes in cpumask_clear_cpu(), which is called within exit_round_robin(), because when executing clear_bit(nr, a...
CVE-2024-49936
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:31
In the Linux kernel, the following vulnerability has been resolved: net/xen-netback: prevent UAF in xenvif_flush_hash() During the list_for_each_entry_rcu iteration call of xenvif_flush_hash, kfree_rcu does not exist inside the rcu read critical se...
CVE-2024-49938
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:15
- Zuletzt bearbeitet 12.05.2026 12:17:18
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit Syzbot points out that skb_trim() has a sanity check on the existing length of the skb, which can be unini...