Linux

Linux Kernel

15173 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:39:06
  • Zuletzt bearbeitet 25.03.2026 15:57:49

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpf_vport_rel() Free vport->rx_ptype_lkup in idpf_vport_rel() to avoid leaking memory during a reset. Reported by kmemleak: unreferenced object 0xff450ac...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:39:05
  • Zuletzt bearbeitet 25.03.2026 15:56:19

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: fix memory leak in update_eth_regs_async() When asynchronously writing to the device registers and if usb_submit_urb() fail, the code fail to release allocated t...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:39:05
  • Zuletzt bearbeitet 25.03.2026 15:56:44

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpf_vc_core_deinit() Make sure to free hw->lan_regs. Reported by kmemleak during reset: unreferenced object 0xff1b913d02a936c0 (size 96): comm "kworker...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:39:04
  • Zuletzt bearbeitet 25.03.2026 15:56:02

In the Linux kernel, the following vulnerability has been resolved: net: 3com: 3c59x: fix possible null dereference in vortex_probe1() pdev can be null and free_ring: can be called in 1297 with a null pdev.

  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:39:03
  • Zuletzt bearbeitet 25.03.2026 15:55:44

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlink_alloc() failure devlink_alloc() may return NULL on allocation failure, but prestera_devlink_alloc() unconditionally calls de...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:39:02
  • Zuletzt bearbeitet 25.03.2026 18:02:15

In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfs_read_locked_inode() In btrfs_read_locked_inode() we are calling btrfs_init_file_extent_tree() while holding a path with...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:39:01
  • Zuletzt bearbeitet 25.03.2026 18:03:35

In the Linux kernel, the following vulnerability has been resolved: idpf: fix error handling in the init_task on load If the init_task fails during a driver load, we end up without vports and netdevs, effectively failing the entire process. In that...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:38:59
  • Zuletzt bearbeitet 25.03.2026 18:09:38

In the Linux kernel, the following vulnerability has been resolved: inet: frags: drop fraglist conntrack references Jakub added a warning in nf_conntrack_cleanup_net_list() to make debugging leaked skbs/conntrack references more obvious. syzbot re...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:38:57
  • Zuletzt bearbeitet 25.03.2026 18:55:11

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But i...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2026 11:38:57
  • Zuletzt bearbeitet 25.03.2026 18:11:59

In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths The reference obtained by calling usb_get_dev() is not released in the gpio_mpsse_probe() error paths. Fix that by...