CVE-2025-22066
- EPSS 0.15%
- Veröffentlicht 16.04.2025 14:12:20
- Zuletzt bearbeitet 03.11.2025 20:17:41
In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-card: Add NULL check in imx_card_probe() devm_kasprintf() returns NULL when memory allocation fails. Currently, imx_card_probe() does not check for this case, which resul...
CVE-2025-22067
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:20
- Zuletzt bearbeitet 01.10.2025 21:16:42
In the Linux kernel, the following vulnerability has been resolved: spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock() If requested_clk > 128, cdns_mrvl_xspi_setup_clock() iterates over the entire cdns_mrvl_xspi_clk_div_li...
CVE-2025-22065
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:19
- Zuletzt bearbeitet 01.10.2025 18:15:44
In the Linux kernel, the following vulnerability has been resolved: idpf: fix adapter NULL pointer dereference on reboot With SRIOV enabled, idpf ends up calling into idpf_remove() twice. First via idpf_shutdown() and then again when idpf_remove() ...
CVE-2025-22063
- EPSS 0.1%
- Veröffentlicht 16.04.2025 14:12:18
- Zuletzt bearbeitet 03.11.2025 20:17:41
In the Linux kernel, the following vulnerability has been resolved: netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets When calling netlbl_conn_setattr(), addr->sa_family is used to determine the function behavior. If sk is an I...
CVE-2025-22064
- EPSS 0.06%
- Veröffentlicht 16.04.2025 14:12:18
- Zuletzt bearbeitet 31.10.2025 20:43:43
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: don't unregister hook when table is dormant When nf_tables_updchain encounters an error, hook registration needs to be rolled back. This should only be done ...
CVE-2025-22062
- EPSS 0.11%
- Veröffentlicht 16.04.2025 14:12:17
- Zuletzt bearbeitet 03.11.2025 20:17:41
In the Linux kernel, the following vulnerability has been resolved: sctp: add mutual exclusion in proc_sctp_do_udp_port() We must serialize calls to sctp_udp_sock_stop() and sctp_udp_sock_start() or risk a crash as syzbot reported: Oops: general p...
CVE-2025-22060
- EPSS 0.1%
- Veröffentlicht 16.04.2025 14:12:16
- Zuletzt bearbeitet 03.11.2025 20:17:40
In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: Prevent parser TCAM memory corruption Protect the parser TCAM/SRAM memory, and the cached (shadow) SRAM information, from concurrent modifications. Both the TCAM and S...
CVE-2025-22061
- EPSS 0.11%
- Veröffentlicht 16.04.2025 14:12:16
- Zuletzt bearbeitet 31.10.2025 20:48:33
In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix qid report in airoha_tc_get_htb_get_leaf_queue() Fix the following kernel warning deleting HTB offloaded leafs and/or root HTB qdisc in airoha_eth driver properly ...
CVE-2025-22059
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:15
- Zuletzt bearbeitet 01.10.2025 18:15:43
In the Linux kernel, the following vulnerability has been resolved: udp: Fix multiple wraparounds of sk->sk_rmem_alloc. __udp_enqueue_schedule_skb() has the following condition: if (atomic_read(&sk->sk_rmem_alloc) > sk->sk_rcvbuf) goto...
CVE-2025-22057
- EPSS 0.06%
- Veröffentlicht 16.04.2025 14:12:14
- Zuletzt bearbeitet 31.10.2025 20:17:44
In the Linux kernel, the following vulnerability has been resolved: net: decrease cached dst counters in dst_release Upstream fix ac888d58869b ("net: do not delay dst_entries_add() in dst_release()") moved decrementing the dst count from dst_destro...