Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 16.08.2025 11:22:16
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: net: appletalk: Fix device refcount leak in atrtr_create() When updating an existing route entry in atrtr_create(), the old device reference was not being released before assigning...

  • EPSS 0.02%
  • Published 16.08.2025 11:22:15
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init() devm_kasprintf() returns NULL on error. Currently, mt7925_thermal_init() does not check for this case, which results...

  • EPSS 0.04%
  • Published 16.08.2025 11:22:14
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras The Chicony Electronics HP 5MP Cameras (USB ID 04F2:B824 & 04F2:B82C) report a HID sensor interface that is not actu...

  • EPSS 0.04%
  • Published 16.08.2025 11:12:31
  • Last modified 28.08.2025 15:15:52

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.04%
  • Published 16.08.2025 11:12:30
  • Last modified 28.08.2025 15:15:52

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.03%
  • Published 16.08.2025 11:12:29
  • Last modified 18.08.2025 20:16:28

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.03%
  • Published 16.08.2025 11:12:28
  • Last modified 18.08.2025 20:16:28

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.03%
  • Published 16.08.2025 11:12:27
  • Last modified 18.08.2025 20:16:28

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.04%
  • Published 16.08.2025 11:12:27
  • Last modified 28.08.2025 15:15:52

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.03%
  • Published 16.08.2025 11:12:25
  • Last modified 18.08.2025 20:16:28

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....