CVE-2023-53062
- EPSS 0.02%
- Veröffentlicht 02.05.2025 15:55:16
- Zuletzt bearbeitet 07.11.2025 02:23:30
In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc95xx: Limit packet length to skb->len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the cloned skb passed u...
CVE-2023-53061
- EPSS 0.02%
- Veröffentlicht 02.05.2025 15:55:15
- Zuletzt bearbeitet 07.11.2025 16:45:04
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix possible refcount leak in smb2_open() Reference count of acls will leak when memory allocation fails. Fix this by adding the missing posix_acl_release().
CVE-2023-53060
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:55:14
- Zuletzt bearbeitet 07.11.2025 16:32:03
In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnl_lock() that causes deadlock The commit 6faee3d4ee8b ("igb: Add lock to avoid data race") adds rtnl_lock to eliminate a false data race shown below (FREE from dev...
- EPSS 0.04%
- Veröffentlicht 02.05.2025 15:55:13
- Zuletzt bearbeitet 05.05.2025 20:54:45
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-53057
- EPSS 0.01%
- Veröffentlicht 02.05.2025 15:55:12
- Zuletzt bearbeitet 12.11.2025 20:00:14
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix global-out-of-bounds To loop a variable-length array, hci_init_stage_sync(stage) considers that stage[i] is valid as long as stage[i-1].func is valid. Thus, the...
CVE-2023-53058
- EPSS 0.03%
- 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-53056
- EPSS 0.02%
- Veröffentlicht 02.05.2025 15:55:11
- Zuletzt bearbeitet 12.11.2025 20:03:22
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Synchronize the IOCB count to be in order A system hang was observed with the following call trace: BUG: kernel NULL pointer dereference, address: 0000000000000000 ...
CVE-2023-53055
- EPSS 0.02%
- 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.02%
- 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.03%
- 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...