CVE-2021-47119
- EPSS 0.01%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 07.01.2025 17:31:16
In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leak in ext4_fill_super Buffer head references must be released before calling kill_bdev(); otherwise the buffer head (and its page referenced by b_data) will not ...
CVE-2021-47110
- EPSS 0.02%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 13.03.2025 19:36:23
In the Linux kernel, the following vulnerability has been resolved: x86/kvm: Disable kvmclock on all CPUs on shutdown Currenly, we disable kvmclock from machine_shutdown() hook and this only happens for boot CPU. We need to disable it for all CPUs ...
CVE-2021-47112
- EPSS 0.02%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 13.03.2025 19:36:08
In the Linux kernel, the following vulnerability has been resolved: x86/kvm: Teardown PV features on boot CPU as well Various PV features (Async PF, PV EOI, steal time) work through memory shared with hypervisor and when we restore from hibernation...
CVE-2021-47113
- EPSS 0.02%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 13.03.2025 19:36:00
In the Linux kernel, the following vulnerability has been resolved: btrfs: abort in rename_exchange if we fail to insert the second ref Error injection stress uncovered a problem where we'd leave a dangling inode ref if we failed during a rename_ex...
CVE-2021-47116
- EPSS 0.02%
- Veröffentlicht 15.03.2024 21:15:06
- Zuletzt bearbeitet 07.01.2025 17:31:32
In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leak in ext4_mb_init_backend on error path. Fix a memory leak discovered by syzbot when a file system is corrupted with an illegally large s_log_groups_per_flex.
CVE-2024-2193
- EPSS 0.9%
- Veröffentlicht 15.03.2024 18:15:08
- Zuletzt bearbeitet 15.04.2026 00:35:42
A Speculative Race Condition (SRC) vulnerability that impacts modern CPU architectures supporting speculative execution (related to Spectre V1) has been disclosed. An unauthenticated attacker can exploit this vulnerability to disclose arbitrary data ...
CVE-2024-26629
- EPSS 0.01%
- Veröffentlicht 13.03.2024 14:15:07
- Zuletzt bearbeitet 12.05.2026 12:16:18
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix RELEASE_LOCKOWNER The test on so_count in nfsd4_release_lockowner() is nonsense and harmful. Revert to using check_for_locks(), changing that to not sleep. First: harmf...
CVE-2024-26614
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:19
- Zuletzt bearbeitet 03.04.2025 15:20:30
In the Linux kernel, the following vulnerability has been resolved: tcp: make sure init the accept_queue's spinlocks once When I run syz's reproduction C program locally, it causes the following issue: pvqspinlock: lock 0xffff9d181cd5c660 has corru...
CVE-2023-52486
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 14.01.2025 15:01:47
In the Linux kernel, the following vulnerability has been resolved: drm: Don't unref the same fb many times by mistake due to deadlock handling If we get a deadlock after the fb lookup in drm_mode_page_flip_ioctl() we proceed to unref the fb and th...
CVE-2023-52488
- EPSS 0.02%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 14.02.2025 16:40:56
In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFO The SC16IS7XX IC supports a burst mode to access the FIFOs where the initial register address is sent ($0...