Linux

Linux Kernel

12374 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 11:15:10
  • Zuletzt bearbeitet 24.01.2025 16:15:35

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix DEVMAP_HASH overflow check on 32-bit arches The devmap code allocates a number hash buckets equal to the next power of two of the max_entries value provided when creating ...

  • 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.02%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 07.01.2025 17:14:41

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: Fix memory leak This checks if CONFIG_DEV_COREDUMP is enabled before attempting to clone the skb and also make sure btmtk_process_coredump frees the skb passed fo...

  • EPSS 0.02%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 07.01.2025 16:43:58

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: Fix memory leak Fix leaking buffer allocated to send MSFT_OP_LE_MONITOR_ADVERTISEMENT.

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

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 07.05.2025 17:42:36

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 14.01.2025 14:34:50

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix use-after-free in free_irq() From commit a304e1b82808 ("[PATCH] Debug shared irqs"), there is a test to make sure the shared irq handler should be able to ...

  • EPSS 0.01%
  • Veröffentlicht 17.04.2024 11:15:10
  • Zuletzt bearbeitet 27.01.2025 15:14:28

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix double free in SMC transport cleanup path When the generic SCMI code tears down a channel, it calls the chan_free callback function, defined by each transpo...

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

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: ...