CVE-2022-49334
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 01.10.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: Fix xarray node memory leak If xas_split_alloc() fails to allocate the necessary nodes to complete the xarray entry split, it sets the xa_state to -ENOMEM, which xa...
CVE-2022-49335
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 01.10.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/cs: make commands with 0 chunks illegal behaviour. Submitting a cs with 0 chunks, causes an oops later, found trying to execute the wrong userspace driver. MESA_LOADER_...
CVE-2022-49336
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 21.10.2025 12:18:57
In the Linux kernel, the following vulnerability has been resolved: drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem When the mapping is already reaped the unmap must be a no-op, as we would otherwise try to remove the mapping twice...
CVE-2022-49337
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 22.09.2025 20:03:53
In the Linux kernel, the following vulnerability has been resolved: ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock When user_dlm_destroy_lock failed, it didn't clean up the flags it set before exit. For USER_LOCK_IN_TEARDOWN, if this fu...
CVE-2022-49338
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 21.10.2025 12:18:49
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT: Fix cleanup of CT before cleanup of TC ct rules CT cleanup assumes that all tc rules were deleted first, and so is free to delete the CT shared resources (e.g the dr...
CVE-2022-49339
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 22.09.2025 20:26:28
In the Linux kernel, the following vulnerability has been resolved: net: ipv6: unexport __init-annotated seg6_hmac_init() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initialization. Hence, modu...
CVE-2022-49340
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 21.10.2025 12:18:28
In the Linux kernel, the following vulnerability has been resolved: ip_gre: test csum_start instead of transport header GRE with TUNNEL_CSUM will apply local checksum offload on CHECKSUM_PARTIAL packets. ipgre_xmit must validate csum_start after a...
CVE-2022-49341
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 21.10.2025 12:18:14
In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Clear prog->jited_len along prog->jited syzbot reported an illegal copy_to_user() attempt from bpf_prog_get_info_by_fd() [1] There was no repro yet on this bug, but I ...
CVE-2022-49342
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 01.10.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when no...
CVE-2022-49322
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:08
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix sleeping function called from invalid context on RT kernel When setting bootparams="trace_event=initcall:initcall_start tp_printk=1" in the cmdline, the output_printk(...