CVE-2021-47510
- EPSS 0.02%
- 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.01%
- 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.01%
- 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.01%
- 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.02%
- 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.01%
- 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.02%
- 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.02%
- 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...
CVE-2021-47504
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:10
- Zuletzt bearbeitet 29.09.2025 16:31:01
In the Linux kernel, the following vulnerability has been resolved: io_uring: ensure task_work gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through task_work, then we can be sleepin...
CVE-2024-36013
- EPSS 0.08%
- Veröffentlicht 23.05.2024 07:15:08
- Zuletzt bearbeitet 01.04.2025 18:40:46
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() Extend a critical section to prevent chan from early freeing. Also make the l2cap_connect() return type void. Nothing i...