CVE-2025-38735
Last modified
CVE-2025-38735 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: gve: prevent ethtool ops after shutdown A crash can occur if an ethtool operation is invoked after shutdown() is called. shutdown() is invoked during system shutdown to stop DMA operations without performing expensive deallocations. It is discouraged to unregister the netdev in this path, so the device may still be visible to userspace and kernel helpers. In gve, shutdown() tears down most internal data structures. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: gve: prevent ethtool ops after shutdown A crash can occur if an ethtool operation is invoked after shutdown() is called. shutdown() is invoked during system shutdown to stop DMA operations without performing expensive deallocations. It is discouraged to unregister the netdev in this path, so the device may still be visible to userspace and kernel helpers. In gve, shutdown() tears down most internal data structures. If an ethtool operation is dispatched after shutdown(), it will dereference freed or NULL pointers, leading to a kernel panic. While graceful shutdown normally quiesces userspace before invoking the reboot syscall, forced shutdowns (as observed on GCP VMs) can still trigger this path. Fix by calling netif_device_detach() in shutdown(). This marks the device as detached so the ethtool ioctl handler will skip dispatching operations to the driver.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.17, < 6.1.149 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.103 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.44 | — |
| Linux | Linux Kernel | >= 6.13, < 6.16.4 | — |
| Linux | Linux Kernel | 6.17 | Rc1 |
| Debian | Debian Linux | 11.0 | — |
References
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.htmlMailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38735?
How severe is CVE-2025-38735?
How do I fix CVE-2025-38735?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-3873The following APIs for the Silcon Labs SiWx91x prior to vesi…6
- CVE-2025-38730In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38731In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38732In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38733In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38734In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38736In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-38737In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38738SupportAssist for Home PCs Installer exe version(s) 4.8.2.29…7.8
- CVE-2025-38739Dell Digital Delivery, versions prior to 5.6.1.0, contains a…5.3
- CVE-2025-3874The WordPress Simple Shopping Cart plugin for WordPress is v…6.5
- CVE-2025-38741Dell Enterprise SONiC OS, version 4.5.0, contains a cryptogr…7.5
Are you affected by CVE-2025-38735?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
