In the Linux kernel, the following vulnerability has been resolved:
net/mdiobus: Fix potential out-of-bounds clause 45 read/write access
When using publicly available tools like 'mdio-tools' to read/write data
from/to network interface and its PHY via C45 (clause 45) mdiobus,
there is no verification of parameters passed to the ioctl and
it accepts any mdio address.
Currently there is support for 32 addresses in kernel via PHY_MAX_ADDR define,
but it is possible to pass higher value than that via ioctl.
While read/write operation should generally fail in this case,
mdiobus provides stats array, where wrong address may allow out-of-bounds
read/write.
Fix that by adding address verification before C45 read/write operation.
While this excludes this access from any statistics, it improves security of
read/write operation.
Security readout for executives and security teams
Plain-English summary
A local user with limited privileges may abuse Linux network PHY management requests to access memory outside an internal statistics array. Successful exploitation could compromise confidentiality, integrity, or availability. The flaw is not remotely reachable under the supplied CVSS assessment, but it matters on shared, appliance, and locally accessible Linux systems.
Executive priority
Prioritize patching shared Linux hosts, network appliances, and systems where less-trusted users or services have local access. Internet exposure alone does not establish reachability. Treat remediation as high priority where MDIO access is available; otherwise schedule it through normal kernel maintenance after validating distribution exposure.
Technical view
Clause 45 MDIO ioctl handling accepted PHY addresses beyond the kernel-supported 32-address range. Although the underlying operation would normally fail, the invalid address could index beyond the mdiobus statistics array, causing out-of-bounds reads or writes. The kernel fix validates the address before Clause 45 operations.
Likely exposure
Exposure requires an affected Linux kernel and local, low-privileged access capable of issuing Clause 45 MDIO requests against a network interface and PHY. The source identifies affected releases including 6.3, 6.6.94, 6.12.34, 6.15.3, and 6.16, but distribution-specific backports require separate confirmation.
Exploitation context
The supplied CVSS score is 7.8 with local access, low complexity, low privileges, and no user interaction. CISA KEV status is false, and the supplied sources provide no evidence of active exploitation or a public exploit. Public MDIO tooling is mentioned as a way to reach the vulnerable interface, not as evidence of exploitation.
Researcher notes
The security boundary failure is missing address validation before Clause 45 read/write processing. Values above PHY_MAX_ADDR can affect indexing of mdiobus statistics storage even when hardware access fails. The fix adds validation but excludes rejected accesses from statistics. Exact vulnerable and fixed package boundaries should be derived from distribution advisories or commit backports.
Mitigation direction
Install a distribution kernel containing the upstream address-validation fix.
Confirm remediation against the relevant stable-kernel commit or distribution advisory.
Until patched, restrict untrusted local access to MDIO-capable interfaces and tooling.
Check vendor guidance for supported fixed packages and required reboot procedures.
Validation and detection
Inventory kernel versions on systems exposing physical network interfaces and PHY management.
Check distribution changelogs for CVE-2025-38110 or the referenced stable-kernel fixes.
Verify the running kernel after patching, including completion of any required reboot.
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-38110 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
0ADP providers
5Source 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.