Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.27%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 07.04.2025 19:04:58

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dbg-tlv: ensure NUL termination The iwl_fw_ini_debug_info_tlv is used as a string, so we must ensure the string is terminated correctly before using it.

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 30.12.2024 17:39:04

In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix shrinker NULL crash with cgroup_disable=memory Christian reports a NULL deref in zswap that he bisected down to the zswap shrinker. The issue also cropped up in the...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 30.12.2024 17:41:16

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in its_vpe_irq_domain_alloc() causes a double free when its_vpe_init() fails after successfully allocating ...

  • EPSS 0.1%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 21.11.2024 09:21:02

In the Linux kernel, the following vulnerability has been resolved: eeprom: at24: fix memory corruption race condition If the eeprom is not accessible, an nvmem device will be registered, the read will fail, and the device will be torn down. If ano...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 03.02.2025 16:23:16

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix information leak in btrfs_ioctl_logical_to_ino() Syzbot reported the following information leak for in btrfs_ioctl_logical_to_ino(): BUG: KMSAN: kernel-infoleak in in...

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 30.12.2024 17:42:02

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NULL-deref on non-serdev setup Qualcomm ROME controllers can be registered from the Bluetooth line discipline and in this case the HCI UART serdev pointer is NU...

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 15:15:21
  • Zuletzt bearbeitet 30.12.2024 18:10:36

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NULL-deref on non-serdev suspend Qualcomm ROME controllers can be registered from the Bluetooth line discipline and in this case the HCI UART serdev pointer is ...

  • EPSS 0.04%
  • Veröffentlicht 17.05.2024 15:15:20
  • Zuletzt bearbeitet 21.11.2024 08:40:22

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check to scom_debug_init_one() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Add a null pointer ...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 15:15:20
  • Zuletzt bearbeitet 10.01.2025 17:59:11

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix a double-free in si_dpm_init When the allocation of adev->pm.dpm.dyn_state.vddc_dependency_on_dispclk.entries fails, amdgpu_free_extended_power_table is called to f...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 15:15:20
  • Zuletzt bearbeitet 25.09.2025 16:29:51

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add missing error check to scarlett2_usb_set_config() scarlett2_usb_set_config() calls scarlett2_usb_get() but was not checking the result. Return the error if it ...