Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:01:45
  • Zuletzt bearbeitet 13.11.2025 18:32:28

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: start MHI channel after endpoit creation MHI channel may generates event/interrupt right after enabling. It may leads to 2 race conditions issues. 1) Such event may be ...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:01:44
  • Zuletzt bearbeitet 13.11.2025 18:32:07

In the Linux kernel, the following vulnerability has been resolved: net: fix potential refcount leak in ndisc_router_discovery() The issue happens on specific paths in the function. After both the object `rt` and `neigh` are grabbed successfully, w...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:01:43
  • Zuletzt bearbeitet 13.11.2025 18:58:33

In the Linux kernel, the following vulnerability has been resolved: net: genl: fix error path memory leak in policy dumping If construction of the array of policies fails when recording non-first policy we need to unwind. netlink_policy_dump_add_p...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:01:42
  • Zuletzt bearbeitet 13.11.2025 18:58:24

In the Linux kernel, the following vulnerability has been resolved: ice: Fix call trace with null VSI during VF reset During stress test with attaching and detaching VF from KVM and simultaneously changing VFs spoofcheck and trust there was a call ...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:41
  • Zuletzt bearbeitet 13.11.2025 18:58:05

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions() If an error occurs in dsa_devlink_region_create(), then 'priv->regions' array will be accessed by negative...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:40
  • Zuletzt bearbeitet 13.11.2025 18:57:53

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove() Commit 09f012e64e4b ("stmmac: intel: Fix clock handling on error and remove paths") removed this...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:39
  • Zuletzt bearbeitet 13.11.2025 18:56:57

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors() In this function, there are two refcount leak bugs: (1) when breaking out of for_each_endpoint_of_node(), we ne...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:38
  • Zuletzt bearbeitet 13.11.2025 18:56:11

In the Linux kernel, the following vulnerability has been resolved: drm/i915/ttm: don't leak the ccs state The kernel only manages the ccs state with lmem-only objects, however the kernel should still take care not to leak the CCS state from the pr...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:37
  • Zuletzt bearbeitet 13.11.2025 18:42:44

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix use-after-free on amdgpu_bo_list mutex If amdgpu_cs_vm_handling returns r != 0, then it will unlock the bo_list_mutex inside the function amdgpu_cs_vm_handling and ...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:37
  • Zuletzt bearbeitet 13.11.2025 18:42:52

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow ...