Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 22.10.2025 13:23:25
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: xfrm: Update ipcomp_scratches with NULL when freed Currently if ipcomp_alloc_scratches() fails to allocate memory ipcomp_scratches holds obsolete address. So when we try to free th...

  • EPSS 0.05%
  • Veröffentlicht 22.10.2025 13:23:24
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: fs: jfs: fix shift-out-of-bounds in dbAllocAG Syzbot found a crash : UBSAN: shift-out-of-bounds in dbAllocAG. The underlying bug is the missing check of bmp->db_agl2size. The field...

  • EPSS 0.02%
  • Veröffentlicht 22.10.2025 13:23:23
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx() urbs does not be freed in exception paths in __lf_x_usb_enable_rx(). That will trigger memory leak. To fix it, add...

  • EPSS 0.06%
  • Veröffentlicht 22.10.2025 13:23:23
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: mtd: Fix device name leak when register device failed in add_mtd_device() There is a kmemleak when register device failed: unreferenced object 0xffff888101aab550 (size 8): co...

  • EPSS 0.05%
  • Veröffentlicht 22.10.2025 13:23:22
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: dm thin: Fix UAF in run_timer_softirq() When dm_resume() and dm_destroy() are concurrent, it will lead to UAF, as follows: BUG: KASAN: use-after-free in __run_timers+0x173/0x710 ...

  • EPSS 0.05%
  • Veröffentlicht 22.10.2025 13:23:22
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: s390/netiucv: Fix return type of netiucv_tx() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expected function...

  • EPSS 0.03%
  • Veröffentlicht 22.10.2025 13:23:21
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: tpm: acpi: Call acpi_put_table() to fix memory leak The start and length of the event log area are obtained from TPM2 or TCPA table, so we call acpi_get_table() to get the ACPI inf...

  • EPSS 0.03%
  • Veröffentlicht 22.10.2025 13:23:20
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: drm/meson: explicitly remove aggregate driver at module unload time Because component_master_del wasn't being called when unloading the meson_drm module, the aggregate device would...

  • EPSS 0.03%
  • Veröffentlicht 22.10.2025 13:23:20
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: iio: fix memory leak in iio_device_register_eventset() When iio_device_register_sysfs_group() returns failed, iio_device_register_eventset() needs to free attrs array. Otherwise, ...

  • EPSS 0.03%
  • Veröffentlicht 22.10.2025 13:23:19
  • Zuletzt bearbeitet 22.10.2025 21:12:48

In the Linux kernel, the following vulnerability has been resolved: clk: imx: scu: fix memleak on platform_device_add() fails No error handling is performed when platform_device_add() fails. Add error processing before return, and modified the retu...