CVE-2022-49106
- EPSS 0.01%
- 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.01%
- 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.01%
- 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.01%
- 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.01%
- 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-49112
- EPSS 0.02%
- 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.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: 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-49115
- EPSS 0.03%
- 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.
CVE-2022-49116
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:48
- Zuletzt bearbeitet 01.10.2025 20:15:48
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use memset avoid memory leaks Use memset to initialize structs to prevent memory leaks in l2cap_ecred_connect
CVE-2022-49097
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:47
- Zuletzt bearbeitet 23.09.2025 16:47:42
In the Linux kernel, the following vulnerability has been resolved: NFS: Avoid writeback threads getting stuck in mempool_alloc() In a low memory situation, allow the NFS writeback code to fail without getting stuck in infinite loops in mempool_all...