CVE-2022-49853
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:07
- Zuletzt bearbeitet 01.10.2025 17:15:34
In the Linux kernel, the following vulnerability has been resolved: net: macvlan: fix memory leaks of macvlan_common_newlink kmemleak reports memory leaks in macvlan_common_newlink, as follows: ip link add link eth0 name .. type macvlan mode sour...
CVE-2022-49850
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:05
- Zuletzt bearbeitet 01.10.2025 17:15:34
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix deadlock in nilfs_count_free_blocks() A semaphore deadlock can occur if nilfs_get_block() detects metadata corruption while locating data blocks and a superblock writeb...
CVE-2022-49846
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:00
- Zuletzt bearbeitet 01.10.2025 17:15:34
In the Linux kernel, the following vulnerability has been resolved: udf: Fix a slab-out-of-bounds write bug in udf_find_entry() Syzbot reported a slab-out-of-bounds Write bug: loop0: detected capacity change from 0 to 2048 ========================...
CVE-2022-49842
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:57
- Zuletzt bearbeitet 01.10.2025 17:15:33
In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Fix use-after-free in snd_soc_exit() KASAN reports a use-after-free: BUG: KASAN: use-after-free in device_del+0xb5b/0xc60 Read of size 8 at addr ffff888008655050 by ta...
CVE-2022-49840
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:56
- Zuletzt bearbeitet 01.10.2025 17:15:33
In the Linux kernel, the following vulnerability has been resolved: bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb() We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program...
CVE-2022-49834
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:09:52
- Zuletzt bearbeitet 10.11.2025 21:12:47
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free bug of ns_writer on remount If a nilfs2 filesystem is downgraded to read-only due to metadata corruption on disk and is remounted read/write, or if emerg...
CVE-2022-49835
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:09:52
- Zuletzt bearbeitet 10.11.2025 21:12:55
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix potential memleak in 'add_widget_node' As 'kobject_add' may allocated memory for 'kobject->name' when return error. And in this function, if call 'kobject_add' faile...
CVE-2022-49832
- EPSS 0.07%
- Veröffentlicht 01.05.2025 14:09:50
- Zuletzt bearbeitet 10.11.2025 19:57:51
In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map Here is the BUG report by KASAN about null pointer dereference: BUG: KASAN: null-ptr-deref in strcmp+0x2e/...
CVE-2022-49821
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:09:42
- Zuletzt bearbeitet 10.11.2025 20:17:09
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDN_dsp_element_register() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allo...
CVE-2022-49814
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:09:38
- Zuletzt bearbeitet 07.11.2025 18:51:24
In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on sk_receive_queue sk->sk_receive_queue is protected by skb queue lock, but for KCM sockets its RX path takes mux->rx_lock to protect more than just skb...