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-53058
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:12
- Zuletzt bearbeitet 07.11.2025 16:29:08
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-Switch, Fix an Oops in error handling code The error handling dereferences "vport". There is nothing we can do if it is an error pointer except returning the error cod...
CVE-2023-53055
- EPSS 0.07%
- Veröffentlicht 02.05.2025 15:55:10
- Zuletzt bearbeitet 12.11.2025 17:49:37
In the Linux kernel, the following vulnerability has been resolved: fscrypt: destroy keyring after security_sb_delete() fscrypt_destroy_keyring() must be called after all potentially-encrypted inodes were evicted; otherwise it cannot safely destroy...
CVE-2023-53054
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:09
- Zuletzt bearbeitet 12.11.2025 17:53:29
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix a devres leak in hw_enable upon suspend resume Each time the platform goes to low power, PM suspend / resume routines call: __dwc2_lowlevel_hw_enable -> devm_add_act...
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-53049
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:05
- Zuletzt bearbeitet 12.11.2025 18:34:10
In the Linux kernel, the following vulnerability has been resolved: usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() When ucsi_init() fails, ucsi->connector is NULL, yet in case of ucsi_acpi we may still get events which cause the ucs_a...
CVE-2023-53047
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:04
- Zuletzt bearbeitet 12.11.2025 16:46:56
In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix race condition in amdtee_open_session There is a potential race condition in amdtee_open_session that may lead to use-after-free. For instance, in amdtee_open_sess...
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...