CVE-2022-49887
- EPSS 0.04%
- Published 01.05.2025 14:10:32
- Last modified 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.02%
- Published 01.05.2025 14:10:31
- Last modified 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-49886
- EPSS 0.02%
- Published 01.05.2025 14:10:31
- Last modified 10.11.2025 21:19:04
In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Panic on bad configs that #VE on "private" memory access All normal kernel memory is "TDX private memory". This includes everything from kernel stacks to kernel text. Ha...
CVE-2022-49884
- EPSS 0.02%
- Published 01.05.2025 14:10:30
- Last modified 10.11.2025 21:19:27
In the Linux kernel, the following vulnerability has been resolved: KVM: Initialize gfn_to_pfn_cache locks in dedicated helper Move the gfn_to_pfn_cache lock initialization to another helper and call the new helper during VM/vCPU creation. There a...
CVE-2022-49882
- EPSS 0.03%
- Published 01.05.2025 14:10:29
- Last modified 10.11.2025 21:19:56
In the Linux kernel, the following vulnerability has been resolved: KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cache Reject kvm_gpc_check() and kvm_gpc_refresh() if the cache is inactive. Not checking the active flag during refr...
CVE-2022-49883
- EPSS 0.03%
- Published 01.05.2025 14:10:29
- Last modified 10.11.2025 21:19:47
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format On 64 bit host, if the guest doesn't have X86_FEATURE_LM, KVM will access 16 gprs to 32-bit smram image...
CVE-2022-49881
- EPSS 0.02%
- Published 01.05.2025 14:10:28
- Last modified 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix memory leak in query_regdb_file() In the function query_regdb_file() the alpha2 parameter is duplicated using kmemdup() and subsequently freed in regdb_fw_cb()....
CVE-2022-49879
- EPSS 0.03%
- Published 01.05.2025 14:10:27
- Last modified 10.11.2025 21:20:07
In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG_ON() when directory entry has invalid rec_len The rec_len field in the directory entry has to be a multiple of 4. A corrupted filesystem image can be used to hit a B...
CVE-2022-49880
- EPSS 0.02%
- Published 01.05.2025 14:10:27
- Last modified 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in 'ext4_da_release_space' Syzkaller report issue as follows: EXT4-fs (loop0): Free/Dirty block details EXT4-fs (loop0): free_blocks=0 EXT4-fs (loop0): dirty_bloc...
CVE-2022-49878
- EPSS 0.02%
- Published 01.05.2025 14:10:26
- Last modified 01.10.2025 16:15:49
In the Linux kernel, the following vulnerability has been resolved: bpf, verifier: Fix memory leak in array reallocation for stack state If an error (NULL) is returned by krealloc(), callers of realloc_array() were setting their allocation pointers...