CVE-2022-49209
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:55
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full If tcp_bpf_sendmsg() is running while sk msg is full. When sk_msg_alloc() returns -ENOMEM error, tcp_bpf_sendmsg()...
CVE-2022-49210
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:56
In the Linux kernel, the following vulnerability has been resolved: MIPS: pgalloc: fix memory leak caused by pgd_free() pgd page is freed by generic implementation pgd_free() since commit f9cb654cb550 ("asm-generic: pgalloc: provide generic pgd_fre...
CVE-2022-49211
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 21:15:40
In the Linux kernel, the following vulnerability has been resolved: mips: cdmm: Fix refcount leak in mips_cdmm_phys_base The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() on it when...
CVE-2022-49212
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:56
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init The reference counting issue happens in several error handling paths on a refcounted object "nc->dmac". In the...
CVE-2022-49213
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:56
In the Linux kernel, the following vulnerability has been resolved: ath10k: Fix error handling in ath10k_setup_msa_resources The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on it when...
CVE-2022-49214
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 22.09.2025 20:59:54
In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Don't use DSISR for SLB faults Since commit 46ddcb3950a2 ("powerpc/mm: Show if a bad page fault on data is read or write.") we use page_fault_is_write(regs->dsisr) in ...
CVE-2022-49215
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:56
In the Linux kernel, the following vulnerability has been resolved: xsk: Fix race at socket teardown Fix a race in the xsk socket teardown code that can lead to a NULL pointer dereference splat. The current xsk unbind code in xsk_unbind_dev() start...
CVE-2022-49216
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegra_dsi_ganged_probe The reference taken by 'of_find_device_by_node()' must be released when not needed anymore. Add put_device() call to fix thi...
CVE-2022-49217
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 21.10.2025 11:54:10
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix abort all task initialization In pm80xx_send_abort_all(), the n_elem field of the ccb used is not initialized to 0. This missing initialization sometimes lead to ...
CVE-2022-49218
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix OOB read when handling Post Cursor2 register The link_status array was not large enough to read the Adjust Request Post Cursor2 register, so remove the common helper fu...