Linux

Linux

7354 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:54:55
  • Zuletzt bearbeitet 12.11.2025 19:10:59

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix call trace warning and hang when removing amdgpu device On GPUs with RAS enabled, below call trace and hang are observed when shutting down device. v2: use DRM dev...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:54:54
  • Zuletzt bearbeitet 20.05.2025 14:15:26

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.04%
  • Veröffentlicht 02.05.2025 15:54:54
  • Zuletzt bearbeitet 27.01.2026 19:06:32

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() The ioctl helper function nilfs_ioctl_wrap_copy(), which exchanges a metadata array to/from user space, may copy uninitialize...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:54:53
  • Zuletzt bearbeitet 12.11.2025 15:56:49

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace Call kvm_init() only after _all_ setup is complete, as kvm_init() exposes /dev/kvm to userspace and thus all...

  • EPSS 0.03%
  • Veröffentlicht 02.05.2025 14:16:02
  • Zuletzt bearbeitet 06.11.2025 20:49:48

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() After making all ->qlen_notify() callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fq...

  • EPSS 0.03%
  • Veröffentlicht 02.05.2025 14:16:01
  • Zuletzt bearbeitet 06.11.2025 20:48:20

In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Fix a UAF vulnerability in class handling This patch fixes a Use-After-Free vulnerability in the HFSC qdisc class handling. The issue occurs due to a time-of-check...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:08
  • Zuletzt bearbeitet 01.10.2025 15:15:41

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Correctly move list in sc_disable() Commit 13bac861952a ("IB/hfi1: Fix abba locking issue with sc_disable()") incorrectly tries to move a list from one list head to anothe...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:11:07
  • Zuletzt bearbeitet 01.10.2025 15:15:39

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in free_mr_init() Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutex_init() first befor...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2025 14:11:06
  • Zuletzt bearbeitet 01.10.2025 15:15:39

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed There is a null-ptr-deref when xps sysfs alloc failed: BUG: KASAN: null-ptr-deref in sysfs_do_create_link_sd+0x40/0xd0 Re...

  • EPSS 0.03%
  • Veröffentlicht 01.05.2025 14:11:06
  • Zuletzt bearbeitet 12.11.2025 15:57:34

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix mr leak in RESPST_ERR_RNR rxe_recheck_mr() will increase mr's ref_cnt, so we should call rxe_put(mr) to drop mr's ref_cnt in RESPST_ERR_RNR to avoid below warning: ...