Linux

Linux Kernel

12162 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:07:01
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: net: ena: fix shift-out-of-bounds in exponential backoff The ENA adapters on our instances occasionally reset. Once recently logged a UBSAN failure to console in the process: U...

  • EPSS 0.03%
  • Veröffentlicht 16.09.2025 08:07:00
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume() There is a memory leaks problem reported by kmemleak: unreferenced object 0xffff888102007a00 (size 128): ...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:06:59
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: ext4: fix i_disksize exceeding i_size problem in paritally written case It is possible for i_disksize can exceed i_size, triggering a warning. generic_perform_write copied = iov_...

  • EPSS 0.03%
  • Veröffentlicht 16.09.2025 08:06:58
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl_mqs: move of_node_put() to the correct location of_node_put() should have been done directly after mqs_priv->regmap = syscon_node_to_regmap(gpr_np); otherwise it creates ...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:06:58
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: block: ublk: make sure that block size is set correctly block size is one very key setting for block layer, and bad block size could panic kernel easily. Make sure that block size...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:06:57
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event() The kfree() should be called when memory fails to be allocated for cb_data in xlnx_add_cb_for_notify_event(),...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:06:56
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: arm64: acpi: Fix possible memory leak of ffh_ctxt Allocated 'ffh_ctxt' memory leak is possible if the SMCCC version and conduit checks fail and -EOPNOTSUPP is returned without free...

  • EPSS 0.03%
  • Veröffentlicht 16.09.2025 08:06:55
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: ubi: ensure that VID header offset + VID header size <= alloc, size Ensure that the VID header offset + VID header size does not exceed the allocated area to avoid slab OOB. BUG: ...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:06:54
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe Use devm_of_iomap() instead of of_iomap() to automatically handle the unused ioremap region. If any error occurs,...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:06:53
  • Zuletzt bearbeitet 16.09.2025 12:49:16

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create We can't simply free the connector after calling drm_connector_init on it. We need to clean up th...