CVE-2022-49105
- EPSS 0.23%
- 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-49095
- EPSS 0.24%
- 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.24%
- 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-49080
- EPSS 0.26%
- 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-49069
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:44
- Zuletzt bearbeitet 14.10.2025 20:00:22
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-49075
- EPSS 0.24%
- Veröffentlicht 26.02.2025 07:00:44
- Zuletzt bearbeitet 23.09.2025 18:32:06
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve overflow the qgroup limit We use extent_changeset->bytes_changed in qgroup_reserve_data() to record how many bytes we set for EXTENT_QGROUP_RESERVED state...
CVE-2022-49058
- EPSS 0.31%
- Veröffentlicht 26.02.2025 07:00:43
- Zuletzt bearbeitet 01.10.2025 20:15:44
In the Linux kernel, the following vulnerability has been resolved: cifs: potential buffer overflow in handling symlinks Smatch printed a warning: arch/x86/crypto/poly1305_glue.c:198 poly1305_update_arch() error: __memcpy() 'dctx->buf' too small ...
CVE-2022-49059
- EPSS 0.29%
- Veröffentlicht 26.02.2025 07:00:43
- Zuletzt bearbeitet 24.03.2025 17:43:25
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: add flush_workqueue to prevent uaf Our detector found a concurrent use-after-free bug when detaching an NCI device. The main reason for this bug is the unexpected schedul...
CVE-2022-49066
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:43
- Zuletzt bearbeitet 14.10.2025 19:01:51
In the Linux kernel, the following vulnerability has been resolved: veth: Ensure eth header is in skb's linear part After feeding a decapsulated packet to a veth device with act_mirred, skb_headlen() may be 0. But veth_xmit() calls __dev_forward_sk...
CVE-2022-49067
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:00:43
- Zuletzt bearbeitet 14.10.2025 18:43:47
In the Linux kernel, the following vulnerability has been resolved: powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bit mpe: On 64-bit Book3E vmalloc space starts at 0x8000000000000000. Because of the way __pa() works we have: __pa(0x80000...