CVE-2022-50094
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:02:32
- Zuletzt bearbeitet 18.11.2025 02:45:05
In the Linux kernel, the following vulnerability has been resolved: spmi: trace: fix stack-out-of-bound access in SPMI tracing functions trace_spmi_write_begin() and trace_spmi_read_end() both call memcpy() with a length of "len + 1". This leads t...
CVE-2022-50092
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:31
- Zuletzt bearbeitet 18.11.2025 02:50:03
In the Linux kernel, the following vulnerability has been resolved: dm thin: fix use-after-free crash in dm_sm_register_threshold_callback Fault inject on pool metadata device reports: BUG: KASAN: use-after-free in dm_pool_register_metadata_thres...
CVE-2022-50093
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:02:31
- Zuletzt bearbeitet 18.11.2025 02:44:34
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE) KASAN reports: [ 4.668325][ T0] BUG: KASAN: wild-memory-access in dmar_parse_one_rhsa (arch/x86/include/asm/b...
CVE-2022-50090
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:30
- Zuletzt bearbeitet 18.11.2025 02:17:16
In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size On zoned filesystem, data write out is limited by max_zone_append_size, and a large ordered extent is split accor...
CVE-2022-50091
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:30
- Zuletzt bearbeitet 18.11.2025 02:11:04
In the Linux kernel, the following vulnerability has been resolved: locking/csd_lock: Change csdlock_debug from early_param to __setup The csdlock_debug kernel-boot parameter is parsed by the early_param() function csdlock_debug(). If set, csdlock...
CVE-2022-50089
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:29
- Zuletzt bearbeitet 18.11.2025 02:18:06
In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure pages are unlocked on cow_file_range() failure There is a hung_task report on zoned btrfs like below. https://github.com/naota/linux/issues/59 [726.328648] INFO: ...
CVE-2022-50087
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:28
- Zuletzt bearbeitet 18.11.2025 02:21:38
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails When scpi probe fails, at any point, we need to ensure that the scpi_info is not set and will remain NULL un...
CVE-2022-50088
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:02:28
- Zuletzt bearbeitet 18.11.2025 02:19:06
In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: fix potential memory leak in damon_reclaim_init() damon_reclaim_init() allocates a memory chunk for ctx with damon_new_ctx(). When damon_select_ops() fails, ctx ...
CVE-2022-50086
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:02:27
- Zuletzt bearbeitet 18.11.2025 02:26:30
In the Linux kernel, the following vulnerability has been resolved: block: don't allow the same type rq_qos add more than once In our test of iocost, we encountered some list add/del corruptions of inner_walk list in ioc_timer_fn. The reason can b...
CVE-2022-50085
- EPSS 0.02%
- 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-...