CVE-2022-49894
- EPSS 0.15%
- Veröffentlicht 01.05.2025 14:10:37
- Zuletzt bearbeitet 01.10.2025 16:15:49
In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix region HPA ordering validation Some regions may not have any address space allocated. Skip them when validating HPA order otherwise a crash like the following may r...
CVE-2022-49895
- EPSS 0.15%
- Veröffentlicht 01.05.2025 14:10:37
- Zuletzt bearbeitet 01.10.2025 16:15:49
In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix decoder allocation crash When an intermediate port's decoders have been exhausted by existing regions, and creating a new region with the port in question in it's h...
CVE-2022-49893
- EPSS 0.15%
- Veröffentlicht 01.05.2025 14:10:36
- Zuletzt bearbeitet 10.11.2025 21:18:45
In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix cxl_region leak, cleanup targets at region delete When a region is deleted any targets that have been previously assigned to that region hold references to it. Trig...
CVE-2022-49891
- EPSS 0.18%
- Veröffentlicht 01.05.2025 14:10:35
- Zuletzt bearbeitet 01.10.2025 16:15:49
In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd() test_gen_kprobe_cmd() only free buf in fail path, hence buf will leak when there is no failure. Move kfree(buf) ...
CVE-2022-49892
- EPSS 0.2%
- Veröffentlicht 01.05.2025 14:10:35
- Zuletzt bearbeitet 07.05.2025 13:19:41
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix use-after-free for dynamic ftrace_ops KASAN reported a use-after-free with ftrace ops [1]. It was found from vmcore that perf had registered two ops with the same conte...
CVE-2022-49890
- EPSS 0.19%
- Veröffentlicht 01.05.2025 14:10:34
- Zuletzt bearbeitet 01.10.2025 17:15:37
In the Linux kernel, the following vulnerability has been resolved: capabilities: fix potential memleak on error path from vfs_getxattr_alloc() In cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to complete the memory allocation of tmpbuf...
CVE-2022-49888
- EPSS 0.22%
- Veröffentlicht 01.05.2025 14:10:33
- Zuletzt bearbeitet 07.05.2025 13:20:08
In the Linux kernel, the following vulnerability has been resolved: arm64: entry: avoid kprobe recursion The cortex_a76_erratum_1463225_debug_handler() function is called when handling debug exceptions (and synchronous exceptions from BRK instructi...
CVE-2022-49889
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:10:33
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters() On some machines the number of listed CPUs may be bigger than the actual CPUs that exist. The tracing subsystem...
CVE-2022-49887
- EPSS 0.18%
- Veröffentlicht 01.05.2025 14:10:32
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdec_probe() v4l2_device_unregister need to be called to put the refcount got by v4l2_device_register when vdec_probe fails or vde...
CVE-2022-49885
- EPSS 0.2%
- Veröffentlicht 01.05.2025 14:10:31
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init() Change num_ghes from int to unsigned int, preventing an overflow and causing subsequent vmalloc() to fail. The overflo...