CVE-2022-49796
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:26
- Zuletzt bearbeitet 06.11.2025 18:27:10
In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit() When test_gen_kprobe_cmd() failed after kprobe_event_gen_cmd_end(), it will goto delete...
CVE-2022-49797
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:26
- Zuletzt bearbeitet 06.11.2025 18:21:25
In the Linux kernel, the following vulnerability has been resolved: tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit() When trace_get_event_file() failed, gen_kretprobe_test will be assigned as the err...
CVE-2022-49794
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:25
- Zuletzt bearbeitet 06.11.2025 22:07:27
In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger() If iio_trigger_register() returns error, it should call iio_trigger_free() to give up the reference that...
CVE-2022-49795
- EPSS 0.03%
- Veröffentlicht 01.05.2025 14:09:25
- Zuletzt bearbeitet 06.11.2025 22:07:31
In the Linux kernel, the following vulnerability has been resolved: rethook: fix a potential memleak in rethook_alloc() In rethook_alloc(), the variable rh is not freed or passed out if handler is NULL, which could lead to a memleak, fix it. [Masa...
CVE-2022-49793
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:24
- Zuletzt bearbeitet 06.11.2025 22:07:22
In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init() dev_set_name() allocates memory for name, it need be freed when device_add() fails, call put_device() to give...
CVE-2022-49791
- EPSS 0.03%
- Veröffentlicht 01.05.2025 14:09:23
- Zuletzt bearbeitet 05.11.2025 15:19:04
In the Linux kernel, the following vulnerability has been resolved: io_uring: fix multishot accept request leaks Having REQ_F_POLLED set doesn't guarantee that the request is executed as a multishot from the polling path. Fortunately for us, if the...
CVE-2022-49792
- EPSS 0.03%
- Veröffentlicht 01.05.2025 14:09:23
- Zuletzt bearbeitet 05.11.2025 15:21:58
In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core.
CVE-2022-49790
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:22
- Zuletzt bearbeitet 05.11.2025 15:17:49
In the Linux kernel, the following vulnerability has been resolved: Input: iforce - invert valid length check when fetching device IDs syzbot is reporting uninitialized value at iforce_init_device() [1], for commit 6ac0aec6b0a6 ("Input: iforce - al...
CVE-2022-49789
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:21
- Zuletzt bearbeitet 07.11.2025 19:32:49
In the Linux kernel, the following vulnerability has been resolved: scsi: zfcp: Fix double free of FSF request when qdio send fails We used to use the wrong type of integer in 'zfcp_fsf_req_send()' to cache the FSF request ID when sending a new FSF...
CVE-2022-49788
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:09:20
- Zuletzt bearbeitet 07.11.2025 19:32:44
In the Linux kernel, the following vulnerability has been resolved: misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram() `struct vmci_event_qp` allocated by qp_notify_peer() contains padding, which may carry uninitialized data to the u...