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 05.09.2025 17:20:35
  • Last modified 08.09.2025 16:25:59

In the Linux kernel, the following vulnerability has been resolved: gve: prevent ethtool ops after shutdown A crash can occur if an ethtool operation is invoked after shutdown() is called. shutdown() is invoked during system shutdown to stop DMA o...

  • EPSS 0.03%
  • Published 05.09.2025 17:20:34
  • Last modified 08.09.2025 16:25:59

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix UAF on smcsk after smc_listen_out() BPF CI testing report a UAF issue: [ 16.446633] BUG: kernel NULL pointer dereference, address: 000000000000003 0 [ 16.447...

  • EPSS 0.02%
  • Published 05.09.2025 17:20:33
  • Last modified 08.09.2025 16:25:59

In the Linux kernel, the following vulnerability has been resolved: s390/mm: Do not map lowcore with identity mapping Since the identity mapping is pinned to address zero the lowcore is always also mapped to address zero, this happens regardless of...

  • EPSS 0.04%
  • Published 05.09.2025 17:20:31
  • Last modified 08.09.2025 16:25:59

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject: don't leak dst refcount for loopback packets recent patches to add a WARN() when replacing skb dst entry found an old bug: WARNING: include/linux/skbuff.h:11...

  • EPSS 0.03%
  • Published 05.09.2025 17:20:30
  • Last modified 08.09.2025 16:25:59

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix vm_bind_ioctl double free bug If the argument check during an array bind fails, the bind_ops are freed twice as seen below. Fix this by setting bind_ops to NULL after f...

  • EPSS 0.03%
  • Published 04.09.2025 15:33:27
  • Last modified 05.09.2025 17:47:24

In the Linux kernel, the following vulnerability has been resolved: io_uring/net: commit partial buffers on retry Ring provided buffers are potentially only valid within the single execution context in which they were acquired. io_uring deals with ...

  • EPSS 0.04%
  • Published 04.09.2025 15:33:26
  • Last modified 05.09.2025 17:47:24

In the Linux kernel, the following vulnerability has been resolved: smb3: fix for slab out of bounds on mount to ksmbd With KASAN enabled, it is possible to get a slab out of bounds during mount to ksmbd due to missing check in parse_server_interfa...

  • EPSS 0.05%
  • Published 04.09.2025 15:33:26
  • Last modified 05.09.2025 17:47:24

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Validate UAC3 power domain descriptors, too UAC3 power domain descriptors need to be verified with its variable bLength for avoiding the unexpected OOB accesses by...

  • EPSS 0.05%
  • Published 04.09.2025 15:33:25
  • Last modified 05.09.2025 17:47:24

In the Linux kernel, the following vulnerability has been resolved: netlink: avoid infinite retry looping in netlink_unicast() netlink_attachskb() checks for the socket's read memory allocation constraints. Firstly, it has: rmem < READ_ONCE(sk->...

  • EPSS 0.03%
  • Published 04.09.2025 15:33:24
  • Last modified 05.09.2025 17:47:24

In the Linux kernel, the following vulnerability has been resolved: net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnect After the call to phy_disconnect() netdev->phydev is reset to NULL. So fixed_phy_unregister() would be...