Linux

Linux Kernel

12443 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 03.11.2025 22:17:42

In the Linux kernel, the following vulnerability has been resolved: IB/core: Implement a limit on UMAD receive List The existing behavior of ib_umad, which maintains received MAD packets in an unbounded list, poses a risk of uncontrolled growth. As...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 11.12.2024 15:25:10

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add outer runtime_pm protection to xe_live_ktest@xe_dma_buf Any kunit doing any memory access should get their own runtime_pm outer references since they don't use the stan...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 03.11.2025 22:17:42

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/debugfs - Fix debugfs uninit process issue During the zip probe process, the debugfs failure does not stop the probe. When debugfs initialization fails, jumping t...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 03.11.2025 22:17:42

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ether...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 09.12.2024 23:05:27

In the Linux kernel, the following vulnerability has been resolved: fs: don't misleadingly warn during thaw operations The block device may have been frozen before it was claimed by a filesystem. Concurrently another process might try to mount that...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 09.12.2024 23:07:52

In the Linux kernel, the following vulnerability has been resolved: net: txgbe: remove separate irq request for MSI and INTx When using MSI or INTx interrupts, request_irq() for pdev->irq will conflict with request_threaded_irq() for txgbe->misc.ir...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 09.12.2024 23:09:53

In the Linux kernel, the following vulnerability has been resolved: bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullable Test case dummy_st_ops/dummy_init_ret_value passes NULL as the first parameter of the test_1() function. Mark this param...

  • EPSS 0.02%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 03.11.2025 22:17:43

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmet_sq_destroy we capture sq->ctrl early and if it is non-NULL we know that a ctrl was allocated (in the...

  • EPSS 0.01%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 03.11.2025 22:17:43

In the Linux kernel, the following vulnerability has been resolved: i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr When del_timer_sync() is called in an interrupt context it throws a warning because of potential deadlock...

  • EPSS 0.03%
  • Veröffentlicht 30.07.2024 08:15:06
  • Zuletzt bearbeitet 03.11.2025 22:17:43

In the Linux kernel, the following vulnerability has been resolved: tcp_metrics: validate source addr length I don't see anything checking that TCP_METRICS_ATTR_SADDR_IPV4 is at least 4 bytes long, and the policy doesn't have an entry for this attr...