CVE-2023-52619
- EPSS 0.24%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 10.03.2025 15:48:56
In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Fix crash when setting number of cpus to an odd number When the number of cpu cores is adjusted to 7 or other odd numbers, the zone size will become an odd number. The ...
CVE-2024-26633
- EPSS 0.33%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 04.04.2025 14:49:01
In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() syzbot pointed out [1] that NEXTHDR_FRAGMENT handling is broken. Reading frag_off can only be done if we p...
CVE-2023-52614
- EPSS 0.26%
- Veröffentlicht 18.03.2024 11:15:08
- Zuletzt bearbeitet 12.05.2026 12:16:16
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix buffer overflow in trans_stat_show Fix buffer overflow in trans_stat_show(). Convert simple snprintf to the more secure scnprintf with size of PAGE_SIZE. Add co...
CVE-2023-52615
- EPSS 0.2%
- Veröffentlicht 18.03.2024 11:15:08
- Zuletzt bearbeitet 12.12.2024 15:20:12
In the Linux kernel, the following vulnerability has been resolved: hwrng: core - Fix page fault dead lock on mmap-ed hwrng There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng into memory also mmap...
CVE-2023-52609
- EPSS 0.19%
- Veröffentlicht 18.03.2024 11:15:07
- Zuletzt bearbeitet 10.03.2025 15:28:37
In the Linux kernel, the following vulnerability has been resolved: binder: fix race between mmput() and do_exit() Task A calls binder_update_page_range() to allocate and insert pages on a remote address space from Task B. For this, Task A pins the...
CVE-2021-47119
- EPSS 0.25%
- 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-47121
- EPSS 0.23%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 07.01.2025 17:30:59
In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in cfusbl_device_notify In case of caif_enroll_dev() fail, allocated link_support won't be assigned to the corresponding structure. So simply free alloca...
CVE-2021-47122
- EPSS 0.23%
- Veröffentlicht 15.03.2024 21:15:07
- Zuletzt bearbeitet 07.01.2025 17:30:41
In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in caif_device_notify In case of caif_enroll_dev() fail, allocated link_support won't be assigned to the corresponding structure. So simply free allocate...
CVE-2021-47110
- EPSS 0.25%
- 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.24%
- 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...