CVE-2021-47238
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 04.04.2025 14:31:03
In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix memory leak in ip_mc_add1_src BUG: memory leak unreferenced object 0xffff888101bc4c00 (size 32): comm "syz-executor527", pid 360, jiffies 4294807421 (age 19.329s) ...
CVE-2021-47239
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 30.12.2024 19:05:15
In the Linux kernel, the following vulnerability has been resolved: net: usb: fix possible use-after-free in smsc75xx_bind The commit 46a8b29c6306 ("net: usb: fix memory leak in smsc75xx_bind") fails to clean up the work scheduled in smsc75xx_reset...
CVE-2021-47240
- EPSS 0.04%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 30.12.2024 19:04:58
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix OOB Read in qrtr_endpoint_post Syzbot reported slab-out-of-bounds Read in qrtr_endpoint_post. The problem was in wrong _size_ type: if (len != ALIGN(size, 4) + hdr...
CVE-2021-47245
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 30.12.2024 19:03:58
In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: Fix out of bounds when parsing TCP options The TCP option parser in synproxy (synproxy_parse_options) could read one byte out of bounds. When the length is 1, ...
CVE-2021-47248
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 30.04.2025 15:21:04
In the Linux kernel, the following vulnerability has been resolved: udp: fix race between close() and udp_abort() Kaustubh reported and diagnosed a panic in udp_lib_lookup(). The root cause is udp_abort() racing with close(). Both racing functions ...
CVE-2021-47249
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 30.12.2024 19:01:43
In the Linux kernel, the following vulnerability has been resolved: net: rds: fix memory leak in rds_recvmsg Syzbot reported memory leak in rds. The problem was in unputted refcount in case of error. int rds_recvmsg(struct socket *sock, struct msg...
CVE-2021-47250
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:13
- Zuletzt bearbeitet 30.12.2024 19:00:27
In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix memory leak in netlbl_cipsov4_add_std Reported by syzkaller: BUG: memory leak unreferenced object 0xffff888105df7000 (size 64): comm "syz-executor842", pid 360, jiff...
CVE-2021-47229
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:12
- Zuletzt bearbeitet 29.04.2025 19:42:00
In the Linux kernel, the following vulnerability has been resolved: PCI: aardvark: Fix kernel panic during PIO transfer Trying to start a new PIO transfer by writing value 0 in PIO_START register when previous transfer has not yet completed (which ...
CVE-2021-47231
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:12
- Zuletzt bearbeitet 04.04.2025 14:31:28
In the Linux kernel, the following vulnerability has been resolved: can: mcba_usb: fix memory leak in mcba_usb Syzbot reported memory leak in SocketCAN driver for Microchip CAN BUS Analyzer Tool. The problem was in unfreed usb_coherent. In mcba_us...
CVE-2021-47235
- EPSS 0.01%
- Veröffentlicht 21.05.2024 15:15:12
- Zuletzt bearbeitet 30.12.2024 19:06:05
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ec_bhf_remove static void ec_bhf_remove(struct pci_dev *dev) { ... struct ec_bhf_priv *priv = netdev_priv(net_dev); unregister_net...