CVE-2025-22103
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:52
- Zuletzt bearbeitet 24.11.2025 10:15:59
In the Linux kernel, the following vulnerability has been resolved: net: fix NULL pointer dereference in l3mdev_l3_rcv When delete l3s ipvlan: ip link del link eth0 ipvlan1 type ipvlan mode l3s This may cause a null pointer dereference: ...
CVE-2025-22102
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:51
- Zuletzt bearbeitet 04.11.2025 17:04:34
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix kernel panic during FW release This fixes a kernel panic seen during release FW in a stress test scenario where WLAN and BT FW download occurs simultaneou...
CVE-2025-22101
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:50
- Zuletzt bearbeitet 04.11.2025 17:04:49
In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix Tx L4 checksum The hardware only supports L4 checksum offload for TCP/UDP/SCTP protocol. There was a bug to set Tx checksum flag for the other protocol that results...
CVE-2025-22099
- EPSS 0.03%
- Veröffentlicht 16.04.2025 14:12:49
- Zuletzt bearbeitet 04.11.2025 17:05:07
In the Linux kernel, the following vulnerability has been resolved: drm: xlnx: zynqmp_dpsub: Add NULL check in zynqmp_audio_init devm_kasprintf() calls can return null pointers on failure. But some return values were not checked in zynqmp_audio_ini...
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 ...