Linux

Linux Kernel

12376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 21.11.2024 09:26:20

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Discard command completions in internal error Fix use after free when FW completion arrives while device is in internal error state. Avoid calling completion handler in t...

  • EPSS 0.03%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 06.03.2025 12:53:37

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Add a timeout to acquire the command queue semaphore Prevent forced completion handling on an entry that has not yet been assigned an index, causing an out of bounds acce...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 21.11.2024 09:26:20

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Reload only IB representors upon lag disable/enable On lag disable, the bond IB device along with all of its representors are destroyed, and then the slaves' representors...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:15
  • Zuletzt bearbeitet 04.11.2025 18:16:25

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix overwriting ct original tuple for ICMPv6 OVS_PACKET_CMD_EXECUTE has 3 main attributes: - OVS_PACKET_ATTR_KEY - Packet metadata in a netlink format. - OVS_PA...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 21:16:14

In the Linux kernel, the following vulnerability has been resolved: net: bridge: xmit: make sure we have at least eth header len bytes syzbot triggered an uninit value[1] error in bridge device's xmit path by sending a short (less than ETH_HLEN byt...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 21.11.2024 09:26:16

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw When running blktests nvme/rdma, the following kmemleak issue will appear. kmemleak: Kernel memory l...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 22:17:02

In the Linux kernel, the following vulnerability has been resolved: bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq Undefined behavior is triggered when bnxt_qplib_alloc_init_hwq is called with hwq_attr->aux_depth != 0 and hwq_...

  • EPSS 0.1%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 03.11.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: of: module: add buffer overflow check in of_modalias() In of_modalias(), if the buffer happens to be too small even for the 1st snprintf() call, the len parameter will become negat...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 01.04.2025 18:36:50

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana_ib: boundary check before installing cq callbacks Add a boundary check inside mana_ib_install_cq_cb to prevent index overflow.

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 21.11.2024 09:26:18

In the Linux kernel, the following vulnerability has been resolved: lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure The kcalloc() in dmirror_device_evict_chunk() will return null if the physical memory has run out. As a result, if ...