Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:10
  • Zuletzt bearbeitet 29.09.2025 16:31:01

In the Linux kernel, the following vulnerability has been resolved: io_uring: ensure task_work gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through task_work, then we can be sleepin...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:09
  • Zuletzt bearbeitet 06.01.2025 20:45:41

In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove When ACPI type is ACPI_SMO8500, the data->dready_trig will not be set, the memory allocated by iio_triggered_bu...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:09
  • Zuletzt bearbeitet 06.01.2025 20:45:22

In the Linux kernel, the following vulnerability has been resolved: iio: mma8452: Fix trigger reference couting The mma8452 driver directly assigns a trigger to the struct iio_dev. The IIO core when done using this trigger will call `iio_trigger_pu...

  • EPSS 0.02%
  • Veröffentlicht 23.05.2024 07:15:08
  • Zuletzt bearbeitet 07.05.2025 20:15:24

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix potential null-ptr-deref Fix potential null-ptr-deref in hci_le_big_sync_established_evt().

  • EPSS 0.03%
  • Veröffentlicht 23.05.2024 07:15:08
  • Zuletzt bearbeitet 06.01.2025 22:33:55

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: fix slab-use-after-free in msft_do_close() Tying the msft->data lifetime to hdev by freeing it in hci_release_dev() to fix the following case: [use] msft_do_close...

  • EPSS 0.08%
  • Veröffentlicht 23.05.2024 07:15:08
  • Zuletzt bearbeitet 01.04.2025 18:40:46

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() Extend a critical section to prevent chan from early freeing. Also make the l2cap_connect() return type void. Nothing i...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 12:15:10
  • Zuletzt bearbeitet 29.09.2025 17:59:01

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igb_set_fw_version Commit 1978d3ead82c ("intel: fix string truncation warnings") fixes '-Wformat-truncation=' warnings in igb_main.c by using...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 29.09.2025 16:35:34

In the Linux kernel, the following vulnerability has been resolved: mm, thp: bail out early in collapse_file for writeback page Currently collapse_file does not explicitly check PG_writeback, instead, page_has_private and try_to_release_page are us...

  • EPSS 0.03%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 24.09.2025 19:11:04

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix race between searching chunks and release journal_head from buffer_head Encountered a race between ocfs2_test_bg_bit_allocatable() and jbd2_journal_put_journal_head() re...

  • EPSS 0.03%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 24.09.2025 19:14:50

In the Linux kernel, the following vulnerability has been resolved: cfg80211: fix management registrations locking The management registrations locking was broken, the list was locked for each wdev, but cfg80211_mgmt_registrations_update() iterated...