Linux

Linux

7024 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:18
  • Zuletzt bearbeitet 03.11.2025 21:18:01

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet This fixes not checking if skb really contains an ACL header otherwise the code may attempt to access some un...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:18
  • Zuletzt bearbeitet 07.10.2025 17:45:56

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Use disable_delayed_work_sync This makes use of disable_delayed_work_sync instead cancel_delayed_work_sync as it not only cancel the ongoing work but also disa...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:18
  • Zuletzt bearbeitet 08.10.2025 13:38:51

In the Linux kernel, the following vulnerability has been resolved: bpf: Call free_htab_elem() after htab_unlock_bucket() For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpf_map_fd_put_ptr() will ...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:18
  • Zuletzt bearbeitet 03.11.2025 21:18:02

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: set the right AMDGPU sg segment limitation The driver needs to set the correct max_segment_size; otherwise debug_dma_map_sg() will complain about the over-mapping of th...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:17
  • Zuletzt bearbeitet 07.10.2025 17:24:51

In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix warning in migrate_enable for boosted tasks When running the following command: while true; do stress-ng --cyclic 30 --timeout 30s --minimize --quiet done ...

  • EPSS 0.04%
  • Veröffentlicht 27.12.2024 15:15:17
  • Zuletzt bearbeitet 03.11.2025 21:17:59

In the Linux kernel, the following vulnerability has been resolved: io_uring/tctx: work around xa_store() allocation error issue syzbot triggered the following WARN_ON: WARNING: CPU: 0 PID: 16 at io_uring/tctx.c:51 __io_uring_free+0xfa/0x140 io_ur...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:17
  • Zuletzt bearbeitet 03.11.2025 21:17:59

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix sleeping in atomic context for PREEMPT_RT Commit bab1c299f3945ffe79 ("LoongArch: Fix sleeping in atomic context in setup_tlb_handler()") changes the gfp flag from GF...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:17
  • Zuletzt bearbeitet 03.11.2025 21:18:00

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode. creating a large files during checkpoint disable until it runs out of space and then delete it, then remou...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 07.10.2025 18:23:54

In the Linux kernel, the following vulnerability has been resolved: efi/libstub: Free correct pointer on failure cmdline_ptr is an out parameter, which is not allocated by the function itself, and likely points into the caller's stack. cmdline ref...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:16
  • Zuletzt bearbeitet 03.11.2025 21:17:58

In the Linux kernel, the following vulnerability has been resolved: media: i2c: tc358743: Fix crash in the probe error path when using polling If an error occurs in the probe() function, we should remove the polling timer that was alarmed earlier, ...