CVE-2022-48627
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:46
- Zuletzt bearbeitet 29.04.2025 16:51:43
In the Linux kernel, the following vulnerability has been resolved: vt: fix memory overlapping when deleting chars in the buffer A memory overlapping copy occurs when deleting a long line. This memory overlapping copy can cause data corruption when...
CVE-2021-47073
- EPSS 0.02%
- Veröffentlicht 01.03.2024 22:15:47
- Zuletzt bearbeitet 09.01.2025 15:24:54
In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios init_dell_smbios_wmi() only registers the dell_smbios_wmi_driver on systems where the Dell WMI interface is supported. ...
CVE-2021-47074
- EPSS 0.02%
- Veröffentlicht 01.03.2024 22:15:47
- Zuletzt bearbeitet 12.12.2024 14:43:36
In the Linux kernel, the following vulnerability has been resolved: nvme-loop: fix memory leak in nvme_loop_create_ctrl() When creating loop ctrl in nvme_loop_create_ctrl(), if nvme_init_ctrl() fails, the loop ctrl should be freed before jumping to...
CVE-2021-47075
- EPSS 0.05%
- Veröffentlicht 01.03.2024 22:15:47
- Zuletzt bearbeitet 19.03.2025 16:09:56
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak in nvmet_alloc_ctrl() When creating ctrl in nvmet_alloc_ctrl(), if the cntlid_min is larger than cntlid_max of the subsystem, and jumps to the "out_free_chan...
CVE-2021-47076
- EPSS 0.01%
- Veröffentlicht 01.03.2024 22:15:47
- Zuletzt bearbeitet 03.11.2025 18:15:38
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Return CQE error if invalid lkey was supplied RXE is missing update of WQE status in LOCAL_WRITE failures. This caused the following kernel panic if someone sent an atom...
CVE-2021-47077
- EPSS 0.02%
- Veröffentlicht 01.03.2024 22:15:47
- Zuletzt bearbeitet 10.12.2024 21:01:51
In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Add pointer checks in qedf_update_link_speed() The following trace was observed: [ 14.042059] Call Trace: [ 14.042061] <IRQ> [ 14.042068] qedf_link_update+0...
CVE-2021-47078
- EPSS 0.02%
- Veröffentlicht 01.03.2024 22:15:47
- Zuletzt bearbeitet 19.03.2025 16:11:07
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Clear all QP fields if creation failed rxe_qp_do_cleanup() relies on valid pointer values in QP for the properly created ones, but in case rxe_qp_from_init() failed it wa...
CVE-2021-47080
- EPSS 0.02%
- Veröffentlicht 01.03.2024 22:15:47
- Zuletzt bearbeitet 09.12.2024 18:45:03
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prevent divide-by-zero error triggered by the user The user_entry_size is supplied by the user and later used as a denominator to calculate number of entries. The zero s...
- EPSS 0.02%
- Veröffentlicht 01.03.2024 22:15:46
- Zuletzt bearbeitet 09.01.2025 18:21:01
In the Linux kernel, the following vulnerability has been resolved: ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry do_mq_timedreceive calls wq_sleep with a stack local address. The sender (do_mq_timedsend) uses this addre...
CVE-2021-47070
- EPSS 0.01%
- Veröffentlicht 01.03.2024 22:15:46
- Zuletzt bearbeitet 03.11.2025 18:15:37
In the Linux kernel, the following vulnerability has been resolved: uio_hv_generic: Fix another memory leak in error handling paths Memory allocated by 'vmbus_alloc_ring()' at the beginning of the probe function is never freed in the error handling...