CVE-2022-49217
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 21.10.2025 11:54:10
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix abort all task initialization In pm80xx_send_abort_all(), the n_elem field of the ccb used is not initialized to 0. This missing initialization sometimes lead to ...
CVE-2022-49218
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 01.10.2025 20:15:57
In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix OOB read when handling Post Cursor2 register The link_status array was not large enough to read the Adjust Request Post Cursor2 register, so remove the common helper fu...
CVE-2022-49219
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 03.11.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: vfio/pci: fix memory leak during D3hot to D0 transition If 'vfio_pci_core_device::needs_pm_restore' is set (PCI device does not have No_Soft_Reset bit set in its PMCSR config regis...
CVE-2022-49200
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 23.09.2025 13:52:13
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: Fix kernel oops in btmtksdio_interrupt Fix the following kernel oops in btmtksdio_interrrupt [ 14.339134] btmtksdio_interrupt+0x28/0x54 [ 14.339139] pr...
CVE-2022-49201
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 01.10.2025 20:15:54
In the Linux kernel, the following vulnerability has been resolved: ibmvnic: fix race between xmit and reset There is a race between reset and the transmit paths that can lead to ibmvnic_xmit() accessing an scrq after it has been freed in the reset...
CVE-2022-49202
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 22.09.2025 20:58:09
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_uart: add missing NULL check in h5_enqueue Syzbot hit general protection fault in __pm_runtime_resume(). The problem was in missing NULL check. hu->serdev can be NU...
CVE-2022-49203
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 01.10.2025 20:15:55
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix double free during GPU reset on DC streams [Why] The issue only occurs during the GPU reset code path. We first backup the current state prior to commiting 0 ...
CVE-2022-49204
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 21.10.2025 11:54:37
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix more uncharged while msg has more_data In tcp_bpf_send_verdict(), if msg has more data after tcp_bpf_sendmsg_redir(): tcp_bpf_send_verdict() tosend = msg->sg.si...
CVE-2022-49205
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 22.09.2025 20:59:16
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix double uncharge the mem of sk_msg If tcp_bpf_sendmsg is running during a tear down operation, psock may be freed. tcp_bpf_sendmsg() tcp_bpf_send_verdict() sk_...
CVE-2022-49206
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 01.10.2025 20:15:55
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix memory leak in error flow for subscribe event routine In case the second xa_insert() fails, the obj_event is not released. Fix the error unwind flow to free that me...