In the Linux kernel, the following vulnerability has been resolved:
net: fujitsu: fix potential null-ptr-deref
In fmvj18x_get_hwinfo(), if ioremap fails there will be NULL pointer
deref. To fix this, check the return value of ioremap and return -1
to the caller in case of failure.
Security readout for executives and security teams
Plain-English summary
CVE-2021-47149 is a Linux kernel flaw in Fujitsu network driver code. If a memory mapping operation fails, the kernel may dereference a null pointer. The likely business impact is service instability or crash on exposed systems, but the provided sources do not show active exploitation, CVSS severity, or remote attack details.
Executive priority
Treat this as routine kernel maintenance unless asset inventory shows affected Fujitsu network driver use on critical systems. No source provided evidence of active exploitation or high-impact compromise, but kernel crash risk still matters for availability-sensitive hosts.
Technical view
The issue is in fmvj18x_get_hwinfo() under Linux net:fujitsu. The fix checks the ioremap return value and returns an error when mapping fails. Affected Linux versions are listed in the CVE bundle, with multiple stable-branch commits referenced as fixes.
Likely exposure
Exposure appears limited to Linux systems running affected kernels where the Fujitsu fmvj18x network driver code is present or used. The source bundle does not establish internet exposure, default reachability, or affected distribution package status.
Exploitation context
The CVE is not listed as KEV in the provided bundle, and no cited source states active exploitation. The described failure condition is a potential null pointer dereference after ioremap failure, which suggests availability risk rather than confirmed data compromise.
Researcher notes
The public record is sparse: no CVSS, CWE, exploit status, or detailed attack preconditions are provided. Analysis should focus on kernel version lineage, driver reachability, distribution backports, and whether the fmvj18x hardware-info path can be exercised in deployed environments.
Mitigation direction
Update affected Linux kernels using vendor-supported packages or referenced stable fixes.
Prioritize systems using Fujitsu fmvj18x network driver functionality.
Check Linux distribution advisories for backported fixes and package-specific version mapping.
If immediate patching is impossible, consult vendor guidance before changing driver configuration.
Validation and detection
Inventory Linux kernel versions against the affected version list in the CVE bundle.
Confirm whether Fujitsu fmvj18x network driver code is present or loaded.
Verify kernel source or package changelog includes one of the referenced stable fixes.
Track vendor advisories for distribution-specific fixed builds and reboot requirements.
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-47149 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.