CVE-2022-49881
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:28
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix memory leak in query_regdb_file() In the function query_regdb_file() the alpha2 parameter is duplicated using kmemdup() and subsequently freed in regdb_fw_cb()....
CVE-2022-49880
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:27
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in 'ext4_da_release_space' Syzkaller report issue as follows: EXT4-fs (loop0): Free/Dirty block details EXT4-fs (loop0): free_blocks=0 EXT4-fs (loop0): dirty_bloc...
CVE-2022-49874
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:23
- Zuletzt bearbeitet 01.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: fix possible memory leak in mousevsc_probe() If hid_add_device() returns error, it should call hid_destroy_device() to free hid_dev which is allocated in hid_allocate_...
CVE-2022-49872
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:22
- Zuletzt bearbeitet 10.11.2025 21:05:09
In the Linux kernel, the following vulnerability has been resolved: net: gso: fix panic on frag_list with mixed head alloc types Since commit 3dcbdb134f32 ("net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed fr...
CVE-2022-49870
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:21
- Zuletzt bearbeitet 10.11.2025 21:04:41
In the Linux kernel, the following vulnerability has been resolved: capabilities: fix undefined behavior in bit shift for CAP_TO_MASK Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning c...
CVE-2022-49871
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:21
- Zuletzt bearbeitet 01.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: net: tun: Fix memory leaks of napi_get_frags kmemleak reports after running test_progs: unreferenced object 0xffff8881b1672dc0 (size 232): comm "test_progs", pid 394388, jiffies...
CVE-2022-49865
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:17
- Zuletzt bearbeitet 23.01.2026 16:48:53
In the Linux kernel, the following vulnerability has been resolved: ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network When copying a `struct ifaddrlblmsg` to the network, __ifal_reserved remained uninitialized, resulting in ...
CVE-2022-49862
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:15
- Zuletzt bearbeitet 01.10.2025 17:15:35
In the Linux kernel, the following vulnerability has been resolved: tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header This is a follow-up for commit 974cb0e3e7c9 ("tipc: fix uninit-value in tipc_nl_compat_name_table_dump...
CVE-2022-49861
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:14
- Zuletzt bearbeitet 01.10.2025 16:15:47
In the Linux kernel, the following vulnerability has been resolved: dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove() A clk_prepare_enable() call in the probe is not balanced by a corresponding clk_disable_unprepare() in the remove fu...
CVE-2022-49852
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:07
- Zuletzt bearbeitet 23.01.2026 16:49:27
In the Linux kernel, the following vulnerability has been resolved: riscv: process: fix kernel info leakage thread_struct's s[12] may contain random kernel memory content, which may be finally leaked to userspace. This is a security hole. Fix it by...