Linux

Linux Kernel

13989 Schwachstellen gefunden.

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

In the Linux kernel, the following vulnerability has been resolved: net: af_can: do not leave a dangling sk pointer in can_create() On error can_create() frees the allocated sk object, but sock_init_data() has already attached it to the provided so...

  • EPSS 0.07%
  • Veröffentlicht 27.12.2024 15:15:19
  • Zuletzt bearbeitet 03.11.2025 21:18:06

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc() bt_sock_alloc() attaches allocated sk object to the provided sock object. If rfcomm_dlc_alloc() fails, w...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 15:15:19
  • Zuletzt bearbeitet 03.11.2025 21:18:06

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create() bt_sock_alloc() allocates the sk object and attaches it to the provided sock object. On error l2c...

  • EPSS 0.05%
  • Veröffentlicht 27.12.2024 15:15:18
  • Zuletzt bearbeitet 09.01.2025 16:16:22

In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Create all dump files during debugfs initialization For the current debugfs of hisi_sas, after user triggers dump, the driver allocate memory space to save the regi...

  • EPSS 0.04%
  • 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: scsi: hisi_sas: Add cond_resched() for no forced preemption model For no forced preemption model kernel, in the scenario where the expander is connected to 12 high performance SAS ...

  • EPSS 0.04%
  • 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.05%
  • 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.06%
  • 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.01%
  • 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: wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglist_rw() This patch fixes a NULL pointer dereference bug in brcmfmac that occurs when a high 'sd_sgentry_...

  • EPSS 0.01%
  • 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...