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 17.09.2025 14:56:44
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: skbuff: skb_segment, Call zero copy functions before using skbuff frags Commit bf5c25d60861 ("skbuff: in skb_segment, call zerocopy functions once per nskb") added the call to zero...

  • EPSS 0.02%
  • Published 17.09.2025 14:56:43
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: postpone mem_mgr IDR destruction to hpriv_release() The memory manager IDR is currently destroyed when user releases the file descriptor. However, at this point t...

  • EPSS 0.02%
  • Published 17.09.2025 14:56:42
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Check scheduler work queue before calling timeout handling During an IGT GPU reset test we see again oops despite of commit 0c8c901aaaebc9 (drm/sched: Check scheduler re...

  • EPSS 0.02%
  • Published 17.09.2025 14:56:42
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: check null pointer before accessing when swapping Add a check to avoid null pointer dereference as below: [ 90.002283] general protection fault, probably for non-canoni...

  • EPSS 0.02%
  • Published 17.09.2025 14:56:41
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix slicing memory leak The temporary buffer storing slicing configuration data from user is only freed on error. This is a memory leak. Free the buffer unconditional...

  • EPSS 0.02%
  • Published 17.09.2025 14:56:40
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: media: ov2740: Fix memleak in ov2740_init_controls() There is a kmemleak when testing the media/i2c/ov2740.c with bpf mock device: unreferenced object 0xffff8881090e19e0 (size 16)...

  • EPSS 0.03%
  • Published 17.09.2025 14:56:39
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Handle pairing of E-switch via uplink un/load APIs In case user switch a device from switchdev mode to legacy mode, mlx5 first unpair the E-switch and afterwards unload t...

  • EPSS 0.02%
  • Published 17.09.2025 14:56:39
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock when aborting transaction during relocation with scrub Before relocating a block group we pause scrub, then do the relocation and then unpause scrub. The reloca...

  • EPSS 0.03%
  • Published 17.09.2025 14:56:38
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: kernel/fail_function: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. ...

  • EPSS 0.03%
  • Published 17.09.2025 14:56:37
  • Last modified 18.09.2025 13:43:34

In the Linux kernel, the following vulnerability has been resolved: can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write Syzkaller reported the following issue: ===================================================== BUG: KMSAN: uninit-valu...