Linux

Linux Kernel

12474 Schwachstellen gefunden.

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

In the Linux kernel, the following vulnerability has been resolved: af_packet: avoid erroring out after sock_init_data() in packet_create() After sock_init_data() the allocated sk object is attached to the provided sock object. On error, packet_cre...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:20
  • Zuletzt bearbeitet 08.10.2025 13:41:58

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix atomic calls in ath12k_mac_op_set_bitrate_mask() When I try to manually set bitrates: iw wlan0 set bitrates legacy-2.4 1 I get sleeping from invalid context err...

  • EPSS 0.06%
  • Veröffentlicht 27.12.2024 15:15:20
  • Zuletzt bearbeitet 03.11.2025 21:18:07

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' An issue was identified in the dcn21_link_encoder_create function where an out-of-bounds access could occur...

  • EPSS 0.04%
  • Veröffentlicht 27.12.2024 15:15:20
  • Zuletzt bearbeitet 03.11.2025 20:16:53

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb When removing kernel modules by: rmmod rtw88_8723cs rtw88_8703b rtw88_8723x rtw88_sdio rtw88_core Driver uses skb_qu...

  • EPSS 0.04%
  • Veröffentlicht 27.12.2024 15:15:20
  • Zuletzt bearbeitet 03.11.2025 21:18:08

In the Linux kernel, the following vulnerability has been resolved: kcsan: Turn report_filterlist_lock into a raw_spinlock Ran Xiaokai reports that with a KCSAN-enabled PREEMPT_RT kernel, we can see splats like: | BUG: sleeping function called fro...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:20
  • Zuletzt bearbeitet 01.10.2025 20:17:30

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM We currently assume that there is at least one VMA in a MM, which isn't true. So we might end up hav...

  • EPSS 0.04%
  • Veröffentlicht 27.12.2024 15:15:20
  • Zuletzt bearbeitet 01.10.2025 20:17:30

In the Linux kernel, the following vulnerability has been resolved: mm/gup: handle NULL pages in unpin_user_pages() The recent addition of "pofs" (pages or folios) handling to gup has a flaw: it assumes that unpin_user_pages() handles NULL pages in...

  • EPSS 0.03%
  • Veröffentlicht 27.12.2024 15:15:20
  • Zuletzt bearbeitet 01.10.2025 20:17:31

In the Linux kernel, the following vulnerability has been resolved: sched/numa: fix memory leak due to the overwritten vma->numab_state [Problem Description] When running the hackbench program of LTP, the following memory leak is reported by kmemle...

  • EPSS 0.06%
  • Veröffentlicht 27.12.2024 15:15:20
  • Zuletzt bearbeitet 03.11.2025 21:18:08

In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xsk_map_delete_elem function an unsigned integer (map->max_entries) is compared with a user-controlled signed i...

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

In the Linux kernel, the following vulnerability has been resolved: jfs: fix shift-out-of-bounds in dbSplit When dmt_budmin is less than zero, it causes errors in the later stages. Added a check to return an error beforehand in dbAllocCtl itself.