CVE-2025-38534
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:27
- Zuletzt bearbeitet 18.11.2025 18:17:45
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix copy-to-cache so that it performs collection with ceph+fscache The netfs copy-to-cache that is used by Ceph with local caching sets up a new request to write data just r...
- EPSS 0.06%
- Veröffentlicht 16.08.2025 11:12:27
- Zuletzt bearbeitet 03.11.2025 18:16:27
In the Linux kernel, the following vulnerability has been resolved: phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode When transitioning from USB_ROLE_DEVICE to USB_ROLE_NONE, the code assumed that the regulator should be disabled...
CVE-2025-38532
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:25
- Zuletzt bearbeitet 18.11.2025 18:16:54
In the Linux kernel, the following vulnerability has been resolved: net: libwx: properly reset Rx ring descriptor When device reset is triggered by feature changes such as toggling Rx VLAN offload, wx->do_reset() is called to reinitialize Rx rings....
CVE-2025-38533
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:25
- Zuletzt bearbeitet 18.11.2025 18:17:01
In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix the using of Rx buffer DMA The wx_rx_buffer structure contained two DMA address fields: 'dma' and 'page_dma'. However, only 'page_dma' was actually initialized and ...
CVE-2025-38531
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:24
- Zuletzt bearbeitet 18.11.2025 18:14:44
In the Linux kernel, the following vulnerability has been resolved: iio: common: st_sensors: Fix use of uninitialize device structs Throughout the various probe functions &indio_dev->dev is used before it is initialized. This caused a kernel panic ...
- 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_...