CVE-2024-35835
- EPSS 0.16%
- Veröffentlicht 17.05.2024 14:15:20
- Zuletzt bearbeitet 07.04.2025 19:05:53
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfs_create_groups When `in` allocated by kvzalloc fails, arfs_create_groups will free ft->g and return an error. However, arfs_create_table, the on...
CVE-2024-35830
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:19
- Zuletzt bearbeitet 17.12.2025 19:23:18
In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace...
CVE-2024-35825
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:18
- Zuletzt bearbeitet 17.12.2025 19:23:38
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ncm: Fix handling of zero block length packets While connecting to a Linux host with CDC_NCM_NTB_DEF_SIZE_TX set to 65536, it has been observed that we receive short p...
CVE-2024-35828
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:18
- Zuletzt bearbeitet 12.05.2026 12:16:37
In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() In the for statement of lbs_allocate_cmd_buffer(), if the allocation of cmdarray[i].cmdbuf fails, both cmdarray and c...
CVE-2024-35821
- EPSS 0.12%
- Veröffentlicht 17.05.2024 14:15:17
- Zuletzt bearbeitet 23.12.2025 18:29:52
In the Linux kernel, the following vulnerability has been resolved: ubifs: Set page uptodate in the correct place Page cache reads are lockless, so setting the freshly allocated page uptodate before we've overwritten it with the data it's supposed ...
CVE-2024-35822
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:17
- Zuletzt bearbeitet 17.12.2025 19:24:07
In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c...
CVE-2024-35823
- EPSS 0.27%
- Veröffentlicht 17.05.2024 14:15:17
- Zuletzt bearbeitet 12.05.2026 12:16:37
In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 ("vt: fix memory overlapping when de...
CVE-2024-35815
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:16
- Zuletzt bearbeitet 12.05.2026 12:16:37
In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion The first kiocb_set_cancel_fn() argument may point at a struct kiocb that is not embedded inside struct aio_kiocb. ...
CVE-2024-35819
- EPSS 0.02%
- Veröffentlicht 17.05.2024 14:15:16
- Zuletzt bearbeitet 17.12.2025 19:26:38
In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgr_lock smp_call_function always runs its callback in hard IRQ context, even on PREEMPT_RT, where spinlocks can sleep. So we need to use a ra...
CVE-2024-35811
- EPSS 0.01%
- Veröffentlicht 17.05.2024 14:15:15
- Zuletzt bearbeitet 12.05.2026 12:16:36
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach This is the candidate patch of CVE-2023-47233 : https://nvd.nist.gov/vuln/detail/CVE-2023-47233 In brcm80211 driver...