Linux

Linux Kernel

14294 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 02:15:14
  • Zuletzt bearbeitet 03.11.2025 20:17:11

In the Linux kernel, the following vulnerability has been resolved: net/rose: prevent integer overflows in rose_setsockopt() In case of possible unpredictably large arguments passed to rose_setsockopt() and multiplied by extra values on top of that...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 02:15:14
  • Zuletzt bearbeitet 03.11.2025 20:17:11

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime After commit ec6bb299c7c3 ("md/md-bitmap: add 'sync_size' into struct md_bitmap_stats"), following panic is report...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:14
  • Zuletzt bearbeitet 01.10.2025 20:18:22

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: Don't unset window if it was never set On pSeries, when user attempts to use the same vfio container used by different iommu group, the spapr_tce_set_window(...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:13
  • Zuletzt bearbeitet 01.10.2025 20:18:09

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix off by one in mt7925_load_clc() This comparison should be >= instead of > to prevent an out of bounds read and write.

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:13
  • Zuletzt bearbeitet 01.10.2025 20:18:09

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: chan: fix soft lockup in rtw89_entity_recalc_mgnt_roles() During rtw89_entity_recalc_mgnt_roles(), there is a normalizing process which will re-order the list if an en...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 02:15:13
  • Zuletzt bearbeitet 23.10.2025 17:54:44

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: unregister wiphy only if it has been registered There is a specific error path in probe functions in wilc drivers (both sdio and spi) which can lead to kernel panic...

  • EPSS 0.05%
  • Veröffentlicht 27.02.2025 02:15:13
  • Zuletzt bearbeitet 03.11.2025 20:16:56

In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: Fix warning in thrustmaster_probe by adding endpoint check syzbot has found a type mismatch between a USB pipe and the transfer endpoint, which is triggered ...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:13
  • Zuletzt bearbeitet 06.02.2026 17:16:14

In the Linux kernel, the following vulnerability has been resolved: ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple() Jakub added a lockdep_assert_no_hardirq() check in __page_pool_put_page() to increase test coverage. syzbot fo...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 02:15:13
  • Zuletzt bearbeitet 02.11.2025 14:15:33

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix read pointer after free in ath12k_mac_assign_vif_to_vdev() In ath12k_mac_assign_vif_to_vdev(), if arvif is created on a different radio, it gets deleted from that...

  • EPSS 0.05%
  • Veröffentlicht 27.02.2025 02:15:13
  • Zuletzt bearbeitet 03.11.2025 20:16:56

In the Linux kernel, the following vulnerability has been resolved: net_sched: sch_sfq: don't allow 1 packet limit The current implementation does not work correctly with a limit of 1. iproute2 actually checks for this and this patch adds the check...