CVE-2022-49807
- EPSS 0.03%
- 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.03%
- 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.02%
- 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.03%
- 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.03%
- 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.02%
- 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 ...
CVE-2022-49799
- EPSS 0.03%
- Veröffentlicht 01.05.2025 14:09:28
- Zuletzt bearbeitet 07.11.2025 19:33:04
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix wild-memory-access in register_synth_event() In register_synth_event(), if set_synth_event_print_fmt() failed, then both trace_remove_event_call() and unregister_trace...
CVE-2022-49798
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:09:27
- Zuletzt bearbeitet 07.11.2025 19:32:58
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race where eprobes can be called before the event The flag that tells the event to call its triggers after reading the event is set for eprobes after the eprobe is ena...