- EPSS 0.04%
- Veröffentlicht 15.09.2025 14:02:03
- Zuletzt bearbeitet 15.09.2025 15:21:42
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...
- EPSS 0.04%
- Veröffentlicht 15.09.2025 14:02:01
- Zuletzt bearbeitet 15.09.2025 15:21:42
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...
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:01:52
- Zuletzt bearbeitet 15.09.2025 15:21:42
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 ...
- EPSS 0.04%
- Veröffentlicht 15.09.2025 14:01:50
- Zuletzt bearbeitet 15.09.2025 15:21:42
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.
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:47
- Zuletzt bearbeitet 15.09.2025 15:21:42
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...
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:01:45
- Zuletzt bearbeitet 10.10.2025 16:15:49
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 *...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:43
- Zuletzt bearbeitet 15.09.2025 15:21:42
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 ...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:42
- Zuletzt bearbeitet 15.09.2025 15:21:42
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...
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:41
- Zuletzt bearbeitet 15.09.2025 15:21:42
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.
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:01:38
- Zuletzt bearbeitet 15.09.2025 15:21:42
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...