- EPSS 0.06%
- Veröffentlicht 16.08.2025 11:12:23
- Zuletzt bearbeitet 03.11.2025 18:16:27
In the Linux kernel, the following vulnerability has been resolved: comedi: pcl812: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if ((1 << it->options[1]) & board->irq_bits) { However, `it->op...
- EPSS 0.06%
- Veröffentlicht 16.08.2025 11:12:22
- Zuletzt bearbeitet 03.11.2025 18:16:27
In the Linux kernel, the following vulnerability has been resolved: comedi: aio_iiro_16: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if ((1 << it->options[1]) & 0xdcfc) { However, `it->option...
- EPSS 0.05%
- Veröffentlicht 16.08.2025 11:12:21
- Zuletzt bearbeitet 03.11.2025 18:16:27
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject %p% format string in bprintf-like helpers static const char fmt[] = "%p%"; bpf_trace_printk(fmt, sizeof(fmt)); The above BPF program isn't rejected and causes a ke...
CVE-2025-38526
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:20
- Zuletzt bearbeitet 18.11.2025 18:14:34
In the Linux kernel, the following vulnerability has been resolved: ice: add NULL check in eswitch lag check The function ice_lag_is_switchdev_running() is being called from outside of the LAG event handler code. This results in the lag->upper_net...
- EPSS 0.05%
- Veröffentlicht 16.08.2025 11:12:20
- Zuletzt bearbeitet 03.11.2025 18:16:27
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in cifs_oplock_break A race condition can occur in cifs_oplock_break() leading to a use-after-free of the cinode structure when unmounting: cifs_...
CVE-2025-38525
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:19
- Zuletzt bearbeitet 18.11.2025 21:58:19
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in local_bh_enable() The rxrpc_assess_MTU_size() function calls down into the IP layer to find out the MTU size for a route. When accepting an incoming cal...
CVE-2025-38524
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:18
- Zuletzt bearbeitet 18.11.2025 21:53:40
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recv-recv race of completed call If a call receives an event (such as incoming data), the call gets placed on the socket's queue and a thread in recvmsg can be awakened ...
CVE-2025-38523
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:17
- Zuletzt bearbeitet 18.11.2025 21:53:29
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix the smbd_response slab to allow usercopy The handling of received data in the smbdirect client code involves using copy_to_iter() to copy data from the smbd_reponse struc...
CVE-2025-38522
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:11
- Zuletzt bearbeitet 18.11.2025 21:52:05
In the Linux kernel, the following vulnerability has been resolved: sched/ext: Prevent update_locked_rq() calls with NULL rq Avoid invoking update_locked_rq() when the runqueue (rq) pointer is NULL in the SCX_CALL_OP and SCX_CALL_OP_RET macros. Pr...
- EPSS 0.03%
- Veröffentlicht 16.08.2025 10:55:08
- Zuletzt bearbeitet 18.08.2025 20:16:28
In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix kernel crash when hard resetting the GPU The GPU hard reset sequence calls pm_runtime_force_suspend() and pm_runtime_force_resume(), which according to their d...