- EPSS 0.01%
- 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.01%
- 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.01%
- 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.01%
- 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.02%
- 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...
CVE-2021-47624
- EPSS 0.01%
- 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: net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change The refcount leak issues take place in an error handling path. When the 3rd argument buf doesn't match with "of...
CVE-2022-48773
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 21.11.2024 07:33:59
In the Linux kernel, the following vulnerability has been resolved: xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create If there are failures then we must not leave the non-NULL pointers with the error value, otherwise `rpcrdma_ep_dest...
CVE-2022-48774
- EPSS 0.03%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 24.09.2025 18:18:16
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: Fix the error handling path in pt_core_init() In order to free resources correctly in the error handling path of pt_core_init(), 2 goto's have to be switched. Oth...
CVE-2022-48775
- EPSS 0.01%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 21.11.2024 07:33:59
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add(): If this...
CVE-2022-48776
- EPSS 0.03%
- Veröffentlicht 16.07.2024 12:15:02
- Zuletzt bearbeitet 24.09.2025 18:16:14
In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem...