Linux

Linux Kernel

14203 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:01:03
  • Zuletzt bearbeitet 14.11.2025 16:04:44

In the Linux kernel, the following vulnerability has been resolved: ice: xsk: prohibit usage of non-balanced queue id Fix the following scenario: 1. ethtool -L $IFACE rx 8 tx 96 2. xdpsock -q 10 -t -z Above refers to a case where user would like t...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:01:02
  • Zuletzt bearbeitet 14.11.2025 16:05:56

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: LAG, fix logic over MLX5_LAG_FLAG_NDEVS_READY Only set MLX5_LAG_FLAG_NDEVS_READY if both netdevices are registered. Doing so guarantees that both ldev->pf[MLX5_LAG_P0].de...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:01:01
  • Zuletzt bearbeitet 14.11.2025 16:13:20

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_tproxy: restrict to prerouting hook TPROXY is only allowed from prerouting, but nft_tproxy doesn't check this. This fixes a crash (null dereference) when using tprox...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:00:59
  • Zuletzt bearbeitet 14.11.2025 16:41:55

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: fix stuck flows on cleanup due to pending work To clear the flow table on flow table free, the following sequence normally happens in order: 1) gc_step wor...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:00:58
  • Zuletzt bearbeitet 14.11.2025 16:42:15

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix space cache corruption and potential double allocations When testing space_cache v2 on a large set of machines, we encountered a few symptoms: 1. "unable to add free sp...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:00:57
  • Zuletzt bearbeitet 14.11.2025 18:11:19

In the Linux kernel, the following vulnerability has been resolved: net: lantiq_xrx200: restore buffer if memory allocation failed In a situation where memory allocation fails, an invalid buffer address is stored. When this descriptor is used again...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:00:57
  • Zuletzt bearbeitet 14.11.2025 18:11:08

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix locking in rxrpc's sendmsg Fix three bugs in the rxrpc's sendmsg implementation: (1) rxrpc_new_client_call() should release the socket lock when returning an erro...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:00:56
  • Zuletzt bearbeitet 14.11.2025 18:11:32

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix possible memory leak in btrfs_get_dev_args_from_path() In btrfs_get_dev_args_from_path(), btrfs_get_bdev_and_sb() can fail if the path is invalid. In this case, btrfs_ge...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:00:55
  • Zuletzt bearbeitet 14.11.2025 18:11:42

In the Linux kernel, the following vulnerability has been resolved: writeback: avoid use-after-free after removing device When a disk is removed, bdi_unregister gets called to stop further writeback and wait for associated delayed work to complete....

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:00:54
  • Zuletzt bearbeitet 14.11.2025 18:11:52

In the Linux kernel, the following vulnerability has been resolved: bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem The vmemmap pages is marked by kmemleak when allocated from memblock. Remove it from kmemleak when freeing the ...