CVE-2022-49100
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 14.10.2025 20:01:42
In the Linux kernel, the following vulnerability has been resolved: virtio_console: eliminate anonymous module_init & module_exit Eliminate anonymous module_init() and module_exit(), which can lead to confusion or ambiguity when reading System.map,...
CVE-2022-49102
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 01.10.2025 20:15:46
In the Linux kernel, the following vulnerability has been resolved: habanalabs: fix possible memory leak in MMU DR fini This patch fixes what seems to be copy paste error. We will have a memory leak if the host-resident shadow is NULL (which will ...
CVE-2022-49103
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 01.10.2025 20:15:46
In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify() [You don't often get email from xiongx18@fudan.edu.cn. Learn why this is important at http://aka.ms/LearnAboutSender...
CVE-2022-49104
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 01.10.2025 20:15:46
In the Linux kernel, the following vulnerability has been resolved: staging: vchiq_core: handle NULL result of find_service_by_handle In case of an invalid handle the function find_servive_by_handle returns NULL. So take care of this and avoid a NU...
CVE-2022-49105
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 01.10.2025 20:15:46
In the Linux kernel, the following vulnerability has been resolved: staging: wfx: fix an error handling in wfx_init_common() One error handler of wfx_init_common() return without calling ieee80211_free_hw(hw), which may result in memory leak. And I...
CVE-2022-49087
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 25.03.2025 16:21:12
In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix a race in rxrpc_exit_net() Current code can lead to the following race: CPU0 CPU1 rxrpc_exit_net() ...
CVE-2022-49088
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 23.09.2025 18:10:14
In the Linux kernel, the following vulnerability has been resolved: dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe This node pointer is returned by of_find_compatible_node() with refcount incremented. Calling of_node_put() to aovid the refcount le...
CVE-2022-49089
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:46
- Zuletzt bearbeitet 23.09.2025 18:11:30
In the Linux kernel, the following vulnerability has been resolved: IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition The documentation of the function rvt_error_qp says both r_lock and s_lock need to be held when calling that...
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.03%
- 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")