CVE-2022-49050
- EPSS 0.03%
- Published 26.02.2025 07:00:42
- Last modified 23.09.2025 18:25:15
In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix platform-device leak in error path Make sure to free the flash platform device in the event that registration fails during probe.
CVE-2022-49051
- EPSS 0.06%
- Published 26.02.2025 07:00:42
- Last modified 23.09.2025 18:28:45
In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: Fix out-of-bounds accesses in RX fixup aqc111_rx_fixup() contains several out-of-bounds accesses that can be triggered by a malicious (or defective) USB device, i...
CVE-2022-49052
- EPSS 0.03%
- Published 26.02.2025 07:00:42
- Last modified 14.10.2025 19:05:53
In the Linux kernel, the following vulnerability has been resolved: mm: fix unexpected zeroed page mapping with zram swap Two processes under CLONE_VM cloning, user process can be corrupted by seeing zeroed page unexpectedly. CPU A ...
CVE-2022-49053
- EPSS 0.07%
- Published 26.02.2025 07:00:42
- Last modified 24.03.2025 17:43:58
In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmu_try_get_data_page() looks up pages under cmdr_lock, but it does not take refcount properly and just returns page pointer. When tcmu_t...
CVE-2022-49054
- EPSS 0.02%
- Published 26.02.2025 07:00:42
- Last modified 14.10.2025 19:04:54
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests hv_panic_page might contain guest-sensitive information, do not dump it over to Hyper-V by defa...
CVE-2022-49055
- EPSS 0.02%
- Published 26.02.2025 07:00:42
- Last modified 01.10.2025 20:15:44
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmalloc_array() As the kmalloc_array() may return null, the 'event_waiters[i].wait' would lead to null-pointer dereference. Therefore...
- EPSS 0.03%
- Published 26.02.2025 07:00:42
- Last modified 20.05.2025 14:15:26
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49057
- EPSS 0.03%
- Published 26.02.2025 07:00:42
- Last modified 23.09.2025 18:28:58
In the Linux kernel, the following vulnerability has been resolved: block: null_blk: end timed out poll request When poll request is timed out, it is removed from the poll list, but not completed, so the request is leaked, and never get chance to c...
CVE-2022-49044
- EPSS 0.05%
- Published 26.02.2025 07:00:41
- Last modified 23.09.2025 18:24:48
In the Linux kernel, the following vulnerability has been resolved: dm integrity: fix memory corruption when tag_size is less than digest size It is possible to set up dm-integrity in such a way that the "tag_size" parameter is less than the actual...
CVE-2022-49046
- EPSS 0.03%
- Published 26.02.2025 07:00:41
- Last modified 03.11.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: i2c: dev: check return value when calling dev_set_name() If dev_set_name() fails, the dev_name() is null, check the return value of dev_set_name() to avoid the null-ptr-deref.