Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:19:42
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: don't access released socket during error recovery While the error recovery work is temporarily failing reconnect attempts, running the 'nvme list' command causes a kerne...

  • EPSS 0.04%
  • Veröffentlicht 07.10.2025 15:19:41
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: fix memory leak of remain_skbs hif_dev->remain_skb is allocated and used exclusively in ath9k_hif_usb_rx_stream(). It is implied that an allocated remain_skb ...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:19:41
  • Zuletzt bearbeitet 10.10.2025 16:15:51

In the Linux kernel, the following vulnerability has been resolved: x86: fix clear_user_rep_good() exception handling annotation This code no longer exists in mainline, because it was removed in commit d2c95f9d6802 ("x86: don't use REP_GOOD or ERMS...

  • EPSS 0.03%
  • Veröffentlicht 07.10.2025 15:19:40
  • Zuletzt bearbeitet 08.10.2025 19:38:09

In the Linux kernel, the following vulnerability has been resolved: ASoC: lpass: Fix for KASAN use_after_free out of bounds When we run syzkaller we get below Out of Bounds error. "KASAN: slab-out-of-bounds Read in regcache_flat_read" Below is th...

  • EPSS 0.05%
  • Veröffentlicht 07.10.2025 15:19:39
  • Zuletzt bearbeitet 08.10.2025 19:38:32

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: reduce WARN to dev_dbg() in callback The warn is triggered on a known race condition, documented in the code above the test, that is correctly handled. Using WARN() ...

  • EPSS 0.04%
  • Veröffentlicht 07.10.2025 15:19:38
  • Zuletzt bearbeitet 08.10.2025 19:38:32

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 0.03%
  • Veröffentlicht 07.10.2025 15:19:38
  • Zuletzt bearbeitet 08.10.2025 19:38:32

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 0.03%
  • Veröffentlicht 07.10.2025 15:19:37
  • Zuletzt bearbeitet 08.10.2025 19:38:32

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 0.03%
  • Veröffentlicht 07.10.2025 15:19:36
  • Zuletzt bearbeitet 08.10.2025 19:38:32

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 0.03%
  • Veröffentlicht 07.10.2025 15:19:36
  • Zuletzt bearbeitet 08.10.2025 19:38:32

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...