Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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: 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.02%
  • Published 16.08.2025 11:12:24
  • Last modified 18.08.2025 20:16:28

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

  • EPSS 0.04%
  • Published 16.08.2025 11:12:22
  • Last modified 28.08.2025 15:15:51

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

  • EPSS 0.04%
  • Published 16.08.2025 11:12:21
  • Last modified 28.08.2025 15:15:51

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject %p% format string in bprintf-like helpers static const char fmt[] = "%p%"; bpf_trace_printk(fmt, sizeof(fmt)); The above BPF program isn't rejected and causes a ke...

  • EPSS 0.03%
  • Published 16.08.2025 11:12:20
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: ice: add NULL check in eswitch lag check The function ice_lag_is_switchdev_running() is being called from outside of the LAG event handler code. This results in the lag->upper_net...

  • EPSS 0.04%
  • Published 16.08.2025 11:12:20
  • Last modified 28.08.2025 15:15:51

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in cifs_oplock_break A race condition can occur in cifs_oplock_break() leading to a use-after-free of the cinode structure when unmounting: cifs_...

  • EPSS 0.03%
  • Published 16.08.2025 11:12:19
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in local_bh_enable() The rxrpc_assess_MTU_size() function calls down into the IP layer to find out the MTU size for a route. When accepting an incoming cal...

  • EPSS 0.03%
  • Published 16.08.2025 11:12:18
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event (such as incoming data), the call gets placed on the socket's queue and a thread in recvmsg can be awakened ...

  • EPSS 0.02%
  • Published 16.08.2025 11:12:17
  • Last modified 18.08.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix the smbd_response slab to allow usercopy The handling of received data in the smbdirect client code involves using copy_to_iter() to copy data from the smbd_reponse struc...