CVE-2022-50245
- EPSS 0.01%
- 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.01%
- 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.01%
- 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.02%
- 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...
CVE-2022-50235
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:41
- Zuletzt bearbeitet 24.11.2025 17:41:12
In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READDIR Restore the previous limit on the @count argument to prevent a buffer overflow attack.
CVE-2022-50234
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:38
- Zuletzt bearbeitet 24.11.2025 17:46:10
In the Linux kernel, the following vulnerability has been resolved: io_uring/af_unix: defer registered files gc to io_uring release Instead of putting io_uring's registered files in unix_gc() we want it to be done by io_uring itself. The trick here...