Linux

Linux

6430 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:21:21
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} If the filename casefolding fails, we'll be leaking memory from the fscrypt_name struct, namely from the 'crypt...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:21:20
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptr_ring The following warning was reported when running xdp_redirect_cpu with both skb-mode and stress-mode enabled: ------------[...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:21:20
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: bnxt: avoid overflow in bnxt_get_nvram_directory() The value of an arithmetic expression is subject of possible overflow due to a failure to cast operands to a larger data type bef...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:21:19
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix out-of-bounds when setting channels on remove If we set channels greater during iavf_remove(), and waiting reset done would be timeout, then returned with error but chang...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:21:18
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that ice_eswitch_port_start_xmit might be called while some resources are still not allocated which might ca...

  • EPSS 0.04%
  • Veröffentlicht 07.10.2025 15:21:18
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: spi: bcm-qspi: return error if neither hif_mspi nor mspi is available If neither a "hif_mspi" nor "mspi" resource is present, the driver will just early exit in probe but still ret...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:21:17
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: drivers/perf: hisi: Don't migrate perf to the CPU going to teardown The driver needs to migrate the perf context if the current using CPU going to teardown. By the time calling the...

  • EPSS 0.04%
  • Veröffentlicht 07.10.2025 15:21:16
  • Zuletzt bearbeitet 08.10.2025 19:38:32

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a null-ptr-deref in tipc_topsrv_accept syzbot found a crash in tipc_topsrv_accept: KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f] Workqueue: ...

  • EPSS 0.05%
  • Veröffentlicht 07.10.2025 15:21:16
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed Registering a kprobe on __rcu_irq_enter_check_tick() can cause kernel stack overflow as shown below. T...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:21:15
  • Zuletzt bearbeitet 08.10.2025 19:38:32

In the Linux kernel, the following vulnerability has been resolved: blk-mq: avoid double ->queue_rq() because of early timeout David Jeffery found one double ->queue_rq() issue, so far it can be triggered in VM use case because of long vmexit laten...