Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 28.04.2026 18:21:16

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: avoid memory leak in magicmouse_report_fixup() The magicmouse_report_fixup() function was returning a newly kmemdup()-allocated buffer, but never freeing it. The ...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 28.04.2026 18:09:51

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: ensure we're polling a polled queue A user can change the polled queue count at run time. There's a brief window during a reset where a hipri task may try to poll that qu...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 28.04.2026 18:07:48

In the Linux kernel, the following vulnerability has been resolved: HID: asus: avoid memory leak in asus_report_fixup() The asus_report_fixup() function was returning a newly allocated kmemdup()-allocated buffer, but never freeing it. Switch to de...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 28.04.2026 18:06:24

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN The BPF interpreter's signed 32-bit division and modulo handlers use the kernel abs() macro on s32 operands. The ab...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 28.04.2026 18:04:24

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix exception exit lock checking for subprogs process_bpf_exit_full() passes check_lock = !curframe to check_resource_leak(), which is false in cases when bpf_throw() is calle...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 28.04.2026 18:02:17

In the Linux kernel, the following vulnerability has been resolved: driver core: platform: use generic driver_override infrastructure When a driver is probed through __driver_attach(), the bus' match() callback is called without the device lock hel...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:51
  • Zuletzt bearbeitet 28.04.2026 16:30:40

In the Linux kernel, the following vulnerability has been resolved: xfrm: prevent policy_hthresh.work from racing with netns teardown A XFRM_MSG_NEWSPDINFO request can queue the per-net work item policy_hthresh.work onto the system workqueue. The ...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:51
  • Zuletzt bearbeitet 28.04.2026 16:35:29

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix skb_put() panic on non-linear skb during reassembly In iptfs_reassem_cont(), IP-TFS attempts to append data to the new inner packet 'newskb' that is being reassemb...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:51
  • Zuletzt bearbeitet 28.04.2026 17:25:54

In the Linux kernel, the following vulnerability has been resolved: esp: fix skb leak with espintcp and async crypto When the TX queue for espintcp is full, esp_output_tail_tcp will return an error and not free the skb, because with synchronous cry...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:51
  • Zuletzt bearbeitet 28.04.2026 18:54:10

In the Linux kernel, the following vulnerability has been resolved: btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create We have recently observed a number of subvolumes with broken dentries. ls-ing the parent dir looks like: drwxrwxrwt 1 roo...