CVE-2022-49115
- EPSS 0.27%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 01.10.2025 20:15:47
In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix misused goto label Fix a misused goto label jump since that can result in a memory leak.
CVE-2022-49116
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 01.10.2025 20:15:48
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use memset avoid memory leaks Use memset to initialize structs to prevent memory leaks in l2cap_ecred_connect
CVE-2022-49097
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 23.09.2025 16:47:42
In the Linux kernel, the following vulnerability has been resolved: NFS: Avoid writeback threads getting stuck in mempool_alloc() In a low memory situation, allow the NFS writeback code to fail without getting stuck in infinite loops in mempool_all...
CVE-2022-49102
- EPSS 0.24%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 13.08.2026 00:17:27
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.25%
- 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.24%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 13.08.2026 00:17:27
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.24%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 13.08.2026 00:17:27
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-49082
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:45
- Zuletzt bearbeitet 25.03.2025 18:55:58
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove() The function mpt3sas_transport_port_remove() called in _scsih_expander_node_remove() frees the port field of the ...
CVE-2022-49069
- EPSS 0.26%
- Veröffentlicht 26.02.2025 07:00:44
- Zuletzt bearbeitet 13.08.2026 00:17:27
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw [Why] Below general protection fault observed when WebGL Aquarium is run for longer duration. If drm de...
CVE-2022-49072
- EPSS 0.27%
- Veröffentlicht 26.02.2025 07:00:44
- Zuletzt bearbeitet 23.09.2025 18:29:10
In the Linux kernel, the following vulnerability has been resolved: gpio: Restrict usage of GPIO chip irq members before initialization GPIO chip irq members are exposed before they could be completely initialized and this leads to race conditions....