CVE-2022-50085
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:26
- Zuletzt bearbeitet 18.11.2025 02:32:24
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_resume There is a KASAN warning in raid_resume when running the lvm test lvconvert-raid.sh. The reason for the warning is that mddev-...
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:25
- Zuletzt bearbeitet 20.08.2025 15:15:31
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50084
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:25
- Zuletzt bearbeitet 18.11.2025 02:33:04
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_status There is this warning when using a kernel with the address sanitizer and running this testsuite: https://gitlab.com/cki-projec...
- EPSS 0.15%
- Veröffentlicht 18.06.2025 11:02:24
- Zuletzt bearbeitet 18.11.2025 02:38:31
In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4_iomap_begin as race between bmap and write We got issue as follows: ------------[ cut here ]------------ WARNING: CPU: 3 PID: 9310 at fs/ext4/inode.c:3441...
CVE-2022-50067
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:13
- Zuletzt bearbeitet 17.11.2025 18:25:37
In the Linux kernel, the following vulnerability has been resolved: btrfs: unset reloc control if transaction commit fails in prepare_to_relocate() In btrfs_relocate_block_group(), the rc is allocated. Then btrfs_relocate_block_group() calls relo...
CVE-2022-50068
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:13
- Zuletzt bearbeitet 17.11.2025 18:20:15
In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix dummy res NULL ptr deref bug Check the bo->resource value before accessing the resource mem_type. v2: Fix commit description unwrapped warning <log snip> [ 40.1912...
CVE-2022-50061
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:02:09
- Zuletzt bearbeitet 13.11.2025 17:56:43
In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not...
CVE-2022-50062
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:02:09
- Zuletzt bearbeitet 13.11.2025 17:50:33
In the Linux kernel, the following vulnerability has been resolved: net: bgmac: Fix a BUG triggered by wrong bytes_compl On one of our machines we got: kernel BUG at lib/dynamic_queue_limits.c:27! Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM...
CVE-2022-50055
- EPSS 0.06%
- Veröffentlicht 18.06.2025 11:01:59
- Zuletzt bearbeitet 13.11.2025 18:26:20
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavf_alloc_asq_bufs/iavf_alloc_arq_bufs allocates with dma_alloc_coherent memory for VF mailbox. Free DMA regions for both ASQ and ARQ in case error...
CVE-2022-50044
- EPSS 0.04%
- Veröffentlicht 18.06.2025 11:01:45
- Zuletzt bearbeitet 13.11.2025 18:32:28
In the Linux kernel, the following vulnerability has been resolved: net: qrtr: start MHI channel after endpoit creation MHI channel may generates event/interrupt right after enabling. It may leads to 2 race conditions issues. 1) Such event may be ...