Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 03.07.2025 08:36:04
  • Zuletzt bearbeitet 18.12.2025 17:32:07

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on sbi->total_valid_block_count syzbot reported a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/f2fs.h:2521! RIP: 0010...

  • EPSS 0.03%
  • Veröffentlicht 03.07.2025 08:36:03
  • Zuletzt bearbeitet 18.12.2025 17:30:38

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction Upon RQ destruction if the firmware command fails which is the last resource to be destroyed some SW resources we...

  • EPSS 0.01%
  • Veröffentlicht 03.07.2025 08:36:03
  • Zuletzt bearbeitet 20.11.2025 19:44:12

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: prevent overflow in lookup table allocation When calculating the lookup table size, ensure the following multiplication does not overflow: - desc->field...

  • EPSS 0.04%
  • Veröffentlicht 03.07.2025 08:36:02
  • Zuletzt bearbeitet 18.12.2025 20:51:26

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypi_clk_register() devm_kasprintf() returns NULL when memory allocation fails. Currently, raspberrypi_clk_register() does not check for thi...

  • EPSS 0.02%
  • Veröffentlicht 03.07.2025 08:36:01
  • Zuletzt bearbeitet 18.12.2025 20:51:16

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds Set the size to 6 instead of 2, since 'para' array is passed to 'rtw_fw_bt_wifi_control(rtwdev, para[0], &par...

  • EPSS 0.02%
  • Veröffentlicht 03.07.2025 08:36:00
  • Zuletzt bearbeitet 18.12.2025 20:43:11

In the Linux kernel, the following vulnerability has been resolved: hisi_acc_vfio_pci: fix XQE dma address error The dma addresses of EQE and AEQE are wrong after migration and results in guest kernel-mode encryption services failure. Comparing th...

  • EPSS 0.02%
  • Veröffentlicht 03.07.2025 08:35:59
  • Zuletzt bearbeitet 18.12.2025 21:09:32

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k_htc: Abort software beacon handling if disabled A malicious USB device can send a WMI_SWBA_EVENTID event from an ath9k_htc-managed device before beaconing has been enab...

  • EPSS 0.02%
  • Veröffentlicht 03.07.2025 08:35:58
  • Zuletzt bearbeitet 20.11.2025 20:13:19

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: Fix null-ptr-deref in mt7915_mmio_wed_init() devm_ioremap() returns NULL on error. Currently, mt7915_mmio_wed_init() does not check for this case, which results...

  • EPSS 0.01%
  • Veröffentlicht 03.07.2025 08:35:58
  • Zuletzt bearbeitet 20.11.2025 20:13:31

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix null-ptr-deref in mt7996_mmio_wed_init() devm_ioremap() returns NULL on error. Currently, mt7996_mmio_wed_init() does not check for this case, which results...

  • EPSS 0.02%
  • Veröffentlicht 03.07.2025 08:35:57
  • Zuletzt bearbeitet 18.12.2025 21:09:23

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Avoid using sk_socket after free when sending The sk->sk_socket is not locked or referenced in backlog thread, and during the call to skb_send_sock(), there is a race...