CVE-2025-38634
The CVE-2025-38634 issue is in the Linux kernel’s CPCAP charger code. In cpcap_usb_detect(), power_supply_get_by_name() can return NULL instead of an error pointer, risking a NULL dereference. A null check was added to prevent this. Impact is described as local, with availability impact, and a ME...