CVE-2021-47101: asix: fix uninit-value in asix_mdio_read()
In the Linux kernel, the following vulnerability has been resolved:
asix: fix uninit-value in asix_mdio_read()
asix_read_cmd() may read less than sizeof(smsr) bytes and in this case
smsr will be uninitialized.
Fail log:
BUG: KMSAN: uninit-value in asix_check_host_enable drivers/net/usb/asix_common.c:82 [inline]
BUG: KMSAN: uninit-value in asix_check_host_enable drivers/net/usb/asix_common.c:82 [inline] drivers/net/usb/asix_common.c:497
BUG: KMSAN: uninit-value in asix_mdio_read+0x3c1/0xb00 drivers/net/usb/asix_common.c:497 drivers/net/usb/asix_common.c:497
asix_check_host_enable drivers/net/usb/asix_common.c:82 [inline]
asix_check_host_enable drivers/net/usb/asix_common.c:82 [inline] drivers/net/usb/asix_common.c:497
asix_mdio_read+0x3c1/0xb00 drivers/net/usb/asix_common.c:497 drivers/net/usb/asix_common.c:497
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel bug in the ASIX USB Ethernet driver. A short device read could leave a value uninitialized, leading kernel diagnostic tooling to report use of uninitialized data. The source bundle does not provide a CVSS score, business impact, or evidence of active exploitation.
Executive priority
Treat as a patch-management item for Linux fleets, with higher priority where ASIX USB Ethernet adapters are used. Current urgency is limited by missing severity scoring and no cited exploitation evidence.
Technical view
asix_read_cmd() can return fewer bytes than sizeof(smsr); asix_mdio_read() may then use uninitialized smsr via asix_check_host_enable in drivers/net/usb/asix_common.c. The issue is resolved in referenced stable kernel commits. The affected surface is the asix USB network driver in listed Linux kernel versions.
Likely exposure
Exposure is most likely on Linux systems running affected kernels and using ASIX USB Ethernet adapters or the asix driver. Systems without that driver or hardware path appear less likely to be reachable, based on the provided sources.
Exploitation context
The provided sources do not show active exploitation, public weaponization, KEV listing, or a demonstrated attacker path. The evidence is kernel bug and fix information, not exploit intelligence.
Researcher notes
The record describes an uninitialized-value condition detected by KMSAN in asix_mdio_read(). The bundle does not include CWE, CVSS, exploitability analysis, or downstream distribution status, so validation should focus on kernel version, driver usage, and fix backports.
Mitigation direction
Apply Linux distribution kernel updates that include the referenced stable fixes.
Check vendor kernel advisories for backport status in supported distributions.
Prioritize systems using ASIX USB Ethernet adapters or loading the asix driver.
If uncertain, avoid relying on affected USB Ethernet adapters until patched.
Validation and detection
Inventory Linux kernel versions against the affected ranges in the CVE record.
Check whether the asix driver is present or loaded on endpoints.
Confirm patched kernels include the referenced stable commits or vendor backports.
Review kernel logs for related ASIX USB Ethernet driver instability.
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-2021-47101 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.