CVE-2025-38540
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:22:14
- Zuletzt bearbeitet 22.01.2026 18:39:18
In the Linux kernel, the following vulnerability has been resolved: HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras The Chicony Electronics HP 5MP Cameras (USB ID 04F2:B824 & 04F2:B82C) report a HID sensor interface that is not actu...
CVE-2025-38539
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:31
- Zuletzt bearbeitet 07.01.2026 18:42:03
In the Linux kernel, the following vulnerability has been resolved: tracing: Add down_write(trace_event_sem) when adding trace event When a module is loaded, it adds trace events defined by the module. It may also need to modify the modules trace p...
CVE-2025-38538
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:30
- Zuletzt bearbeitet 07.01.2026 18:42:22
In the Linux kernel, the following vulnerability has been resolved: dmaengine: nbpfaxi: Fix memory corruption in probe() The nbpf->chan[] array is allocated earlier in the nbpf_probe() function and it has "num_channels" elements. These three loops...
CVE-2025-38535
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:27
- Zuletzt bearbeitet 07.01.2026 18:56:51
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-38530
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:23
- Zuletzt bearbeitet 07.01.2026 18:57:51
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...
CVE-2025-38529
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:22
- Zuletzt bearbeitet 07.01.2026 18:58:20
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...
CVE-2025-38528
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:21
- Zuletzt bearbeitet 07.01.2026 19:21:55
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-38527
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:12:20
- Zuletzt bearbeitet 07.01.2026 17:38:48
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-38520
- EPSS 0.02%
- Veröffentlicht 16.08.2025 10:55:07
- Zuletzt bearbeitet 07.01.2026 17:39:21
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Don't call mmput from MMU notifier callback If the process is exiting, the mmput inside mmu notifier callback from compactd or fork or numa balancing could release the ...
CVE-2025-38516
- EPSS 0.02%
- Veröffentlicht 16.08.2025 10:55:03
- Zuletzt bearbeitet 07.01.2026 17:45:45
In the Linux kernel, the following vulnerability has been resolved: pinctrl: qcom: msm: mark certain pins as invalid for interrupts On some platforms, the UFS-reset pin has no interrupt logic in TLMM but is nevertheless registered as a GPIO in the ...