CVE-2025-38548
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:34:16
- Zuletzt bearbeitet 07.01.2026 18:33:13
In the Linux kernel, the following vulnerability has been resolved: hwmon: (corsair-cpro) Validate the size of the received input buffer Add buffer_recv_size to store the size of the received bytes. Validate buffer_recv_size in send_usb_cmd().
CVE-2025-38546
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:22:20
- Zuletzt bearbeitet 07.01.2026 18:33:27
In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix memory leak of struct clip_vcc. ioctl(ATMARP_MKIP) allocates struct clip_vcc and set it to vcc->user_back. The code assumes that vcc_destroy_socket() passes NULL sk...
CVE-2025-38544
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:22:18
- Zuletzt bearbeitet 18.11.2025 18:09:45
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix bug due to prealloc collision When userspace is using AF_RXRPC to provide a server, it has to preallocate incoming calls and assign to them call IDs that will be used to...
CVE-2025-38543
- EPSS 0.03%
- Veröffentlicht 16.08.2025 11:22:17
- Zuletzt bearbeitet 07.01.2026 18:34:28
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: nvdec: Fix dma_alloc_coherent error check Check for NULL return value with dma_alloc_coherent, in line with Robin's fix for vic.c in 'drm/tegra: vic: Fix DMA API misuse'...
CVE-2025-38542
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:22:16
- Zuletzt bearbeitet 07.01.2026 18:40:39
In the Linux kernel, the following vulnerability has been resolved: net: appletalk: Fix device refcount leak in atrtr_create() When updating an existing route entry in atrtr_create(), the old device reference was not being released before assigning...
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-38537
- EPSS 0.02%
- Veröffentlicht 16.08.2025 11:12:29
- Zuletzt bearbeitet 18.11.2025 18:09:21
In the Linux kernel, the following vulnerability has been resolved: net: phy: Don't register LEDs for genphy If a PHY has no driver, the genphy driver is probed/removed directly in phy_attach/detach. If the PHY's ofnode has an "leds" subnode, then ...
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...