Linux

Linux Kernel

12474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 01.10.2025 21:15:43

In the Linux kernel, the following vulnerability has been resolved: mm/damon/tests/sysfs-kunit.h: fix memory leak in damon_sysfs_test_add_targets() The sysfs_target->regions allocated in damon_sysfs_regions_alloc() is not freed in damon_sysfs_test_...

  • EPSS 0.05%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:46

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the retu...

  • EPSS 0.05%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 21.02.2025 14:15:50

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devm_kasprintf() returned value devm_kasprintf() can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the retu...

  • EPSS 0.05%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 01.10.2025 21:15:43

In the Linux kernel, the following vulnerability has been resolved: pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func() 'new_map' is allocated using devm_* which takes care of freeing the allocated data on device removal, call...

  • EPSS 0.08%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:46

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Use code segment selector for VERW operand Robert Gill reported below #GP in 32-bit mode when dosemu software was executing vm86() system call: general protection faul...

  • EPSS 0.02%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:47

In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: Fix use-after-free in gsm_cleanup_mux BUG: KASAN: slab-use-after-free in gsm_cleanup_mux+0x77b/0x7b0 drivers/tty/n_gsm.c:3160 [n_gsm] Read of size 8 at addr ffff88815fe...

  • EPSS 0.05%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:47

In the Linux kernel, the following vulnerability has been resolved: parport: Proper fix for array out-of-bounds access The recent fix for array out-of-bounds accesses replaced sprintf() calls blindly with snprintf(). However, since snprintf() retu...

  • EPSS 0.03%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 01.10.2025 21:15:44

In the Linux kernel, the following vulnerability has been resolved: xhci: tegra: fix checked USB2 port number If USB virtualizatoin is enabled, USB2 ports are shared between all Virtual Functions. The USB2 port number owned by an USB2 root hub in a...

  • EPSS 0.27%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 08.11.2024 16:15:45

In the Linux kernel, the following vulnerability has been resolved: vt: prevent kernel-infoleak in con_font_get() font.data may not initialize all memory spaces depending on the implementation of vc->vc_sw->con_font_get. This may cause info-leak, s...

  • EPSS 0.04%
  • Veröffentlicht 29.10.2024 01:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:47

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix multiple init when debugfs is disabled If bt_debugfs is not created successfully, which happens if either CONFIG_DEBUG_FS or CONFIG_DEBUG_FS_ALLOW_ALL is unset,...