CVE-2022-48696
- EPSS 0.02%
- Veröffentlicht 03.05.2024 16:15:08
- Zuletzt bearbeitet 08.04.2025 15:50:44
In the Linux kernel, the following vulnerability has been resolved: regmap: spi: Reserve space for register address/padding Currently the max_raw_read and max_raw_write limits in regmap_spi struct do not take into account the additional size of the...
CVE-2022-48697
- EPSS 0.02%
- Veröffentlicht 03.05.2024 16:15:08
- Zuletzt bearbeitet 08.04.2025 15:47:37
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a use-after-free Fix the following use-after-free complaint triggered by blktests nvme/004: BUG: KASAN: user-memory-access in blk_mq_complete_request_remote+0xac/0x350 ...
CVE-2022-48698
- EPSS 0.02%
- Veröffentlicht 03.05.2024 16:15:08
- Zuletzt bearbeitet 08.04.2025 15:46:37
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. Fix ...
CVE-2022-48699
- EPSS 0.01%
- Veröffentlicht 03.05.2024 16:15:08
- Zuletzt bearbeitet 19.09.2025 14:48:17
In the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in update_sched_domain_debugfs Kuyo reports that the pattern of using debugfs_remove(debugfs_lookup()) leaks a dentry and with a hotplug stress test, t...
CVE-2022-48701
- EPSS 0.01%
- Veröffentlicht 03.05.2024 16:15:08
- Zuletzt bearbeitet 05.03.2025 15:11:27
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix an out-of-bounds bug in __snd_usb_parse_audio_interface() There may be a bad USB audio device with a USB ID of (0x04fa, 0x4201) and the number of it's interfac...
CVE-2022-48702
- EPSS 0.01%
- Veröffentlicht 03.05.2024 16:15:08
- Zuletzt bearbeitet 05.03.2025 15:11:27
In the Linux kernel, the following vulnerability has been resolved: ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc() The voice allocator sometimes begins allocating from near the end of the array and then wraps around, how...
CVE-2022-48703
- EPSS 0.01%
- Veröffentlicht 03.05.2024 16:15:08
- Zuletzt bearbeitet 17.07.2025 17:15:32
In the Linux kernel, the following vulnerability has been resolved: thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR In some case, the GDDV returns a package with a buffer which has zero length. It causes that kmemdup() re...
CVE-2022-48694
- EPSS 0.02%
- Veröffentlicht 03.05.2024 15:15:08
- Zuletzt bearbeitet 21.11.2024 07:33:48
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix drain SQ hang with no completion SW generated completions for outstanding WRs posted on SQ after QP is in error target the wrong CQ. This causes the ib_drain_sq to ...
CVE-2022-48670
- EPSS 0.01%
- Veröffentlicht 03.05.2024 15:15:07
- Zuletzt bearbeitet 10.01.2025 19:07:21
In the Linux kernel, the following vulnerability has been resolved: peci: cpu: Fix use-after-free in adev_release() When auxiliary_device_add() returns an error, auxiliary_device_uninit() is called, which causes refcount for device to be decremente...
CVE-2022-48671
- EPSS 0.01%
- Veröffentlicht 03.05.2024 15:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:44
In the Linux kernel, the following vulnerability has been resolved: cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all() syzbot is hitting percpu_rwsem_assert_held(&cpu_hotplug_lock) warning at cpuset_attach() [1], for commit 4f7e723643...