CVE-2022-50307
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:02
- Zuletzt bearbeitet 04.12.2025 15:30:58
In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix out-of-bounds access on cio_ignore free The channel-subsystem-driver scans for newly available devices whenever device-IDs are removed from the cio_ignore list using ...
CVE-2022-50306
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:46:01
- Zuletzt bearbeitet 04.12.2025 15:31:07
In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4_fc_replay_scan() For scan loop must ensure that at least EXT4_FC_TAG_BASE_LEN space. If remain space less than EXT4_FC_TAG_BASE_LEN wh...
CVE-2022-50305
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:46:00
- Zuletzt bearbeitet 04.12.2025 15:31:13
In the Linux kernel, the following vulnerability has been resolved: ASoC: sof_es8336: fix possible use-after-free in sof_es8336_remove() sof_es8336_remove() calls cancel_delayed_work(). However, that function does not wait until the work function f...
CVE-2022-50304
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:59
- Zuletzt bearbeitet 04.12.2025 15:31:23
In the Linux kernel, the following vulnerability has been resolved: mtd: core: fix possible resource leak in init_mtd() I got the error report while inject fault in init_mtd(): sysfs: cannot create duplicate filename '/devices/virtual/bdi/mtd-0' C...
CVE-2022-50303
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:58
- Zuletzt bearbeitet 04.12.2025 15:31:34
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix double release compute pasid If kfd_process_device_init_vm returns failure after vm is converted to compute vm and vm->pasid set to compute pasid, KFD will not take...
CVE-2022-50301
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:45:57
- Zuletzt bearbeitet 04.12.2025 15:32:33
In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix buffer overflow in debugfs There are two issues here: 1) The "len" variable needs to be checked before the very first write. Otherwise if omap2_iommu_dump_ctx()...
CVE-2022-50302
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:57
- Zuletzt bearbeitet 04.12.2025 15:31:49
In the Linux kernel, the following vulnerability has been resolved: lockd: set other missing fields when unlocking files vfs_lock_file() expects the struct file_lock to be fully initialised by the caller. Re-exported NFSv3 has been seen to Oops if ...
CVE-2022-50299
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:55
- Zuletzt bearbeitet 04.12.2025 15:33:30
In the Linux kernel, the following vulnerability has been resolved: md: Replace snprintf with scnprintf Current code produces a warning as shown below when total characters in the constituent block device names plus the slashes exceeds 200. snprint...
CVE-2022-50300
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:55
- Zuletzt bearbeitet 04.12.2025 15:33:20
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in read_one_chunk Store the error code before freeing the extent_map. Though it's reference counted structure, in ...
CVE-2022-50298
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:54
- Zuletzt bearbeitet 04.12.2025 15:33:39
In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd: cleanup in probe error path Add proper error path in probe() to cleanup resources previously acquired/allocated to fix warnings visible during probe deferral: ...