CVE-2024-35880
- EPSS 0.14%
- Veröffentlicht 19.05.2024 09:15:09
- Zuletzt bearbeitet 24.09.2025 21:09:03
In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: hold io_buffer_list reference over mmap If we look up the kbuf, ensure that it doesn't get unregistered until after we're done with it. Since we're inside mmap, we c...
CVE-2024-35882
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:09
- Zuletzt bearbeitet 21.11.2024 09:21:07
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a slow server-side memory leak with RPC-over-TCP Jan Schunk reports that his small NFS servers suffer from memory exhaustion after just a few days. A bisect shows that ...
CVE-2024-35883
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:09
- Zuletzt bearbeitet 07.01.2025 17:03:52
In the Linux kernel, the following vulnerability has been resolved: spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe In function pci1xxxx_spi_probe, there is a potential null pointer that may be caused by a failed mem...
CVE-2024-35884
- EPSS 0.06%
- Veröffentlicht 19.05.2024 09:15:09
- Zuletzt bearbeitet 21.11.2024 09:21:07
In the Linux kernel, the following vulnerability has been resolved: udp: do not accept non-tunnel GSO skbs landing in a tunnel When rx-udp-gro-forwarding is enabled UDP packets might be GROed when being forwarded. If such packets might land in a tu...
CVE-2024-35885
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:09
- Zuletzt bearbeitet 03.02.2025 16:23:46
In the Linux kernel, the following vulnerability has been resolved: mlxbf_gige: stop interface during shutdown The mlxbf_gige driver intermittantly encounters a NULL pointer exception while the system is shutting down via "reboot" command. The mlxb...
- EPSS 0.03%
- Veröffentlicht 19.05.2024 09:15:09
- Zuletzt bearbeitet 21.11.2024 09:21:07
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix infinite recursion in fib6_dump_done(). syzkaller reported infinite recursive calls of fib6_dump_done() during netlink socket destruction. [1] From the log, syzkaller s...
CVE-2024-35887
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:09
- Zuletzt bearbeitet 31.12.2024 18:48:10
In the Linux kernel, the following vulnerability has been resolved: ax25: fix use-after-free bugs caused by ax25_ds_del_timer When the ax25 device is detaching, the ax25_dev_device_down() calls ax25_ds_del_timer() to cleanup the slave_timer. When t...
CVE-2024-35888
- EPSS 0.01%
- Veröffentlicht 19.05.2024 09:15:09
- Zuletzt bearbeitet 07.04.2025 18:57:00
In the Linux kernel, the following vulnerability has been resolved: erspan: make sure erspan_base_hdr is present in skb->head syzbot reported a problem in ip6erspan_rcv() [1] Issue is that ip6erspan_rcv() (and erspan_rcv()) no longer make sure ers...
CVE-2024-35889
- EPSS 0.02%
- Veröffentlicht 19.05.2024 09:15:09
- Zuletzt bearbeitet 31.12.2024 18:50:40
In the Linux kernel, the following vulnerability has been resolved: idpf: fix kernel panic on unknown packet types In the very rare case where a packet type is unknown to the driver, idpf_rx_process_skb_fields would return early without calling eth...
CVE-2024-35865
- EPSS 0.01%
- Veröffentlicht 19.05.2024 09:15:08
- Zuletzt bearbeitet 07.04.2025 18:57:42
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2_is_valid_oplock_break() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.