Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:34
  • Zuletzt bearbeitet 16.12.2025 20:29:30

In the Linux kernel, the following vulnerability has been resolved: arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users Support for eBPF programs loaded by unprivileged users is typically disabled. This means only cBPF programs nee...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:34
  • Zuletzt bearbeitet 16.12.2025 20:30:11

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Eliminate window where TLB flushes may be inadvertently skipped tl;dr: There is a window in the mm switching code where the new CR3 is set and the CPU should be getting TLB...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.11.2025 12:57:15

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix panic in failed foilio allocation commit 7e119cff9d0a ("ocfs2: convert w_pages to w_folios") and commit 9a5e08652dc4b ("ocfs2: use an array of folios instead of an array...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.12.2025 20:05:00

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Add job to pending list if the reset was skipped When a CL/CSD job times out, we check if the GPU has made any progress since the last timeout. If so, instead of resetting...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.11.2025 12:57:06

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix UAF in __close_file_table_ids A use-after-free is possible if one thread destroys the file via __ksmbd_close_fd while another thread holds a reference to it. The existin...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 17.12.2025 20:04:41

In the Linux kernel, the following vulnerability has been resolved: sch_htb: make htb_deactivate() idempotent Alan reported a NULL pointer dereference in htb_next_rb_node() after we made htb_qlen_notify() idempotent. It turns out in the following ...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 14.11.2025 17:03:37

In the Linux kernel, the following vulnerability has been resolved: smb: client: Avoid race in open_cached_dir with lease breaks A pre-existing valid cfid returned from find_or_create_cached_dir might race with a lease break, meaning open_cached_di...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 14.11.2025 17:03:24

In the Linux kernel, the following vulnerability has been resolved: virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable() The selftests added to our CI by Bui Quang Minh recently reveals that there is a mem leak on the error path of virt...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 14.11.2025 17:03:15

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent rename with empty string Client can send empty newname string to ksmbd server. It will cause a kernel oops from d_alloc. This patch return the error when attempting ...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2025 16:15:33
  • Zuletzt bearbeitet 14.11.2025 17:03:02

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception Previously, commit ed129ec9057f ("KVM: x86: forcibly leave nested mode on vCPU reset") addressed an issue where a triple ...