
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, a vulnerability was discovered in the mv88e6xxx DSA (Distributed Switch Architecture) driver's MDIO bus handling. The issue was disclosed on July 16, 2024, and affects the Linux kernel's networking subsystem, specifically the Marvell mv88e6xxx switch driver (NVD).
The vulnerability occurs when mdiobus_free() is called from devm_mdiobus_free() through the call chain devres_release_all() -> __device_release_driver(), while the mdiobus was not previously unregistered. This issue specifically manifests when the DSA master device is on a bus that calls ->remove from ->shutdown (like dpaa2-eth on the fsl-mc bus). In such cases, there is a device link between the switch and the DSA master, causing device_links_unbind_consumers() to unbind the Marvell switch driver during shutdown (Kernel Commit).
When triggered, this vulnerability causes a kernel panic during system shutdown, potentially leading to system instability and unexpected behavior. The issue specifically affects systems using the Marvell mv88e6xxx switch driver in conjunction with certain bus configurations (NVD).
The vulnerability is triggered during system shutdown operations and requires specific hardware configurations using the Marvell mv88e6xxx switch driver. It is primarily a reliability issue rather than a security vulnerability, as it requires legitimate system shutdown operations to manifest (Kernel Commit).
The issue has been fixed by modifying the driver to either use devres for both mdiobus allocation and registration or not use devres at all. The fix implements the latter approach, removing devres usage and properly handling mdiobus allocation and cleanup (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."