CVE-2023-53059
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:13
- Zuletzt bearbeitet 17.03.2026 15:00:55
In the Linux kernel, the following vulnerability has been resolved: platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl It is possible to peep kernel page's data by providing larger `insize` in struct cros_ec_command[1] when invoking ...
CVE-2023-53053
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:08
- Zuletzt bearbeitet 12.11.2025 18:00:35
In the Linux kernel, the following vulnerability has been resolved: erspan: do not use skb_mac_header() in ndo_start_xmit() Drivers should not assume skb_mac_header(skb) == skb->data in their ndo_start_xmit(). Use skb_network_offset() and skb_tran...
CVE-2023-53051
- EPSS 0.04%
- Veröffentlicht 02.05.2025 15:55:07
- Zuletzt bearbeitet 12.11.2025 18:22:41
In the Linux kernel, the following vulnerability has been resolved: dm crypt: add cond_resched() to dmcrypt_write() The loop in dmcrypt_write may be running for unbounded amount of time, thus we need cond_resched() in it. This commit fixes the fol...
CVE-2023-53045
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:02
- Zuletzt bearbeitet 12.11.2025 16:46:37
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_audio: don't let userspace block driver unbind In the unbind callback for f_uac1 and f_uac2, a call to snd_card_free() via g_audio_cleanup() will disconnect the card...
CVE-2023-53044
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:01
- Zuletzt bearbeitet 12.11.2025 16:46:33
In the Linux kernel, the following vulnerability has been resolved: dm stats: check for and propagate alloc_percpu failure Check alloc_precpu()'s return value and return an error from dm_stats_init() if it fails. Update alloc_dev() to fail if dm_st...
CVE-2023-53041
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:54:59
- Zuletzt bearbeitet 12.11.2025 19:15:21
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Perform lockless command completion in abort path While adding and removing the controller, the following call trace was observed: WARNING: CPU: 3 PID: 623596 at ke...
CVE-2023-53040
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:54:58
- Zuletzt bearbeitet 12.11.2025 19:14:28
In the Linux kernel, the following vulnerability has been resolved: ca8210: fix mac_len negative array access This patch fixes a buffer overflow access of skb->data if ieee802154_hdr_peek_addrs() fails.
CVE-2023-53035
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:54:54
- Zuletzt bearbeitet 17.03.2026 14:58:26
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() The ioctl helper function nilfs_ioctl_wrap_copy(), which exchanges a metadata array to/from user space, may copy uninitialize...
CVE-2022-49931
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:11:08
- Zuletzt bearbeitet 01.10.2025 15:15:41
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Correctly move list in sc_disable() Commit 13bac861952a ("IB/hfi1: Fix abba locking issue with sc_disable()") incorrectly tries to move a list from one list head to anothe...
CVE-2022-49927
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:11:05
- Zuletzt bearbeitet 01.10.2025 15:15:39
In the Linux kernel, the following vulnerability has been resolved: nfs4: Fix kmemleak when allocate slot failed If one of the slot allocate failed, should cleanup all the other allocated slots, otherwise, the allocated slots will leak: unrefere...