CVE-2022-49900
- EPSS 0.07%
- 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.07%
- 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.03%
- 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.06%
- 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-49892
- EPSS 0.05%
- 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-49885
- EPSS 0.04%
- 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...
CVE-2022-49873
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:23
- Zuletzt bearbeitet 01.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix wrong reg type conversion in release_reference() Some helper functions will allocate memory. To avoid memory leaks, the verifier requires the eBPF program to release these...
CVE-2022-49864
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:17
- Zuletzt bearbeitet 01.10.2025 16:15:47
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram() ./drivers/gpu/drm/amd/amdkfd/kfd_migrate.c:985:58-62: ERROR: p is NULL but dereferenced.
CVE-2022-49851
- EPSS 0.07%
- Veröffentlicht 01.05.2025 14:10:06
- Zuletzt bearbeitet 10.11.2025 21:02:56
In the Linux kernel, the following vulnerability has been resolved: riscv: fix reserved memory setup Currently, RISC-V sets up reserved memory using the "early" copy of the device tree. As a result, when trying to get a reserved memory region using...
CVE-2022-49839
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:09:55
- Zuletzt bearbeitet 01.10.2025 17:15:33
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_transport_sas: Fix error handling in sas_phy_add() If transport_add_device() fails in sas_phy_add(), the kernel will crash trying to delete the device in transport_remov...