Linux

Linux

7352 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 16.08.2025 11:12:31
  • Zuletzt bearbeitet 07.01.2026 18:42:03

In the Linux kernel, the following vulnerability has been resolved: tracing: Add down_write(trace_event_sem) when adding trace event When a module is loaded, it adds trace events defined by the module. It may also need to modify the modules trace p...

  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 11:12:30
  • Zuletzt bearbeitet 07.01.2026 18:42:22

In the Linux kernel, the following vulnerability has been resolved: dmaengine: nbpfaxi: Fix memory corruption in probe() The nbpf->chan[] array is allocated earlier in the nbpf_probe() function and it has "num_channels" elements. These three loops...

  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 11:12:29
  • Zuletzt bearbeitet 18.11.2025 18:09:21

In the Linux kernel, the following vulnerability has been resolved: net: phy: Don't register LEDs for genphy If a PHY has no driver, the genphy driver is probed/removed directly in phy_attach/detach. If the PHY's ofnode has an "leds" subnode, then ...

  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 11:12:28
  • Zuletzt bearbeitet 18.11.2025 18:17:56

In the Linux kernel, the following vulnerability has been resolved: net: airoha: fix potential use-after-free in airoha_npu_get() np->name was being used after calling of_node_put(np), which releases the node and can lead to a use-after-free bug. P...

  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 11:12:27
  • Zuletzt bearbeitet 18.11.2025 18:17:45

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix copy-to-cache so that it performs collection with ceph+fscache The netfs copy-to-cache that is used by Ceph with local caching sets up a new request to write data just r...

  • EPSS 0.01%
  • Veröffentlicht 16.08.2025 11:12:27
  • Zuletzt bearbeitet 07.01.2026 18:56:51

In the Linux kernel, the following vulnerability has been resolved: phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode When transitioning from USB_ROLE_DEVICE to USB_ROLE_NONE, the code assumed that the regulator should be disabled...

  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 11:12:25
  • Zuletzt bearbeitet 18.11.2025 18:16:54

In the Linux kernel, the following vulnerability has been resolved: net: libwx: properly reset Rx ring descriptor When device reset is triggered by feature changes such as toggling Rx VLAN offload, wx->do_reset() is called to reinitialize Rx rings....

  • EPSS 0.02%
  • Veröffentlicht 16.08.2025 11:12:25
  • Zuletzt bearbeitet 18.11.2025 18:17:01

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix the using of Rx buffer DMA The wx_rx_buffer structure contained two DMA address fields: 'dma' and 'page_dma'. However, only 'page_dma' was actually initialized and ...

  • EPSS 0.01%
  • Veröffentlicht 16.08.2025 11:12:24
  • Zuletzt bearbeitet 18.11.2025 18:14:44

In the Linux kernel, the following vulnerability has been resolved: iio: common: st_sensors: Fix use of uninitialize device structs Throughout the various probe functions &indio_dev->dev is used before it is initialized. This caused a kernel panic ...

  • EPSS 0.01%
  • Veröffentlicht 16.08.2025 11:12:23
  • Zuletzt bearbeitet 07.01.2026 18:57:51

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl812: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if ((1 << it->options[1]) & board->irq_bits) { However, `it->op...