CVE-2022-49106
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 01.10.2025 20:15:46
In the Linux kernel, the following vulnerability has been resolved: staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances vchiq_get_state() can return a NULL pointer. So handle this cases and avoid a NULL pointer derefence in vc...
CVE-2022-49107
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 01.10.2025 20:15:47
In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in ceph_readdir when note_last_dentry returns error Reset the last_readdir at the same time, and add a comment explaining why we don't free last_readdir when ...
CVE-2022-49108
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 01.10.2025 20:15:47
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Fix memory leaks on probe Handle the error branches to free memory where required. Addresses-Coverity-ID: 1491825 ("Resource leak")
CVE-2022-49109
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 23.09.2025 18:12:36
In the Linux kernel, the following vulnerability has been resolved: ceph: fix inode reference leakage in ceph_get_snapdir() The ceph_get_inode() will search for or insert a new inode into the hash for the given vino, and return a reference to it. I...
CVE-2022-49110
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 23.09.2025 18:16:22
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: revisit gc autotuning as of commit 4608fdfc07e1 ("netfilter: conntrack: collect all entries in one cycle") conntrack gc was changed to run every 2 minutes. O...
CVE-2022-49111
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 25.03.2025 16:20:37
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use after free in hci_send_acl This fixes the following trace caused by receiving HCI_EV_DISCONN_PHY_LINK_COMPLETE which does call hci_conn_del without first checkin...
CVE-2022-49112
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 14.10.2025 20:00:47
In the Linux kernel, the following vulnerability has been resolved: mt76: fix monitor mode crash with sdio driver mt7921s driver may receive frames with fragment buffers. If there is a CTS packet received in monitor mode, the payload is 10 bytes on...
CVE-2022-49113
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 01.10.2025 20:15:47
In the Linux kernel, the following vulnerability has been resolved: powerpc/secvar: fix refcount leak in format_show() Refcount leak will happen when format_show returns failure in multiple cases. Unified management of of_node_put can fix this prob...
CVE-2022-49114
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 25.03.2025 16:19:46
In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix use after free in fc_exch_abts_resp() fc_exch_release(ep) will decrease the ep's reference count. When the reference count reaches zero, it is freed. But ep is sti...
CVE-2022-49115
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 01.10.2025 20:15:47
In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix misused goto label Fix a misused goto label jump since that can result in a memory leak.