CVE-2021-47257
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 04.04.2025 14:30:16
In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: fix null deref in parse dev addr Fix a logic error that could result in a null deref if the user sets the mode incorrectly for the given addr type.
CVE-2021-47258
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 30.04.2025 15:05:14
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix error handling of scsi_host_alloc() After device is initialized via device_initialize(), or its name is set via dev_set_name(), the device has to be freed via put_d...
CVE-2021-47260
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 24.12.2024 16:35:01
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential NULL dereference in nfs_get_client() None of the callers are expecting NULL returns from nfs_get_client() so this code will lead to an Oops. It's better to re...
CVE-2021-47245
- EPSS 0.26%
- 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-47249
- EPSS 0.24%
- 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.24%
- 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.23%
- 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-47233
- EPSS 0.22%
- Veröffentlicht 21.05.2024 15:15:12
- Zuletzt bearbeitet 30.12.2024 19:51:12
In the Linux kernel, the following vulnerability has been resolved: regulator: rt4801: Fix NULL pointer dereference if priv->enable_gpios is NULL devm_gpiod_get_array_optional may return NULL if no GPIO was assigned.
CVE-2021-47234
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:12
- Zuletzt bearbeitet 29.04.2025 19:42:29
In the Linux kernel, the following vulnerability has been resolved: phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init() Use clk_disable_unprepare() in the error path of mtk_phy_init() to fix some resource leaks.
CVE-2021-47235
- EPSS 0.23%
- 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...