Linux

Linux Kernel

13881 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • 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...

  • EPSS 0.11%
  • 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...

  • EPSS 0.06%
  • 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...

  • EPSS 0.06%
  • 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 ...

  • EPSS 0.07%
  • 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...

  • EPSS 0.09%
  • 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. ...

  • 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...

  • 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 ...

  • 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...

  • 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. ...