Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:37
  • Zuletzt bearbeitet 26.11.2025 18:01:51

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible OOB access in mt7996_tx() Fis possible Out-Of-Boundary access in mt7996_tx routine if link_id is set to IEEE80211_LINK_UNSPECIFIED

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 26.11.2025 17:58:10

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix fp initialization for exception boundary In the ARM64 BPF JIT when prog->aux->exception_boundary is set for a BPF program, find_used_callee_regs() is not called bec...

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 07.01.2026 18:45:52

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible infinite loop in fib6_info_uses_dev() fib6_info_uses_dev() seems to rely on RCU without an explicit protection. Like the prior fix in rt6_nlmsg_size(), we need ...

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 07.01.2026 18:44:49

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent infinite loop in rt6_nlmsg_size() While testing prior patch, I was able to trigger an infinite loop in rt6_nlmsg_size() in the following place: list_for_each_entry_r...

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 26.11.2025 17:58:21

In the Linux kernel, the following vulnerability has been resolved: neighbour: Fix null-ptr-deref in neigh_flush_dev(). kernel test robot reported null-ptr-deref in neigh_flush_dev(). [0] The cited commit introduced per-netdev neighbour list and c...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 26.11.2025 17:58:27

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Remove skb secpath if xfrm state is not found Hardware returns a unique identifier for a decrypted packet's xfrm state, this state is looked up in an xarray. However, th...

  • EPSS 0.03%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 06.02.2026 17:16:16

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields The following BPF program, simplified from a syzkaller repro, causes a kernel warning: r0 = *(u8 *)(r1 + 169); exit; Wit...

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:36
  • Zuletzt bearbeitet 26.11.2025 17:59:23

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpv Currently both dev_coredumpv and skb_put_data in hci_devcd_dump use hdev->dump.head. However, dev_coredumpv can free ...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:35
  • Zuletzt bearbeitet 09.01.2026 13:57:09

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix KMSAN uninit-value in extent_info usage KMSAN reported a use of uninitialized value in `__is_extent_mergeable()` and `__is_back_mergeable()` via the read extent tree pat...

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:35
  • Zuletzt bearbeitet 26.11.2025 19:59:00

In the Linux kernel, the following vulnerability has been resolved: ext4: fix inode use after free in ext4_end_io_rsv_work() In ext4_io_end_defer_completion(), check if io_end->list_vec is empty to avoid adding an io_end that requires no conversion...