Linux

Linux

9647 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.24%
  • Veröffentlicht 24.05.2024 15:15:14
  • Zuletzt bearbeitet 24.09.2025 19:38:33

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr This buffer is currently allocated in hfi1_init(): if (reinit) ret = init_after_reset(dd); else ret = loadtime_init(dd); if (re...

  • EPSS 0.21%
  • Veröffentlicht 24.05.2024 15:15:14
  • Zuletzt bearbeitet 24.09.2025 19:41:00

In the Linux kernel, the following vulnerability has been resolved: serial: liteuart: fix minor-number leak on probe errors Make sure to release the allocated minor number before returning on probe errors.

  • EPSS 0.21%
  • Veröffentlicht 24.05.2024 15:15:12
  • Zuletzt bearbeitet 29.09.2025 17:11:02

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix re-dirty process of tree-log nodes There is a report of a transaction abort of -EAGAIN with the following script. #!/bin/sh for d in sda sdb; do mkfs.btr...

  • EPSS 0.24%
  • Veröffentlicht 24.05.2024 15:15:12
  • Zuletzt bearbeitet 29.09.2025 17:09:23

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix negative period/buffer sizes The period size calculation in OSS layer may receive a negative value as an error, but the code there assumes only the positive val...

  • EPSS 0.25%
  • Veröffentlicht 24.05.2024 15:15:12
  • Zuletzt bearbeitet 24.09.2025 19:37:09

In the Linux kernel, the following vulnerability has been resolved: seg6: fix the iif in the IPv6 socket control block When an IPv4 packet is received, the ip_rcv_core(...) sets the receiving interface index into the IPv4 socket control block (v5.1...

  • EPSS 0.19%
  • Veröffentlicht 24.05.2024 15:15:11
  • Zuletzt bearbeitet 24.09.2025 19:17:55

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix nsfd startup race (again) Commit bd5ae9288d64 ("nfsd: register pernet ops last, unregister first") has re-opened rpc_pipefs_event() race against nfsd_net_id registration ...

  • EPSS 0.21%
  • Veröffentlicht 24.05.2024 15:15:11
  • Zuletzt bearbeitet 24.09.2025 19:20:07

In the Linux kernel, the following vulnerability has been resolved: btrfs: free exchange changeset on failures Fstests runs on my VMs have show several kmemleak reports like the following. unreferenced object 0xffff88811ae59080 (size 64): co...

  • EPSS 0.24%
  • Veröffentlicht 24.05.2024 15:15:11
  • Zuletzt bearbeitet 29.09.2025 16:30:22

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Limit the period size to 16MB Set the practical limit to the period size (the fragment shift in OSS) instead of a full 31bit; a too large value could lead to the ex...

  • EPSS 0.24%
  • Veröffentlicht 24.05.2024 15:15:10
  • Zuletzt bearbeitet 29.09.2025 16:32:44

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: handle channel mappping list correctly Currently each channel is added as list to dai channel list, however there is danger of adding same channel to multipl...

  • EPSS 0.25%
  • Veröffentlicht 24.05.2024 15:15:10
  • Zuletzt bearbeitet 01.04.2025 18:40:54

In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc() Calling scsi_remove_host() before scsi_add_host() results in a crash: BUG: kernel NULL pointer dereference, address...