CVE-2022-49117
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 01.10.2025 20:15:48
In the Linux kernel, the following vulnerability has been resolved: mips: ralink: fix a refcount leak in ill_acc_of_setup() of_node_put(np) needs to be called when pdev == NULL.
CVE-2022-49118
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 15.10.2025 19:44:20
In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Free irq vectors in order for v3 HW If the driver probe fails to request the channel IRQ or fatal IRQ, the driver will free the IRQ vectors before freeing the IRQs ...
CVE-2022-49119
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 01.10.2025 20:15:48
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req() In pm8001_chip_fw_flash_update_build(), if pm8001_chip_fw_flash_update_build() fails, the struct fw_control_ex al...
CVE-2022-49120
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 23.09.2025 18:16:32
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix task leak in pm8001_send_abort_all() In pm8001_send_abort_all(), make sure to free the allocated sas task if pm8001_tag_alloc() or pm8001_mpi_build_cmd() fail.
CVE-2022-49121
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 23.09.2025 18:16:41
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix tag leaks on error In pm8001_chip_set_dev_state_req(), pm8001_chip_fw_flash_update_req(), pm80xx_chip_phy_ctl_req() and pm8001_chip_reg_dev_req() add missing call...
CVE-2022-49122
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 14.10.2025 19:56:27
In the Linux kernel, the following vulnerability has been resolved: dm ioctl: prevent potential spectre v1 gadget It appears like cmd could be a Spectre v1 gadget as it's supplied by a user and used as an array index. Prevent the contents of kernel...
CVE-2022-49123
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 01.10.2025 20:15:48
In the Linux kernel, the following vulnerability has been resolved: ath11k: Fix frames flush failure caused by deadlock We are seeing below warnings: kernel: [25393.301506] ath11k_pci 0000:01:00.0: failed to flush mgmt transmit queue 0 kernel: [25...
CVE-2022-49124
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 15.10.2025 19:44:53
In the Linux kernel, the following vulnerability has been resolved: x86/mce: Work around an erratum on fast string copy instructions A rare kernel panic scenario can happen when the following conditions are met due to an erratum on fast string copy...
CVE-2022-49125
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 01.10.2025 20:15:49
In the Linux kernel, the following vulnerability has been resolved: drm/sprd: fix potential NULL dereference 'drm' could be null in sprd_drm_shutdown, and drm_warn maybe dereference it, remove this warning log. v1 -> v2: - Split checking platform...
CVE-2022-49126
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:49
- Zuletzt bearbeitet 01.10.2025 20:15:49
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix memory leaks Fix memory leaks related to operational reply queue's memory segments which are not getting freed while unloading the driver.