CVE-2022-49090
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 23.09.2025 18:12:21
In the Linux kernel, the following vulnerability has been resolved: arch/arm64: Fix topology initialization for core scheduling Arm64 systems rely on store_cpu_topology() to call update_siblings_masks() to transfer the toplogy to the various cpu ma...
CVE-2022-49091
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 23.09.2025 16:40:23
In the Linux kernel, the following vulnerability has been resolved: drm/imx: Fix memory leak in imx_pd_connector_get_modes Avoid leaking the display mode variable if of_get_drm_display_mode fails. Addresses-Coverity-ID: 1443943 ("Resource leak")
CVE-2022-49092
- EPSS 0%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 14.10.2025 20:22:25
In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix route with nexthop object delete warning FRR folks have hit a kernel warning[1] while deleting routes[2] which is caused by trying to delete a route pointing to a ne...
CVE-2022-49093
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 25.03.2025 16:20:55
In the Linux kernel, the following vulnerability has been resolved: skbuff: fix coalescing for page_pool fragment recycling Fix a use-after-free when using page_pool with page fragments. We encountered this problem during normal RX in the hns3 driv...
CVE-2022-49094
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 23.09.2025 16:41:29
In the Linux kernel, the following vulnerability has been resolved: net/tls: fix slab-out-of-bounds bug in decrypt_internal The memory size of tls_ctx->rx.iv for AES128-CCM is 12 setting in tls_set_sw_offload(). The return value of crypto_aead_ivsi...
CVE-2022-49095
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 23.09.2025 16:41:38
In the Linux kernel, the following vulnerability has been resolved: scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() The error handling path of the probe releases a resource that is not freed in the remove function. In some cases, a ior...
CVE-2022-49077
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 14.10.2025 20:26:33
In the Linux kernel, the following vulnerability has been resolved: mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) If an mremap() syscall with old_size=0 ends up in move_page_tables(), it will call invalidate_range_sta...
CVE-2022-49078
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 19.12.2025 14:58:43
In the Linux kernel, the following vulnerability has been resolved: lz4: fix LZ4_decompress_safe_partial read out of bound When partialDecoding, it is EOF if we've either filled the output buffer or can't proceed with reading an offset for followin...
CVE-2022-49080
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 23.09.2025 18:32:22
In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix mpol_new leak in shared_policy_replace If mpol_new is allocated but not used in restart loop, mpol_new will be freed via mpol_put before returning to the caller. ...
CVE-2022-49081
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 14.10.2025 20:24:06
In the Linux kernel, the following vulnerability has been resolved: highmem: fix checks in __kmap_local_sched_{in,out} When CONFIG_DEBUG_KMAP_LOCAL is enabled __kmap_local_sched_{in,out} check that even slots in the tsk->kmap_ctrl.pteval are unmapp...