Linux

Linux

7553 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 14.02.2026 16:27:12
  • Zuletzt bearbeitet 18.02.2026 17:52:22

In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegra_slink_probe() In tegra_slink_probe(), when platform_get_irq() fails, it directly returns from the function with an error code, which causes a...

  • EPSS 0.06%
  • Veröffentlicht 14.02.2026 16:27:11
  • Zuletzt bearbeitet 18.02.2026 17:52:22

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: add bounds check for if_id in IRQ handler The IRQ handler extracts if_id from the upper 16 bits of the hardware status register and uses it to index into ethsw->ports...

  • EPSS 0.05%
  • Veröffentlicht 14.02.2026 16:27:10
  • Zuletzt bearbeitet 18.02.2026 17:52:22

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: fix potential buffer overflow in i2c_hid_get_report() `i2c_hid_xfer` is used to read `recv_len + sizeof(__le16)` bytes of data into `ihid->rawbuf`. The former can co...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:10
  • Zuletzt bearbeitet 18.02.2026 17:52:22

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready() When the socket is closed while in TCP_LISTEN a callback is run to flush all outstanding packets, which in turns calls nvmet_...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:09
  • Zuletzt bearbeitet 18.02.2026 17:52:22

In the Linux kernel, the following vulnerability has been resolved: mm, shmem: prevent infinite loop on truncate race When truncating a large swap entry, shmem_free_swap() returns 0 when the entry's index doesn't match the given index due to lookup...

  • EPSS 0.03%
  • Veröffentlicht 14.02.2026 16:27:08
  • Zuletzt bearbeitet 18.02.2026 17:52:22

In the Linux kernel, the following vulnerability has been resolved: net: cpsw: 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 lock...

  • EPSS 0.06%
  • Veröffentlicht 14.02.2026 16:27:08
  • Zuletzt bearbeitet 18.02.2026 17:52:22

In the Linux kernel, the following vulnerability has been resolved: platform/x86: toshiba_haps: Fix memory leaks in add/remove routines toshiba_haps_add() leaks the haps object allocated by it if it returns an error after allocating that object suc...

  • EPSS 0.03%
  • Veröffentlicht 14.02.2026 16:27:07
  • Zuletzt bearbeitet 18.02.2026 17:52:22

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: handle changing device dma map requirements The initial state of dma_needs_unmap may be false, but change to true while mapping the data iterator. Enabling swiotlb is one...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:27:06
  • Zuletzt bearbeitet 18.03.2026 17:11:48

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix refcount leak in smb2_open() When ksmbd_vfs_getattr() fails, the reference count of ksmbd_file must be released.

  • EPSS 0.06%
  • Veröffentlicht 14.02.2026 16:27:06
  • Zuletzt bearbeitet 18.02.2026 17:52:22

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: ocb: skip rx_no_sta when interface is not joined ieee80211_ocb_rx_no_sta() assumes a valid channel context, which is only present after JOIN_OCB. RX may run before...