Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 15.09.2025 14:49:30
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential use-after-free in jbd2_fc_wait_bufs In 'jbd2_fc_wait_bufs' use 'bh' after put buffer head reference count which may lead to use-after-free. So judge buffer if u...

  • EPSS 0.03%
  • Published 15.09.2025 14:49:26
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value The return value of acpi_fetch_acpi_dev() could be NULL, which would cause a NULL pointer dereference to occur in ac...

  • EPSS 0.02%
  • Published 15.09.2025 14:49:24
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: media: airspy: fix memory leak in airspy probe The commit ca9dc8d06ab6 ("media: airspy: respect the DMA coherency rules") moves variable buf from stack to heap, however, it only f...

  • EPSS 0.02%
  • Published 15.09.2025 14:49:19
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential RX buffer overflow If an event caused firmware to return invalid RX size for LARGE_CONFIG_GET, memcpy_fromio() could end up copying too many bytes. ...

  • EPSS 0.04%
  • Published 15.09.2025 14:49:18
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: mtd: maps: pxa2xx-flash: fix memory leak in probe Free 'info' upon remapping error to avoid a memory leak. [<miquel.raynal@bootlin.com>: Reword the commit log]

  • EPSS 0.02%
  • Published 15.09.2025 14:48:57
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: net: do not sense pfmemalloc status in skb_append_pagefrags() skb_append_pagefrags() is used by af_unix and udp sendpage() implementation so far. In commit 326140063946 ("tcp: TX ...

  • EPSS 0.02%
  • Published 15.09.2025 14:48:55
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against ...

  • EPSS 0.03%
  • Published 15.09.2025 14:48:54
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit() The brcmf_netdev_start_xmit() returns NETDEV_TX_OK without freeing skb in case of pskb_expand_head() fails, a...

  • EPSS 0.02%
  • Published 15.09.2025 14:48:53
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address On a Packard Bell Dot SC (Intel Atom N2600 model) there is a FPDT table which contains invalid physical ...

  • EPSS 0.02%
  • Published 15.09.2025 14:48:52
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: coresight: trbe: remove cpuhp instance node before remove cpuhp state cpuhp_state_add_instance() and cpuhp_state_remove_instance() should be used in pairs. Or there will lead to th...