- EPSS 0.03%
- Veröffentlicht 28.10.2025 11:48:17
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix possible map leak in fastrpc_put_args copy_to_user() failure would cause an early return without cleaning up the fdlist, which has been updated by the DSP. This ...
- EPSS 0.02%
- Veröffentlicht 28.10.2025 11:48:16
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: PCI/AER: Avoid NULL pointer dereference in aer_ratelimit() When platform firmware supplies error information to the OS, e.g., via the ACPI APEI GHES mechanism, it may identify an e...
- EPSS 0.02%
- Veröffentlicht 28.10.2025 11:48:15
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable() pru_rproc_set_ctable() accessed rproc->priv before the IS_ERR_OR_NULL check, which could lead to a...
- EPSS 0.03%
- Veröffentlicht 28.10.2025 11:48:14
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before release The fields dma_chan_tx and dma_chan_rx of the struct pci_epf_test can be NULL even after EPF initializat...
- EPSS 0.02%
- Veröffentlicht 28.10.2025 11:48:13
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: tee: fix register_shm_helper() In register_shm_helper(), fix incorrect error handling for a call to iov_iter_extract_pages(). A case is missing for when iov_iter_extract_pages() on...
- EPSS 0.04%
- Veröffentlicht 28.10.2025 11:48:01
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: pinctrl: check the return value of pinmux_ops::get_function_name() While the API contract in docs doesn't specify it explicitly, the generic implementation of the get_function_name...
- EPSS 0.04%
- Veröffentlicht 28.10.2025 11:48:00
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: Check return value of platform_get_resource() platform_get_resource() returns NULL in case of failure, so check its return value and propagate the error in order to pr...
- EPSS 0.02%
- Veröffentlicht 28.10.2025 09:32:35
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: binder: fix double-free in dbitmap A process might fail to allocate a new bitmap when trying to expand its proc->dmap. In that case, dbitmap_grow() fails and frees the old bitmap v...
- EPSS 0.06%
- Veröffentlicht 28.10.2025 09:32:34
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: net/9p: fix double req put in p9_fd_cancelled Syzkaller reports a KASAN issue as below: general protection fault, probably for non-canonical address 0xfbd59c0000000021: 0000 [#1] ...
- EPSS 0.06%
- Veröffentlicht 28.10.2025 09:32:33
- Zuletzt bearbeitet 30.10.2025 15:05:32
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Don't (re)check L1 intercepts when completing userspace I/O When completing emulation of instruction that generated a userspace exit for I/O, don't recheck L1 intercepts ...