CVE-2023-52655
- EPSS 0.01%
- Veröffentlicht 14.05.2024 14:23:13
- Zuletzt bearbeitet 18.09.2025 17:08:40
In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeof(u64) the value passed to skb_trim() as length will wrap around ending u...
CVE-2023-52656
- EPSS 0.01%
- Veröffentlicht 14.05.2024 14:23:13
- Zuletzt bearbeitet 23.12.2025 18:56:05
In the Linux kernel, the following vulnerability has been resolved: io_uring: drop any code related to SCM_RIGHTS This is dead code after we dropped support for passing io_uring fds over SCM_RIGHTS, get rid of it.
CVE-2022-48695
- EPSS 0.02%
- Veröffentlicht 03.05.2024 18:15:08
- Zuletzt bearbeitet 26.12.2024 20:38:14
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix use-after-free warning Fix the following use-after-free warning which is observed during controller reset: refcount_t: underflow; use-after-free. WARNING: CPU: ...
CVE-2022-48704
- EPSS 0.01%
- Veröffentlicht 03.05.2024 18:15:08
- Zuletzt bearbeitet 19.09.2025 14:44:56
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: add a force flush to delay work when radeon Although radeon card fence and wait for gpu to finish processing current batch rings, there is still a corner case that rade...
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...
- EPSS 0.04%
- Veröffentlicht 03.05.2024 16:15:08
- Zuletzt bearbeitet 19.12.2024 11:15:30
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
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.02%
- 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...