CVE-2022-49904
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:10:48
- Zuletzt bearbeitet 01.10.2025 16:15:50
In the Linux kernel, the following vulnerability has been resolved: net, neigh: Fix null-ptr-deref in neigh_table_clear() When IPv6 module gets initialized but hits an error in the middle, kenel panic with: KASAN: null-ptr-deref in range [0x000000...
CVE-2022-49900
- EPSS 0.17%
- Veröffentlicht 01.05.2025 14:10:46
- Zuletzt bearbeitet 10.11.2025 21:18:09
In the Linux kernel, the following vulnerability has been resolved: i2c: piix4: Fix adapter not be removed in piix4_remove() In piix4_probe(), the piix4 adapter will be registered in: piix4_probe() piix4_add_adapters_sb800() / piix4_add_ad...
CVE-2022-49901
- EPSS 0.14%
- Veröffentlicht 01.05.2025 14:10:46
- Zuletzt bearbeitet 01.10.2025 21:15:41
In the Linux kernel, the following vulnerability has been resolved: blk-mq: Fix kmemleak in blk_mq_init_allocated_queue There is a kmemleak caused by modprobe null_blk.ko unreferenced object 0xffff8881acb1f000 (size 1024): comm "modprobe", pid 8...
CVE-2022-49899
- EPSS 0.19%
- Veröffentlicht 01.05.2025 14:10:45
- Zuletzt bearbeitet 01.10.2025 16:15:50
In the Linux kernel, the following vulnerability has been resolved: fscrypt: stop using keyrings subsystem for fscrypt_master_key The approach of fs/crypto/ internally managing the fscrypt_master_key structs as the payloads of "struct key" objects ...
CVE-2022-49898
- EPSS 0.16%
- Veröffentlicht 01.05.2025 14:10:44
- Zuletzt bearbeitet 10.11.2025 21:18:38
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix tree mod log mishandling of reallocated nodes We have been seeing the following panic in production kernel BUG at fs/btrfs/tree-mod-log.c:677! invalid opcode: 0000 ...
CVE-2022-49891
- EPSS 0.17%
- 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.19%
- 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-49887
- EPSS 0.17%
- 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.19%
- 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...