- EPSS 0.03%
- Veröffentlicht 25.07.2025 13:15:26
- Zuletzt bearbeitet 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix potential deadlock in MR deregistration The issue arises when kzalloc() is invoked while holding umem_mutex or any other lock acquired under umem_mutex. This is proble...
- EPSS 0.03%
- Veröffentlicht 25.07.2025 13:15:26
- Zuletzt bearbeitet 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: optee: ffa: fix sleep in atomic context The OP-TEE driver registers the function notif_callback() for FF-A notifications. However, this function is called in an atomic context lead...
- EPSS 0.04%
- Veröffentlicht 25.07.2025 13:15:26
- Zuletzt bearbeitet 28.08.2025 15:15:48
In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdp_linearize_page, when reading the following buffers from the ring, we forget to check the received lengt...
- EPSS 0.03%
- Veröffentlicht 25.07.2025 13:15:26
- Zuletzt bearbeitet 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John reported a hang issue during system suspend as below: - USB gadget is enabled as Ethernet...
- EPSS 0.04%
- Veröffentlicht 25.07.2025 13:15:26
- Zuletzt bearbeitet 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: rose: fix dangling neighbour pointers in rose_rt_device_down() There are two bugs in rose_rt_device_down() that can cause use-after-free: 1. The loop bound `t->count` is modified ...
- EPSS 0.03%
- Veröffentlicht 25.07.2025 13:15:26
- Zuletzt bearbeitet 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probe In probe appletb_kbd_probe() a "struct appletb_kbd *kbd" is allocated via devm_kzalloc() to store touch bar keybo...
- EPSS 0.02%
- Veröffentlicht 25.07.2025 13:15:25
- Zuletzt bearbeitet 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check for get_first_active_display() The function mod_hdcp_hdcp1_enable_encryption() calls the function get_first_active_display(), but does not c...
- EPSS 0.04%
- Veröffentlicht 25.07.2025 13:15:25
- Zuletzt bearbeitet 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix a possible null pointer dereference In tegra_crtc_reset(), new memory is allocated with kzalloc(), but no check is performed. Before calling __drm_atomic_helper_crtc...
- EPSS 0.03%
- Veröffentlicht 25.07.2025 13:15:25
- Zuletzt bearbeitet 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate() Temporarily clear the preallocation flag when explicitly requesting allocations. Pre-existing allocations are already c...
- EPSS 0.03%
- Veröffentlicht 25.07.2025 13:15:25
- Zuletzt bearbeitet 25.07.2025 15:29:19
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a race between renames and directory logging We have a race between a rename and directory inode logging that if it happens and we crash/power fail before the rename com...