CVE-2022-48785
- EPSS 0.17%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 24.07.2026 15:16:52
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.24%
- 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.24%
- 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.32%
- 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.25%
- 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 ...
- EPSS 0.26%
- 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: fix a possible use-after-free in controller reset during load Unlike .queue_rq, in .submit_async_event drivers may not check the ctrl readiness for AER submission. This may l...
CVE-2022-48791
- EPSS 0.24%
- 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: scsi: pm8001: Fix use-after-free for aborted TMF sas_task Currently a use-after-free may occur if a TMF sas_task is aborted before we handle the IO completion in mpi_ssp_completion...
CVE-2022-48792
- EPSS 0.24%
- Veröffentlicht 16.07.2024 12:15:03
- Zuletzt bearbeitet 21.11.2024 07:34:02
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task Currently a use-after-free may occur if a sas_task is aborted by the upper layer before we handle the I/O completion i...
CVE-2021-47622
- EPSS 0.17%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 21.11.2024 06:36:41
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: Fix a deadlock in the error handler The following deadlock has been observed on a test setup: - All tags allocated - The SCSI error handler calls ufshcd_eh_host_rese...
CVE-2021-47623
- EPSS 0.23%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 03.10.2025 14:30:26
In the Linux kernel, the following vulnerability has been resolved: powerpc/fixmap: Fix VM debug warning on unmap Unmapping a fixmap entry is done by calling __set_fixmap() with FIXMAP_PAGE_CLEAR as flags. Today, powerpc __set_fixmap() calls map_k...