CVE-2022-48705
- EPSS 0.02%
- Veröffentlicht 03.05.2024 18:15:08
- Zuletzt bearbeitet 19.09.2025 14:43:59
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix crash in chip reset fail In case of drv own fail in reset, we may need to run mac_reset several times. The sequence would trigger system crash as the log b...
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.02%
- 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-2024-27072
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 03.11.2025 22:16:48
In the Linux kernel, the following vulnerability has been resolved: media: usbtv: Remove useless locks in usbtv_video_free() Remove locks calls in usbtv_video_free() because are useless and may led to a deadlock as reported here: https://syzkaller....
CVE-2024-27073
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 08.04.2025 18:54:36
In the Linux kernel, the following vulnerability has been resolved: media: ttpci: fix two memleaks in budget_av_attach When saa7146_register_device and saa7146_vv_init fails, budget_av_attach should free the resources it allocates, like the error-h...
CVE-2024-27075
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 23.12.2025 00:39:32
In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: avoid stack overflow warnings with clang A previous patch worked around a KASAN issue in stv0367, now a similar problem showed up with clang: drivers/media/d...
CVE-2024-27080
- EPSS 0.02%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 18.09.2025 16:15:27
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when detecting delalloc ranges during fiemap For fiemap we recently stopped locking the target extent range for the whole duration of the fiemap call, in order to a...
CVE-2024-27389
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 18.09.2025 16:14:57
In the Linux kernel, the following vulnerability has been resolved: pstore: inode: Only d_invalidate() is needed Unloading a modular pstore backend with records in pstorefs would trigger the dput() double-drop warning: WARNING: CPU: 0 PID: 2569 ...