Linux

Linux Kernel

13989 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 20:16:03
  • Zuletzt bearbeitet 28.10.2025 02:56:34

In the Linux kernel, the following vulnerability has been resolved: net: xdp: Disallow attaching device-bound programs in generic mode Device-bound programs are used to support RX metadata kfuncs. These kfuncs are driver-specific and rely on the dr...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 01.10.2025 20:18:27

In the Linux kernel, the following vulnerability has been resolved: rxrpc, afs: Fix peer hash locking vs RCU callback In its address list, afs now retains pointers to and refs on one or more rxrpc_peer objects. The address list is freed under RCU ...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 28.10.2025 02:55:12

In the Linux kernel, the following vulnerability has been resolved: driver core: class: Fix wild pointer dereferences in API class_dev_iter_next() There are a potential wild pointer dereferences issue regarding APIs class_dev_iter_(init|next|exit)(...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 03.11.2025 21:19:11

In the Linux kernel, the following vulnerability has been resolved: nilfs2: protect access to buffers with no active references nilfs_lookup_dirty_data_buffers(), which iterates through the buffers attached to dirty data folios/pages, accesses the ...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 03.11.2025 21:19:12

In the Linux kernel, the following vulnerability has been resolved: ax25: rcu protect dev->ax25_ptr syzbot found a lockdep issue [1]. We should remove ax25 RTNL dependency in ax25_setsockopt() This should also fix a variety of possible UAF in ax2...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 28.10.2025 02:54:59

In the Linux kernel, the following vulnerability has been resolved: timers/migration: Fix off-by-one root mis-connection Before attaching a new root to the old root, the children counter of the new root is checked to verify that only the upcoming C...

  • EPSS 0.06%
  • Veröffentlicht 27.02.2025 20:16:03
  • Zuletzt bearbeitet 03.11.2025 21:19:12

In the Linux kernel, the following vulnerability has been resolved: ptp: Ensure info->enable callback is always set The ioctl and sysfs handlers unconditionally call the ->enable callback. Not all drivers implement that callback, leading to NULL de...

  • EPSS 0.06%
  • Veröffentlicht 27.02.2025 20:16:02
  • Zuletzt bearbeitet 01.10.2025 20:18:10

In the Linux kernel, the following vulnerability has been resolved: mailbox: th1520: Fix a NULL vs IS_ERR() bug The devm_ioremap() function doesn't return error pointers, it returns NULL. Update the error checking to match.

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 20:16:02
  • Zuletzt bearbeitet 03.11.2025 20:16:59

In the Linux kernel, the following vulnerability has been resolved: memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_ram_code() As of_find_node_by_name() release the reference of the argument device node, tegra_emc_find_n...

  • EPSS 0.02%
  • Veröffentlicht 27.02.2025 20:16:02
  • Zuletzt bearbeitet 01.10.2025 20:18:10

In the Linux kernel, the following vulnerability has been resolved: rhashtable: Fix potential deadlock by moving schedule_work outside lock Move the hash table growth check and work scheduling outside the rht lock to prevent a possible circular loc...