Linux

Linux Kernel

14294 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:07

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: Fix memory leak in dwc2_hcd_init usb_create_hcd will alloc memory for hcd, and we should call usb_put_hcd to free it when platform_get_resource() fails to prevent memory...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 21:15:41

In the Linux kernel, the following vulnerability has been resolved: irqchip/realtek-rtl: Fix refcount leak in map_interrupts of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:07

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:07

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when no...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:08

In the Linux kernel, the following vulnerability has been resolved: irqchip/apple-aic: Fix refcount leak in build_fiq_affinity of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not ne...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:08

In the Linux kernel, the following vulnerability has been resolved: irqchip/apple-aic: Fix refcount leak in aic_of_ic_init of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anym...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:08

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic/realview: Fix refcount leak in realview_gic_of_init of_find_matching_node_and_match() returns a node pointer with refcount incremented, we should use of_node_put() on i...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 01.10.2025 20:17:08

In the Linux kernel, the following vulnerability has been resolved: block: Fix handling of offline queues in blk_mq_alloc_request_hctx() This patch prevents that test nvme/004 triggers the following: UBSAN: array-index-out-of-bounds in block/blk-m...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 24.10.2025 15:53:20

In the Linux kernel, the following vulnerability has been resolved: arm64: ftrace: consistently handle PLTs. Sometimes it is necessary to use a PLT entry to call an ftrace trampoline. This is handled by ftrace_make_call() and ftrace_make_nop(), wit...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:47
  • Zuletzt bearbeitet 24.10.2025 15:53:11

In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory corruption in VF driver Disable VF's RX/TX queues, when it's disabled. VF can have queues enabled, when it requests a reset. If PF driver assumes that VF is disable...