Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 01.04.2026 08:36:35
  • Zuletzt bearbeitet 24.04.2026 18:40:27

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix: limit the number of levels of policy namespaces Currently the number of policy namespaces is not bounded relying on the user namespace limit. However policy namespac...

  • EPSS 0.02%
  • Veröffentlicht 01.04.2026 08:36:34
  • Zuletzt bearbeitet 24.04.2026 18:39:58

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix memory leak in verify_header The function sets `*ns = NULL` on every call, leaking the namespace string allocated in previous iterations when multiple profiles are un...

  • EPSS 0.02%
  • Veröffentlicht 01.04.2026 08:36:33
  • Zuletzt bearbeitet 24.04.2026 15:17:03

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE Adjust KVM's sanity check against overwriting a shadow-present SPTE with a another SPTE with a different...

  • EPSS 0.02%
  • Veröffentlicht 01.04.2026 08:36:32
  • Zuletzt bearbeitet 24.04.2026 15:17:19

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE When installing an emulated MMIO SPTE, do so *after* dropping/zapping the existing SPTE (if it's shadow...

  • EPSS 0.01%
  • Veröffentlicht 29.03.2026 12:55:50
  • Zuletzt bearbeitet 24.04.2026 15:17:32

In the Linux kernel, the following vulnerability has been resolved: rust_binder: call set_notification_done() without proc lock Consider the following sequence of events on a death listener: 1. The remote process dies and sends a BR_DEAD_BINDER mes...

  • EPSS 0.02%
  • Veröffentlicht 28.03.2026 07:16:09
  • Zuletzt bearbeitet 27.04.2026 14:16:30

In the Linux kernel, the following vulnerability has been resolved: nf_tables: nft_dynset: fix possible stateful expression memleak in error path If cloning the second stateful expression in the element via GFP_ATOMIC fails, then the first stateful...

  • EPSS 0.02%
  • Veröffentlicht 26.03.2026 10:22:50
  • Zuletzt bearbeitet 24.04.2026 15:17:53

In the Linux kernel, the following vulnerability has been resolved: icmp: fix NULL pointer dereference in icmp_tag_validation() icmp_tag_validation() unconditionally dereferences the result of rcu_dereference(inet_protos[proto]) without checking fo...

  • EPSS 0.02%
  • Veröffentlicht 26.03.2026 10:22:49
  • Zuletzt bearbeitet 24.04.2026 15:18:27

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix NULL deref in mesh_matches_local() mesh_matches_local() unconditionally dereferences ie->mesh_config to compare mesh configuration parameters. When called from ...

  • EPSS 0.02%
  • Veröffentlicht 26.03.2026 10:22:49
  • Zuletzt bearbeitet 24.04.2026 15:18:09

In the Linux kernel, the following vulnerability has been resolved: nfnetlink_osf: validate individual option lengths in fingerprints nfnl_osf_add_callback() validates opt_num bounds and string NUL-termination but does not check individual option l...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:33:18
  • Zuletzt bearbeitet 24.04.2026 15:20:29

In the Linux kernel, the following vulnerability has been resolved: af_unix: Give up GC if MSG_PEEK intervened. Igor Ushakov reported that GC purged the receive queue of an alive socket due to a race with MSG_PEEK with a nice repro. This is the ex...