CVE-2025-22096
- EPSS 0.11%
- Veröffentlicht 16.04.2025 14:12:46
- Zuletzt bearbeitet 04.11.2025 17:05:28
In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msm_parse_deps() The SUBMIT_ERROR() macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error co...
CVE-2025-22094
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:45
- Zuletzt bearbeitet 31.10.2025 20:53:02
In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu' Commit 176cda0619b6 ("powerpc/perf: Add perf interface to expose vpa counters") introduced 'vpa_pmu' to expose Book3s-HV nested ...
CVE-2025-22093
- EPSS 0.08%
- Veröffentlicht 16.04.2025 14:12:44
- Zuletzt bearbeitet 03.11.2025 20:17:44
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid NPD when ASIC does not support DMUB ctx->dmub_srv will de NULL if the ASIC does not support DMUB, which is tested in dm_dmub_sw_init. However, it will be de...
CVE-2025-22091
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:43
- Zuletzt bearbeitet 31.10.2025 21:00:04
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix page_size variable overflow Change all variables storing mlx5_umem_mkc_find_best_pgsz() result to unsigned long to support values larger than 31 and avoid overflow. ...
CVE-2025-22092
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:43
- Zuletzt bearbeitet 31.10.2025 20:53:31
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix NULL dereference in SR-IOV VF creation error path Clean up when virtfn setup fails to prevent NULL pointer dereference during device removal. The kernel oops below occurre...
CVE-2025-22090
- EPSS 0.06%
- Veröffentlicht 16.04.2025 14:12:42
- Zuletzt bearbeitet 11.01.2026 17:15:52
In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() If track_pfn_copy() fails, we already added the dst VMA to the maple tree. As fork() fails, we'll cleanup the...
CVE-2025-22088
- EPSS 0.06%
- Veröffentlicht 16.04.2025 14:12:41
- Zuletzt bearbeitet 03.11.2025 20:17:43
In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() After the erdma_cep_put(new_cep) being called, new_cep will be freed, and the following dereference will cause a UAF pr...
CVE-2025-22089
- EPSS 0.13%
- Veröffentlicht 16.04.2025 14:12:41
- Zuletzt bearbeitet 03.11.2025 20:17:43
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Don't expose hw_counters outside of init net namespace Commit 467f432a521a ("RDMA/core: Split port and device counter sysfs attributes") accidentally almost exposed hw c...
CVE-2025-22087
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:35
- Zuletzt bearbeitet 31.10.2025 20:57:00
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix array bounds error with may_goto may_goto uses an additional 8 bytes on the stack, which causes the interpreters[] array to go out of bounds when calculating index by stac...
CVE-2025-22086
- EPSS 0.1%
- Veröffentlicht 16.04.2025 14:12:34
- Zuletzt bearbeitet 03.11.2025 20:17:43
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow When cur_qp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to th...