Linux

Linux Kernel

14080 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:31
  • Zuletzt bearbeitet 18.03.2026 17:22:03

In the Linux kernel, the following vulnerability has been resolved: ice: Fix PTP NULL pointer dereference during VSI rebuild Fix race condition where PTP periodic work runs while VSI is being rebuilt, accessing NULL vsi->rx_rings. The sequence was...

  • EPSS 0.01%
  • Veröffentlicht 14.02.2026 16:27:31
  • Zuletzt bearbeitet 18.03.2026 20:46:07

In the Linux kernel, the following vulnerability has been resolved: macvlan: fix error recovery in macvlan_common_newlink() valis provided a nice repro to crash the kernel: ip link add p1 type veth peer p2 ip link set address 00:00:00:00:00:20 dev...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:30
  • Zuletzt bearbeitet 18.03.2026 20:49:35

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Prevent excessive number of frames In this case, the user constructed the parameters with maxpacksize 40 for rate 22050 / pps 1000, and packsize[0] 22 packsize[1] ...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:29
  • Zuletzt bearbeitet 18.03.2026 17:24:28

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect curr_xfer check in IRQ handler Now that all other accesses to curr_xfer are done under the lock, protect the curr_xfer NULL check in tegra_qspi_isr_thre...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:29
  • Zuletzt bearbeitet 19.03.2026 16:34:27

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc() with ethsw->sw_attr.num_ifs as t...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:28
  • Zuletzt bearbeitet 18.03.2026 17:10:59

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix memory leak in smb2_open_file() Reproducer: 1. server: directories are exported read-only 2. client: mount -t cifs //${server_ip}/export /mnt 3. client: dd i...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:27
  • Zuletzt bearbeitet 19.03.2026 16:34:35

In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_u32: use skb_header_pointer_careful() skb_header_pointer() does not fully validate negative @offset values. Use skb_header_pointer_careful() instead. GangMin Kim p...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:27
  • Zuletzt bearbeitet 19.03.2026 16:34:57

In the Linux kernel, the following vulnerability has been resolved: net: cpsw_new: Execute ndo_set_rx_mode callback in a work queue Commit 1767bb2d47b7 ("ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP.") removed the RTNL ...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:26
  • Zuletzt bearbeitet 19.03.2026 16:35:07

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer The curr_xfer field is read by the IRQ handler without holding the lock to check if a transfer is in progress....

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:25
  • Zuletzt bearbeitet 19.03.2026 16:35:58

In the Linux kernel, the following vulnerability has been resolved: ceph: fix oops due to invalid pointer for kfree() in parse_longname() This fixes a kernel oops when reading ceph snapshot directories (.snap), for example by simply running `ls /mn...