Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 07.01.2025 20:24:08

In the Linux kernel, the following vulnerability has been resolved: usb: core: Prevent null pointer dereference in update_port_device_state Currently, the function update_port_device_state gets the usb_hub from udev->parent by calling usb_hub_to_st...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 07.01.2025 21:16:14

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid-of: fix NULL-deref on failed power up A while back the I2C HID implementation was split in an ACPI and OF part, but the new OF driver never initialises the client poin...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 17.03.2025 16:01:17

In the Linux kernel, the following vulnerability has been resolved: dm-crypt, dm-verity: disable tasklets Tasklets have an inherent problem with memory corruption. The function tasklet_action_common calls tasklet_trylock, then it calls the tasklet ...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:53
  • Zuletzt bearbeitet 03.02.2025 16:17:03

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:52
  • Zuletzt bearbeitet 08.04.2025 15:35:33

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential bug in end_buffer_async_write According to a syzbot report, end_buffer_async_write(), which handles the completion of block device writes, may detect abnormal...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:52
  • Zuletzt bearbeitet 03.11.2025 20:16:10

In the Linux kernel, the following vulnerability has been resolved: fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats lock_task_sighand() can trigger a hard lockup. If NR_CPUS threads call do_task_stat() at the same t...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:52
  • Zuletzt bearbeitet 17.03.2025 15:39:03

In the Linux kernel, the following vulnerability has been resolved: xen/events: close evtchn after mapping cleanup shutdown_pirq and startup_pirq are not taking the irq_mapping_update_lock because they can't due to lock inversion. Both are called w...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:52
  • Zuletzt bearbeitet 07.01.2025 21:12:29

In the Linux kernel, the following vulnerability has been resolved: fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super When configuring a hugetlb filesystem via the fsconfig() syscall, there is a possible NULL dereference in hugetlbfs_...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2024 15:15:52
  • Zuletzt bearbeitet 14.01.2025 17:26:26

In the Linux kernel, the following vulnerability has been resolved: ceph: prevent use-after-free in encode_cap_msg() In fs/ceph/caps.c, in encode_cap_msg(), "use after free" error was caught by KASAN at this line - 'ceph_buffer_get(arg->xattr_buf);...

  • EPSS 0.1%
  • Veröffentlicht 03.04.2024 15:15:52
  • Zuletzt bearbeitet 08.04.2025 15:32:55

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: protect updates of 64-bit statistics counters As explained by a comment in <linux/u64_stats_sync.h>, write side of struct u64_stats_sync must ensure mutual exclusion, ...