CVE-2022-49808
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:34
- Zuletzt bearbeitet 07.11.2025 19:20:39
In the Linux kernel, the following vulnerability has been resolved: net: dsa: don't leak tagger-owned storage on switch driver unbind In the initial commit dc452a471dba ("net: dsa: introduce tagger-owned storage for private and shared data"), we ha...
CVE-2022-49809
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:34
- Zuletzt bearbeitet 07.11.2025 19:37:53
In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25_lapb_receive_frame() x25_lapb_receive_frame() using skb_copy() to get a private copy of skb, the new skb should be freed in the undersized/fragmented s...
CVE-2022-49807
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:33
- Zuletzt bearbeitet 07.11.2025 19:20:34
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a memory leak in nvmet_auth_set_key When changing dhchap secrets we need to release the old secrets as well. kmemleak complaint: -- unreferenced object 0xffff8c7f44ed81...
CVE-2022-49805
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:32
- Zuletzt bearbeitet 07.11.2025 19:20:17
In the Linux kernel, the following vulnerability has been resolved: net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init() lan966x_stats_init() calls create_singlethread_workqueue() and not checked the ret value, which may return NULL. ...
CVE-2022-49806
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:32
- Zuletzt bearbeitet 07.11.2025 19:20:28
In the Linux kernel, the following vulnerability has been resolved: net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() and sparx5_start() sparx_stats_init() calls create_singlethread_workqueue() and not checked the ret value...
CVE-2022-49804
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:31
- Zuletzt bearbeitet 07.11.2025 19:20:12
In the Linux kernel, the following vulnerability has been resolved: s390: avoid using global register for current_stack_pointer Commit 30de14b1884b ("s390: current_stack_pointer shouldn't be a function") made current_stack_pointer a global register...
CVE-2022-49802
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:30
- Zuletzt bearbeitet 07.11.2025 19:02:52
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix null pointer dereference in ftrace_add_mod() The @ftrace_mod is allocated by kzalloc(), so both the members {prev,next} of @ftrace_mode->list are NULL, it's not a valid...
CVE-2022-49803
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:30
- Zuletzt bearbeitet 07.11.2025 19:20:07
In the Linux kernel, the following vulnerability has been resolved: netdevsim: Fix memory leak of nsim_dev->fa_cookie kmemleak reports this issue: unreferenced object 0xffff8881bac872d0 (size 8): comm "sh", pid 58603, jiffies 4481524462 (age 68....
CVE-2022-49800
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:29
- Zuletzt bearbeitet 07.11.2025 19:33:15
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event() test_gen_synth_cmd() only free buf in fail path, hence buf will leak when there is no failure. Add kfr...
CVE-2022-49801
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:29
- Zuletzt bearbeitet 07.11.2025 19:34:49
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak in tracing_read_pipe() kmemleak reports this issue: unreferenced object 0xffff888105a18900 (size 128): comm "test_progs", pid 18933, jiffies 4336275356 ...