CVE-2022-50248
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:07
- Zuletzt bearbeitet 25.11.2025 14:41:11
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double free on tx path. We see kernel crashes and lockups and KASAN errors related to ax210 firmware crashes. One of the KASAN dumps pointed at the tx path...
CVE-2022-50246
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:04
- Zuletzt bearbeitet 24.11.2025 19:57:47
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpci_register_port() I got the following report while doing device(mt6370-tcpc) load test with CONFIG_OF_UNITTEST and CONFIG_OF_DYN...
CVE-2022-50245
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:03
- Zuletzt bearbeitet 24.11.2025 19:58:44
In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible UAF when kfifo_alloc() fails If kfifo_alloc() fails in mport_cdev_open(), goto err_fifo and just free priv. But priv is still in the chdev->file_list, then li...
CVE-2022-50244
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:02:01
- Zuletzt bearbeitet 24.11.2025 19:59:03
In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() If device_register() fails in cxl_pci_afu|adapter(), the device is not added, device_unregister() can not be called i...
CVE-2022-50243
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:52
- Zuletzt bearbeitet 24.11.2025 20:04:28
In the Linux kernel, the following vulnerability has been resolved: sctp: handle the error returned from sctp_auth_asoc_init_active_key When it returns an error from sctp_auth_asoc_init_active_key(), the active_key is actually not updated. The old ...
CVE-2022-50242
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:50
- Zuletzt bearbeitet 24.11.2025 20:05:04
In the Linux kernel, the following vulnerability has been resolved: drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init() If vp alloc failed in qlcnic_sriov_init(), all previously allocated vp needs to be freed.
CVE-2022-50241
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:01:47
- Zuletzt bearbeitet 25.11.2025 14:42:06
In the Linux kernel, the following vulnerability has been resolved: NFSD: fix use-after-free on source server when doing inter-server copy Use-after-free occurred when the laundromat tried to free expired cpntf_state entry on the s2s_cp_stateids li...
CVE-2022-50240
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:45
- Zuletzt bearbeitet 24.11.2025 17:25:46
In the Linux kernel, the following vulnerability has been resolved: android: binder: stop saving a pointer to the VMA Do not record a pointer to a VMA outside of the mmap_lock for later use. This is unsafe and there are a number of failure paths *...
CVE-2022-50239
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:43
- Zuletzt bearbeitet 24.11.2025 17:26:12
In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix writes in read-only memory region This commit fixes a kernel oops because of a write in some read-only memory: [ 9.068287] Unable to handle kernel write to ...
CVE-2022-50236
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:01:42
- Zuletzt bearbeitet 24.11.2025 17:35:33
In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix crash on isr after kexec() If the system is rebooted via isr(), the IRQ handler might be triggered before the domain is initialized. Resulting on an invalid mem...