CVE-2021-47491
- EPSS 0.21%
- Veröffentlicht 22.05.2024 09:15:10
- Zuletzt bearbeitet 29.09.2025 16:37:28
In the Linux kernel, the following vulnerability has been resolved: mm: khugepaged: skip huge page collapse for special files The read-only THP for filesystems will collapse THP for files opened readonly and mapped with VM_EXEC. The intended useca...
- EPSS 0.23%
- Veröffentlicht 22.05.2024 09:15:09
- Zuletzt bearbeitet 24.09.2025 19:04:38
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix use-after-free in rtl8712_dl_fw Syzbot reported use-after-free in rtl8712_dl_fw(). The problem was in race condition between r871xu_dev_remove() ->ndo_open() ...
CVE-2021-47473
- EPSS 0.21%
- Veröffentlicht 22.05.2024 07:15:12
- Zuletzt bearbeitet 07.01.2025 20:19:15
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els() Commit 8c0eb596baa5 ("[SCSI] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()"), inte...
CVE-2021-47467
- EPSS 0.49%
- Veröffentlicht 22.05.2024 07:15:11
- Zuletzt bearbeitet 02.04.2025 15:11:11
In the Linux kernel, the following vulnerability has been resolved: kunit: fix reference count leak in kfree_at_end The reference counting issue happens in the normal path of kfree_at_end(). When kunit_alloc_and_get_resource() is invoked, the funct...
CVE-2021-47452
- EPSS 0.2%
- Veröffentlicht 22.05.2024 07:15:10
- Zuletzt bearbeitet 29.09.2025 16:28:45
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: skip netdev events generated on netns removal syzbot reported following (harmless) WARN: WARNING: CPU: 1 PID: 2648 at net/netfilter/core.c:468 nft_netdev_...
CVE-2021-47455
- EPSS 0.24%
- Veröffentlicht 22.05.2024 07:15:10
- Zuletzt bearbeitet 03.11.2025 18:15:39
In the Linux kernel, the following vulnerability has been resolved: ptp: Fix possible memory leak in ptp_clock_register() I got memory leak as follows when doing fault injection test: unreferenced object 0xffff88800906c618 (size 8): comm "i2c-id...
CVE-2021-47438
- EPSS 0.23%
- Veröffentlicht 22.05.2024 07:15:09
- Zuletzt bearbeitet 04.08.2026 10:17:03
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix memory leak in mlx5_core_destroy_cq() error path Prior to this patch in case mlx5_core_destroy_cq() failed it returns without completing all destroy operations and t...
CVE-2021-47433
- EPSS 0.58%
- Veröffentlicht 22.05.2024 07:15:08
- Zuletzt bearbeitet 04.08.2026 10:17:03
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix abort logic in btrfs_replace_file_extents Error injection testing uncovered a case where we'd end up with a corrupt file system with a missing extent in the middle of a ...
CVE-2023-52878
- EPSS 0.22%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 21.11.2024 08:40:46
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is accessed out of bounds If the "struct can_priv::echoo_skb" is accessed out of bounds, this would cause a k...
CVE-2023-52879
- EPSS 0.23%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 04.08.2026 10:18:47
In the Linux kernel, the following vulnerability has been resolved: tracing: Have trace_event_file have ref counters The following can crash the kernel: # cd /sys/kernel/tracing # echo 'p:sched schedule' > kprobe_events # exec 5>>events/kprobes...