CVE-2022-49421
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 22.09.2025 20:02:14
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...
CVE-2022-49422
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 22.10.2025 17:18:01
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix the error handling path in idxd_cdev_register() If a call to alloc_chrdev_region() fails, the already allocated resources are leaking. Add the needed error ha...
CVE-2022-49423
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 22.10.2025 17:18:32
In the Linux kernel, the following vulnerability has been resolved: rtla: Avoid record NULL pointer dereference Fix the following null/deref_null.cocci errors: ./tools/tracing/rtla/src/osnoise_hist.c:870:31-36: ERROR: record is NULL but dereference...
CVE-2022-49424
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 22.10.2025 17:28:43
In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix NULL pointer dereference when printing dev_name When larbdev is NULL (in the case I hit, the node is incorrectly set iommus = <&iommu NUM>), it will cause devic...
CVE-2022-49425
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 22.10.2025 17:28:28
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dereference of stale list iterator after loop body The list iterator variable will be a bogus pointer if no break was hit. Dereferencing it (cur->page in this case) could...
CVE-2022-49405
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:17
- Zuletzt bearbeitet 21.10.2025 12:14:13
In the Linux kernel, the following vulnerability has been resolved: staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan() This code has a check to prevent read overflow but it needs another check to prevent writing beyond the end of the ->...
CVE-2022-49406
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:17
- Zuletzt bearbeitet 01.10.2025 20:16:17
In the Linux kernel, the following vulnerability has been resolved: block: Fix potential deadlock in blk_ia_range_sysfs_show() When being read, a sysfs attribute is already protected against removal with the kobject node active reference counter. A...
CVE-2022-49407
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:17
- Zuletzt bearbeitet 22.09.2025 19:58:29
In the Linux kernel, the following vulnerability has been resolved: dlm: fix plock invalid read This patch fixes an invalid read showed by KASAN. A unlock will allocate a "struct plock_op" and a followed send_op() will append it to a global send_li...
CVE-2022-49408
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:17
- Zuletzt bearbeitet 01.10.2025 21:15:40
In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leak in parse_apply_sb_mount_options() If processing the on-disk mount options fails after any memory was allocated in the ext4_fs_context, e.g. s_qf_names, then t...
CVE-2022-49409
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:17
- Zuletzt bearbeitet 22.09.2025 19:59:08
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in __es_tree_search Hulk Robot reported a BUG_ON: ================================================================== kernel BUG at fs/ext4/extents_status.c:199! [....