CVE-2022-50534
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:23
- Zuletzt bearbeitet 05.02.2026 15:16:12
In the Linux kernel, the following vulnerability has been resolved: dm thin: Use last transaction's pmd->root when commit failed Recently we found a softlock up problem in dm thin pool btree lookup code due to corrupted metadata: Kernel panic - n...
CVE-2022-50532
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:22
- Zuletzt bearbeitet 05.02.2026 15:16:31
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add() In mpt3sas_transport_port_add(), if sas_rphy_add() returns error, sas_rphy_free() needs be called to free...
CVE-2022-50530
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:21
- Zuletzt bearbeitet 05.02.2026 15:17:32
In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping() Our syzkaller report a null pointer dereference, root cause is following: __blk_mq_alloc_map_and_rqs set->tags[h...
CVE-2022-50531
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:21
- Zuletzt bearbeitet 05.02.2026 15:17:21
In the Linux kernel, the following vulnerability has been resolved: tipc: fix an information leak in tipc_topsrv_kern_subscr Use a 8-byte write to initialize sub.usr_handle in tipc_topsrv_kern_subscr(), otherwise four bytes remain uninitialized whe...
CVE-2022-50529
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:20
- Zuletzt bearbeitet 05.02.2026 15:17:47
In the Linux kernel, the following vulnerability has been resolved: test_firmware: fix memory leak in test_firmware_init() When misc_register() failed in test_firmware_init(), the memory pointed by test_fw_config->name is not released. The memory l...
CVE-2022-50527
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:19
- Zuletzt bearbeitet 04.02.2026 16:50:42
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix size validation for non-exclusive domains (v4) Fix amdgpu_bo_validate_size() to check whether the TTM domain manager for the requested memory exists, else we get a ...
CVE-2022-50528
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:19
- Zuletzt bearbeitet 04.02.2026 16:48:30
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leakage This patch fixes potential memory leakage and seg fault in _gpuvm_import_dmabuf() function
CVE-2022-50526
- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:18
- Zuletzt bearbeitet 04.02.2026 16:51:03
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case ther...
CVE-2022-50524
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:17
- Zuletzt bearbeitet 04.02.2026 16:56:41
In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Check return value after calling platform_get_resource() platform_get_resource() may return NULL pointer, we need check its return value to avoid null-ptr-deref in ...
CVE-2022-50525
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:19:17
- Zuletzt bearbeitet 04.02.2026 16:53:59
In the Linux kernel, the following vulnerability has been resolved: iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe() The fsl_pamu_probe() returns directly when create_csd() failed, leaving irq and memories unreleased. Fix by jumping to error i...