CVE-2025-22100
- EPSS 0.01%
- Veröffentlicht 16.04.2025 14:12:49
- Zuletzt bearbeitet 04.11.2025 17:04:57
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race condition when gathering fdinfo group samples Commit e16635d88fa0 ("drm/panthor: add DRM fdinfo support") failed to protect access to groups with an xarray lo...
CVE-2025-22098
- EPSS 0.01%
- Veröffentlicht 16.04.2025 14:12:48
- Zuletzt bearbeitet 04.11.2025 17:05:19
In the Linux kernel, the following vulnerability has been resolved: drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() Instead of attempting the same mutex twice, lock and unlock it. This bug has been detected by the Clang thread-safety ...
CVE-2025-22097
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:47
- Zuletzt bearbeitet 03.11.2025 20:17:44
In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkms_exit() function might access an uninitialized or freed default_config pointe...
CVE-2025-22095
- EPSS 0.03%
- Veröffentlicht 16.04.2025 14:12:46
- Zuletzt bearbeitet 03.11.2025 20:17:44
In the Linux kernel, the following vulnerability has been resolved: PCI: brcmstb: Fix error path after a call to regulator_bulk_get() If the regulator_bulk_get() returns an error and no regulators are created, we need to set their number to zero. ...
CVE-2025-22096
- EPSS 0.03%
- 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.02%
- 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.03%
- 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.02%
- 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.02%
- 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.02%
- Veröffentlicht 16.04.2025 14:12:42
- Zuletzt bearbeitet 31.10.2025 20:59:34
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...