CVE-2021-47523
- 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...
CVE-2021-47524
- 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.
CVE-2021-47510
- 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...
CVE-2021-47511
- 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...
CVE-2021-47515
- 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...
CVE-2021-47507
- 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 ...
CVE-2021-47508
- 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...
CVE-2021-47509
- 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...
CVE-2021-47502
- 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...
CVE-2021-47503
- 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...