Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 17.04.2024 16:15:08
  • Zuletzt bearbeitet 12.05.2026 12:16:26

In the Linux kernel, the following vulnerability has been resolved: tracing/trigger: Fix to return error if failed to alloc snapshot Fix register_snapshot_trigger() to return error code if it failed to allocate a snapshot instead of 0 (success). Un...

  • EPSS 0.01%
  • Veröffentlicht 17.04.2024 11:15:11
  • Zuletzt bearbeitet 12.05.2026 12:16:25

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault() When trying to use copy_from_kernel_nofault() to read vsyscall page through a bpf program, the following oops was...

  • EPSS 0.02%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 21.03.2025 14:33:44

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: af_bluetooth: Fix deadlock Attemting to do sock_lock on .recvmsg may cause a deadlock as shown bellow, so instead of using sock_sock this uses sk_receive_queue.lock on b...

  • EPSS 0.01%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 12.05.2026 12:16:24

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix possible buffer overflow struct hci_dev_info has a fixed size name[8] field so in the event that hdev->name is bigger than that strcpy would attempt to wri...

  • EPSS 0.06%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 21.03.2025 14:39:22

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: fix out of bounds memory access The problem is detected by KASAN. btrtl driver uses private hci data to store 'struct btrealtek_data'. If btrtl driver is used wit...

  • EPSS 0.01%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 12.05.2026 12:16:24

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected For those endpoint devices connect to system via hotplug capable ports, users could request a hot reset...

  • EPSS 0.01%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 12.05.2026 13:16:15

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit() After unregistering the CPU idle device, the memory associated with it is not freed, leading to a memory leak: ...

  • EPSS 0.01%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 21.03.2025 14:45:40

In the Linux kernel, the following vulnerability has been resolved: wifi: wfx: fix memory leak when starting AP Kmemleak reported this error: unreferenced object 0xd73d1180 (size 184): comm "wpa_supplicant", pid 1559, jiffies 13006305 (a...

  • EPSS 0.01%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 12.05.2026 12:16:24

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is complete The ath9k_wmi_event_tasklet() used in ath9k_htc assumes that all the data structures have been fully init...

  • EPSS 0.03%
  • Veröffentlicht 17.04.2024 11:15:09
  • Zuletzt bearbeitet 21.03.2025 15:04:54

In the Linux kernel, the following vulnerability has been resolved: tcp: Fix refcnt handling in __inet_hash_connect(). syzbot reported a warning in sk_nulls_del_node_init_rcu(). The commit 66b60b0c8c4a ("dccp/tcp: Unhash sk from ehash for tb2 allo...