Linux

Linux Kernel

12376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 25.09.2025 15:36:57

In the Linux kernel, the following vulnerability has been resolved: mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap Limit max values for vht mcs and nss in ieee80211_parse_tx_radiotap routine in order to fix the following warnin...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 25.09.2025 15:36:22

In the Linux kernel, the following vulnerability has been resolved: mac80211-hwsim: fix late beacon hrtimer handling Thomas explained in https://lore.kernel.org/r/87mtoeb4hb.ffs@tglx that our handling of the hrtimer here is wrong: If the timer fire...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 02.04.2025 14:53:12

In the Linux kernel, the following vulnerability has been resolved: nexthop: Fix memory leaks in nexthop notification chain listeners syzkaller discovered memory leaks [1] that can be reduced to the following commands: # ip nexthop add id 1 black...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 26.12.2024 17:57:10

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use after free on rmmod plat_dev->dev->platform_data is released by platform_device_unregister(), use of pclk and hclk is a use-after-free. Since device unregister w...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 26.12.2024 17:57:35

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In its_vpe_irq_domain_alloc, when its_vpe_init() returns an error, there is an off-by-one in the number of VPEs to be freed. Fi...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 12.05.2025 19:52:58

In the Linux kernel, the following vulnerability has been resolved: dma-debug: prevent an error message from causing runtime problems For some drivers, that use the DMA API. This error message can be reached several millions of times per second, ca...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 02.04.2025 14:53:06

In the Linux kernel, the following vulnerability has been resolved: blktrace: Fix uaf in blk_trace access after removing by sysfs There is an use-after-free problem triggered by following process: P1(sda) P2(sdb) echo 0 > /sys/block/sd...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 25.09.2025 15:50:04

In the Linux kernel, the following vulnerability has been resolved: bpf: Add oversize check before call kvcalloc() Commit 7661809d493b ("mm: don't allow oversized kvmalloc() calls") add the oversize check. When the allocation is larger than what km...

  • EPSS 0.06%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 02.04.2025 14:52:37

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cm_id before destroy qp to avoid to get cma event after qp was destroyed, which may lead...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 23.12.2024 20:47:30

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd KASAN reports a use-after-free report when doing fuzz test: [693354.104835] ==================================...