Linux

Linux

6776 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:55:21
  • Zuletzt bearbeitet 12.11.2025 20:51:46

In the Linux kernel, the following vulnerability has been resolved: octeontx2-vf: Add missing free for alloc_percpu Add the free_percpu for the allocated "vf->hw.lmt_info" in order to avoid memory leak, same as the "pf->hw.lmt_info" in `drivers/net...

  • EPSS 0.01%
  • Veröffentlicht 02.05.2025 15:55:20
  • Zuletzt bearbeitet 12.11.2025 20:52:19

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Only call get_timer_irq() once in constant_clockevent_init() Under CONFIG_DEBUG_ATOMIC_SLEEP=y and CONFIG_DEBUG_PREEMPT=y, we can see the following messages on LoongArch...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:19
  • Zuletzt bearbeitet 12.11.2025 19:47:44

In the Linux kernel, the following vulnerability has been resolved: qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info We have to make sure that the info returned by the helper is valid before using it. Found by Linux Verification C...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:18
  • Zuletzt bearbeitet 12.11.2025 19:56:49

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output syzkaller reportes a KASAN issue with stack-out-of-bounds. The call trace is as follows: ...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:17
  • Zuletzt bearbeitet 10.05.2025 15:15:58

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

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:17
  • Zuletzt bearbeitet 07.11.2025 01:51:05

In the Linux kernel, the following vulnerability has been resolved: iavf: fix hang on reboot with ice When a system with E810 with existing VFs gets rebooted the following hang may be observed. Pid 1 is hung in iavf_remove(), part of a network dr...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:16
  • Zuletzt bearbeitet 07.11.2025 02:23:30

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc95xx: Limit packet length to skb->len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the cloned skb passed u...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:15
  • Zuletzt bearbeitet 07.11.2025 16:45:04

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2_open() Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posix_acl_release().

  • EPSS 0.01%
  • Veröffentlicht 02.05.2025 15:55:14
  • Zuletzt bearbeitet 07.11.2025 16:32:03

In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnl_lock() that causes deadlock The commit 6faee3d4ee8b ("igb: Add lock to avoid data race") adds rtnl_lock to eliminate a false data race shown below (FREE from dev...

  • EPSS 0.04%
  • Veröffentlicht 02.05.2025 15:55:13
  • Zuletzt bearbeitet 05.05.2025 20:54:45

In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl It is possible to peep kernel page's data by providing larger `insize` in struct cros_ec_command[1] when invoking ...