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 03.04.2026 13:24:32
  • Zuletzt bearbeitet 27.04.2026 14:16:31

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Validate command buffer payload count The count field in the command header is used to determine the valid payload size. Verify that the valid payload does not excee...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:31
  • Zuletzt bearbeitet 24.04.2026 15:21:10

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler Commit 31a7a0bbeb00 ("dpaa2-switch: add bounds check for if_id in IRQ handler") introduces a range check ...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:31
  • Zuletzt bearbeitet 23.04.2026 21:04:24

In the Linux kernel, the following vulnerability has been resolved: btrfs: free pages on error in btrfs_uring_read_extent() In this function the 'pages' object is never freed in the hopes that it is picked up by btrfs_uring_read_finished() whenever...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:30
  • Zuletzt bearbeitet 24.04.2026 15:21:16

In the Linux kernel, the following vulnerability has been resolved: drm/xe/configfs: Free ctx_restore_mid_bb in release ctx_restore_mid_bb memory is allocated in wa_bb_store(), but xe_config_device_release() only frees ctx_restore_post_bb. Free ct...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2026 13:24:29
  • Zuletzt bearbeitet 24.04.2026 15:21:23

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl->mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer.

  • EPSS 0.03%
  • Veröffentlicht 03.04.2026 13:24:23
  • Zuletzt bearbeitet 27.04.2026 14:16:31

In the Linux kernel, the following vulnerability has been resolved: net/rds: Fix circular locking dependency in rds_tcp_tune syzbot reported a circular locking dependency in rds_tcp_tune() where sk_net_refcnt_upgrade() is called while holding the s...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:22
  • Zuletzt bearbeitet 24.04.2026 15:21:40

In the Linux kernel, the following vulnerability has been resolved: drm/xe/reg_sr: Fix leak on xa_store failure Free the newly allocated entry when xa_store() fails to avoid a memory leak on the error path. v2: use goto fail_free. (Bala) (cherry ...

  • EPSS 0.01%
  • Veröffentlicht 02.04.2026 11:40:57
  • Zuletzt bearbeitet 24.04.2026 15:21:59

In the Linux kernel, the following vulnerability has been resolved: mm/mseal: update VMA end correctly on merge Previously we stored the end of the current VMA in curr_end, and then upon iterating to the next VMA updated curr_start to curr_end to a...

  • EPSS 0.02%
  • Veröffentlicht 02.04.2026 11:40:57
  • Zuletzt bearbeitet 24.04.2026 15:21:51

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix constant blinding for PROBE_MEM32 stores BPF_ST | BPF_PROBE_MEM32 immediate stores are not handled by bpf_jit_blind_insn(), allowing user-controlled 32-bit immediates to s...

  • EPSS 0.02%
  • Veröffentlicht 02.04.2026 11:40:56
  • Zuletzt bearbeitet 27.04.2026 14:16:31

In the Linux kernel, the following vulnerability has been resolved: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() During futex_key_to_node_opt() execution, vma->vm_policy is read under speculative mmap lock and RCU. Concur...