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-49949
- 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: avoid potential underflow in qdisc_pkt_len_init() with UFO After commit 7c6d2ecbda83 ("net: be more gentle about silly gso requests coming from user") virtio_net_hdr_to_skb() ...
CVE-2024-49952
- 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: netfilter: nf_tables: prevent nf_skb_duplicated corruption syzbot found that nf_dup_ipv4() or nf_dup_ipv6() could write per-cpu variable nf_skb_duplicated in an unsafe way [1]. Di...
CVE-2024-49955
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 12.05.2026 12:17:19
In the Linux kernel, the following vulnerability has been resolved: ACPI: battery: Fix possible crash when unregistering a battery hook When a battery hook returns an error when adding a new battery, then the battery hook is automatically unregiste...
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-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...
CVE-2024-49944
- 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: sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start In sctp_listen_start() invoked by sctp_inet_listen(), it should set the sk_state back to CLOSED if sctp_aut...
CVE-2024-49924
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:31
In the Linux kernel, the following vulnerability has been resolved: fbdev: pxafb: Fix possible use after free in pxafb_task() In the pxafb_probe function, it calls the pxafb_init_fbinfo function, after which &fbi->task is associated with pxafb_task...
CVE-2024-49925
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 03.11.2025 21:16:37
In the Linux kernel, the following vulnerability has been resolved: fbdev: efifb: Register sysfs groups through driver core The driver core can register and cleanup sysfs groups already. Make use of that functionality to simplify the error handling...