Linux

Linux Kernel

12152 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS -
  • Published 07.10.2025 15:19:38
  • Last modified 07.10.2025 16:15:47

In the Linux kernel, the following vulnerability has been resolved: octeon_ep: cancel queued works in probe error path If it fails to get the devices's MAC address, octep_probe exits while leaving the delayed work intr_poll_task queued. When the wo...

  • EPSS -
  • Published 07.10.2025 15:19:38
  • Last modified 07.10.2025 16:15:46

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov772x: Fix memleak in ov772x_probe() A memory leak was reported when testing ov772x with bpf mock device: AssertionError: unreferenced object 0xffff888109afa7a8 (size...

  • EPSS -
  • Published 07.10.2025 15:19:37
  • Last modified 07.10.2025 16:15:46

In the Linux kernel, the following vulnerability has been resolved: clk: microchip: fix potential UAF in auxdev release callback Similar to commit 1c11289b34ab ("peci: cpu: Fix use-after-free in adev_release()"), the auxiliary device is not torn do...

  • EPSS -
  • Published 07.10.2025 15:19:36
  • Last modified 07.10.2025 16:15:46

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: fix wrong ct->timeout value (struct nf_conn)->timeout is an interval before the conntrack confirmed. After confirmed, it becomes a timestamp. It is observed...

  • EPSS -
  • Published 07.10.2025 15:19:36
  • Last modified 07.10.2025 16:15:46

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fixed a BTI error on returning to patched function When BPF_TRAMP_F_CALL_ORIG is set, BPF trampoline uses BLR to jump back to the instruction next to call site to call ...

  • EPSS -
  • Published 07.10.2025 15:19:35
  • Last modified 07.10.2025 16:15:46

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix a leak in map_user_pages() If get_user_pages_fast() allocates some pages but not as many as we wanted, then the current code leaks those pages. Call put_page() on ...

  • EPSS -
  • Published 07.10.2025 15:19:34
  • Last modified 07.10.2025 16:15:46

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take RTNL lock when needed before calling xdp_set_features() Hold RTNL lock when calling xdp_set_features() with a registered netdev, as the call triggers the netdev not...

  • EPSS -
  • Published 07.10.2025 15:19:34
  • Last modified 07.10.2025 16:15:46

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-sysman: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference to that attribute is returned. This means that we need to dispose...

  • EPSS -
  • Published 07.10.2025 15:19:33
  • Last modified 07.10.2025 16:15:46

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix unpinning of pages when an access is present syzkaller found that the calculation of batch_last_index should use 'start_index' since at input to this function the batc...

  • EPSS -
  • Published 07.10.2025 15:19:32
  • Last modified 07.10.2025 16:15:45

In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix use after free in midcomms commit While working on processing dlm message in softirq context I experienced the following KASAN use-after-free warning: [ 151.760477] ...