Security readout for executives and security teams
Plain-English summary
A locking flaw in the Linux MediaTek STAR Ethernet driver can cause the kernel to encounter recursive spinlock handling during network receive or transmit processing. The resulting failure may hang or crash an affected device, disrupting network-dependent services. The supplied CVSS score is 7.5 and identifies availability, not data theft or modification, as the impact.
Executive priority
Prioritize remediation for exposed appliances, embedded systems, and operational devices whose availability depends on the affected Ethernet interface. General-purpose Linux systems without this driver are unlikely to be exposed. Expedite vendor-supported updates where an outage would affect production, safety, communications, or remote management.
Technical view
During mtk-star-emac RX or TX polling, DMA interrupts can be re-enabled while a driver spinlock is held. The interrupt handler may then attempt to acquire the same lock, causing spinlock recursion. Linux resolved this by replacing spin_lock/spin_unlock with interrupt-state-preserving spin_lock_irqsave/spin_unlock_irqrestore. The supplied vector is network-accessible, low-complexity, unauthenticated, and availability-only.
Likely exposure
Exposure is limited to Linux systems using the affected MediaTek mtk-star-emac Ethernet driver, rather than all Linux hosts. The trace identifies a MediaTek MT8365 development platform, but the bundle does not establish that this is the only affected hardware. Downstream kernel backports make version-only assessment unreliable.
Exploitation context
The supplied data does not mark this CVE as KEV and provides no evidence of active exploitation or a public exploit. Its CVSS vector indicates network reachability without privileges or user interaction, but the bundle does not document a proven triggering technique. Treat remote denial of service as plausible, not confirmed in the wild.
Researcher notes
The diagnostic trace shows recursion between mtk_star_rx_poll and mtk_star_handle_irq on a preemptible 6.15 release-candidate kernel. Six stable-tree commits are supplied, indicating branch-specific backports. The affected-version data contains duplicated hashes and ambiguous version entries, so validate downstream packages through vendor advisories or patch presence rather than interpreting the list as clean ranges.
Mitigation direction
Inventory Linux devices using the MediaTek mtk-star-emac Ethernet driver.
Update affected devices to a vendor-supported kernel containing the applicable stable fix.
Follow distribution and device-vendor advisories for downstream backports and release-specific remediation.
Reboot after updating and verify the patched kernel is running.
Validation and detection
Confirm whether mtk-star-emac is present, loaded, and bound to active Ethernet hardware.
Compare the running kernel package against vendor advisories and the listed stable commits.
Review kernel logs for spinlock recursion, mtk_star_emac traces, hangs, or watchdog resets.
Test RX and TX traffic under normal load after patching, watching for kernel faults.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-37917 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
9Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.