Debian

Debian Linux

9979 Schwachstellen gefunden.

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

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix potential invalid access when MAC list is empty list_first_entry() never returns NULL - if the list is empty, it still returns a pointer to an invalid object, leading to ...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:22
  • Zuletzt bearbeitet 12.05.2026 13:17:16

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result() If the ssid->datalen is more than IEEE80211_MAX_SSID_LEN (32) it would lead to memory corruption so add some bou...

  • EPSS 0.01%
  • Veröffentlicht 19.09.2025 15:26:21
  • Zuletzt bearbeitet 12.05.2026 13:17:16

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25_kiss_rcv() Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d ("net: introduce per netns packet chains"). skb->dev b...

  • EPSS 0.01%
  • Veröffentlicht 19.09.2025 15:26:20
  • Zuletzt bearbeitet 12.05.2026 13:17:15

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in pad_compress_skb If alloc_skb() fails in pad_compress_skb(), it returns NULL without releasing the old skb. The caller does: skb = pad_compress_skb(ppp...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:19
  • Zuletzt bearbeitet 12.05.2026 13:17:15

In the Linux kernel, the following vulnerability has been resolved: pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region() In __iodyn_find_io_region(), pcmcia_make_resource() is assigned to res and used in pci_bus_alloc_resource(). Ther...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:19
  • Zuletzt bearbeitet 12.05.2026 13:17:15

In the Linux kernel, the following vulnerability has been resolved: x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings() Define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings() to ensure page tables are properly sync...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:18
  • Zuletzt bearbeitet 12.05.2026 13:17:15

In the Linux kernel, the following vulnerability has been resolved: mm: move page table sync declarations to linux/pgtable.h During our internal testing, we started observing intermittent boot failures when the machine uses 4-level paging and has a...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:17
  • Zuletzt bearbeitet 12.05.2026 13:17:15

In the Linux kernel, the following vulnerability has been resolved: mm: slub: avoid wake up kswapd in set_track_prepare set_track_prepare() can incur lock recursion. The issue is that it is called from hrtimer_start_range_ns holding the per_cpu(hrt...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:17
  • Zuletzt bearbeitet 12.05.2026 13:17:15

In the Linux kernel, the following vulnerability has been resolved: ocfs2: prevent release journal inode after journal shutdown Before calling ocfs2_delete_osb(), ocfs2_journal_shutdown() has already been executed in ocfs2_dismount_volume(), so osb...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:16
  • Zuletzt bearbeitet 12.05.2026 13:17:14

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed ...