CVE-2024-50057
- EPSS 0.21%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 24.10.2024 16:12:52
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devm_free_irq() only if client->irq is set. Th...
CVE-2024-50058
- EPSS 0.25%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 12.05.2026 13:16:17
In the Linux kernel, the following vulnerability has been resolved: serial: protect uart_port_dtr_rts() in uart_shutdown() too Commit af224ca2df29 (serial: core: Prevent unsafe uart port access, part 3) added few uport == NULL checks. It added one ...
CVE-2024-50033
- EPSS 0.27%
- Veröffentlicht 21.10.2024 20:15:16
- Zuletzt bearbeitet 12.05.2026 13:16:15
In the Linux kernel, the following vulnerability has been resolved: slip: make slhc_remember() more robust against malicious packets syzbot found that slhc_remember() was missing checks against malicious packets [1]. slhc_remember() only checked t...
CVE-2024-50034
- EPSS 0.2%
- Veröffentlicht 21.10.2024 20:15:16
- Zuletzt bearbeitet 24.10.2024 19:56:29
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC Eric report a panic on IPPROTO_SMC, and give the facts that when INET_PROTOSW_ICSK was set, icsk->icsk_sync_mss must be set too....
CVE-2024-50035
- EPSS 0.27%
- Veröffentlicht 21.10.2024 20:15:16
- Zuletzt bearbeitet 12.05.2026 13:16:15
In the Linux kernel, the following vulnerability has been resolved: ppp: fix ppp_async_encode() illegal access syzbot reported an issue in ppp_async_encode() [1] In this case, pppoe_sendmsg() is called with a zero size. Then ppp_async_encode() is ...
- EPSS 0.24%
- Veröffentlicht 21.10.2024 20:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:42
In the Linux kernel, the following vulnerability has been resolved: net: do not delay dst_entries_add() in dst_release() dst_entries_add() uses per-cpu data that might be freed at netns dismantle from ip6_route_net_exit() calling dst_entries_destro...
CVE-2024-50038
- EPSS 0.23%
- Veröffentlicht 21.10.2024 20:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:42
In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: avoid NFPROTO_UNSPEC where needed syzbot managed to call xt_cluster match via ebtables: WARNING: CPU: 0 PID: 11 at net/netfilter/xt_cluster.c:72 xt_cluster_mt...
CVE-2024-50039
- EPSS 0.25%
- Veröffentlicht 21.10.2024 20:15:16
- Zuletzt bearbeitet 12.05.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: net/sched: accept TCA_STAB only for root qdisc Most qdiscs maintain their backlog using qdisc_pkt_len(skb) on the assumption it is invariant between the enqueue() and dequeue() han...
CVE-2024-50024
- EPSS 0.26%
- Veröffentlicht 21.10.2024 20:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:41
In the Linux kernel, the following vulnerability has been resolved: net: Fix an unsafe loop on the list The kernel may crash when deleting a genetlink family if there are still listeners for that family: Oops: Kernel access of bad area, sig: 11 [#...
CVE-2022-49020
- EPSS 0.23%
- Veröffentlicht 21.10.2024 20:15:13
- Zuletzt bearbeitet 24.10.2024 18:43:20
In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix a potential socket leak in p9_socket_open Both p9_fd_create_tcp() and p9_fd_create_unix() will call p9_socket_open(). If the creation of p9_trans_fd fails, p9_fd_create...