First published: Fri May 09 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev() The variable d->name, returned by devm_kasprintf(), could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in commit 3027e7b15b02 ("ice: Fix some null pointer dereference issues in ice_ptp.c"). This issue is found by our static analysis tool
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-37881 has been categorized as a moderate severity vulnerability due to the potential for a NULL pointer dereference.
To fix CVE-2025-37881, update your Linux kernel to the latest version where the NULL pointer check has been implemented.
CVE-2025-37881 affects all versions of the Linux kernel that include the usb gadget feature.
If exploited, CVE-2025-37881 could lead to system instability or crashes due to NULL pointer dereference issues.
Yes, CVE-2025-37881 is related to the USB gadget subsystem in the Linux kernel.