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-47512
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:12
- Zuletzt bearbeitet 06.01.2025 20:44:28
In the Linux kernel, the following vulnerability has been resolved: net/sched: fq_pie: prevent dismantle issue For some reason, fq_pie_destroy() did not copy working code from pie_destroy() and other qdiscs, thus causing elusive bug. Before callin...
CVE-2021-47513
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:12
- Zuletzt bearbeitet 21.11.2024 06:36:24
In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering Avoid a memory leak if there is not a CPU port defined. Addresses-Coverity-ID: 1492897 ("Resource leak") Addresses-C...
CVE-2021-47514
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:12
- Zuletzt bearbeitet 06.01.2025 20:47:59
In the Linux kernel, the following vulnerability has been resolved: devlink: fix netns refcount leak in devlink_nl_cmd_reload() While preparing my patch series adding netns refcount tracking, I spotted bugs in devlink_nl_cmd_reload() Some error pa...
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-47505
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:11
- Zuletzt bearbeitet 10.01.2025 18:00:30
In the Linux kernel, the following vulnerability has been resolved: aio: fix use-after-free due to missing POLLFREE handling signalfd_poll() and binder_poll() are special in that they use a waitqueue whose lifetime is the current task, rather than ...
CVE-2021-47506
- EPSS 0.01%
- Veröffentlicht 24.05.2024 15:15:11
- Zuletzt bearbeitet 06.01.2025 20:44:45
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix use-after-free due to delegation race A delegation break could arrive as soon as we've called vfs_setlease. A delegation break runs a callback which immediately (in nfsd...
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...