CVE-2022-48780
- EPSS 0.02%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 03.10.2025 14:32:27
In the Linux kernel, the following vulnerability has been resolved: net/smc: Avoid overwriting the copies of clcsock callback functions The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens mo...
CVE-2022-48781
- EPSS 0.02%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 21.11.2024 07:34:00
In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - get rid of alg_memory_allocated alg_memory_allocated does not seem to be really used. alg_proto does have a .memory_allocated field, but no corresponding .sysctl_...
CVE-2022-48782
- EPSS 0.04%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 21.11.2024 07:34:00
In the Linux kernel, the following vulnerability has been resolved: mctp: fix use after free Clang static analysis reports this problem route.c:425:4: warning: Use of memory after it is freed trace_mctp_key_acquire(key); ^~~~~~~~~~~~~~~~~~~~~~~...
CVE-2022-48783
- EPSS 0.02%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 21.11.2024 07:34:00
In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiq_gswip: fix use after free in gswip_remove() of_node_put(priv->ds->slave_mii_bus->dev.of_node) should be done before mdiobus_free(priv->ds->slave_mii_bus).
CVE-2022-48784
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 03.02.2025 15:43:35
In the Linux kernel, the following vulnerability has been resolved: cfg80211: fix race in netlink owner interface destruction My previous fix here to fix the deadlock left a race where the exact same deadlock (see the original commit referenced bel...
CVE-2022-48785
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 03.10.2025 14:33:16
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() Some time ago 8965779d2c0e ("ipv6,mcast: always hold idev->lock before mca_lock") switched ipv6_get_lladdr() to __ipv6_get_ll...
CVE-2022-48786
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 03.10.2025 14:47:41
In the Linux kernel, the following vulnerability has been resolved: vsock: remove vsock from connected table when connect is interrupted by a signal vsock_connect() expects that the socket could already be in the TCP_ESTABLISHED state when the conn...
CVE-2022-48787
- EPSS 0.02%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 21.11.2024 07:34:01
In the Linux kernel, the following vulnerability has been resolved: iwlwifi: fix use-after-free If no firmware was present at all (or, presumably, all of the firmware files failed to parse), we end up unbinding by calling device_release_driver(), w...
CVE-2022-48788
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 10.01.2025 19:06:54
In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: fix possible use-after-free in transport error_recovery work While nvme_rdma_submit_async_event_work is checking the ctrl and queue state before preparing the AER comman...
CVE-2022-48789
- EPSS 0.02%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 21.11.2024 07:34:01
In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport error_recovery work While nvme_tcp_submit_async_event_work is checking the ctrl and queue state before preparing the AER command ...