Security readout for executives and security teams
Plain-English summary
CVE-2021-47237 is a Linux kernel memory leak in the hamradio MKISS networking path. When MKISS was opened and then closed, allocated network device memory was unregistered but not freed. Over repeated triggering, this could waste kernel memory and affect system stability. Public sources do not report active exploitation.
Executive priority
Treat as routine-to-priority patching rather than emergency response. Focus first on older Linux kernels, custom builds, embedded systems, and environments where specialist networking or tty line disciplines are exposed to untrusted local users.
Technical view
The issue is in mkiss_close(): mkiss_open() allocates and registers a netdevice, but close only unregisters it. The resolved fix adds the missing free_netdev() cleanup. The source bundle lists affected Linux kernel ranges from 2.6.14 through 5.13-era stable branches and references multiple upstream stable commits.
Likely exposure
Exposure is most likely on Linux systems running affected kernels where the hamradio MKISS/AX.25 tty line discipline path is present and reachable. General servers may have low practical exposure if this subsystem is absent or inaccessible, but custom kernels and older embedded or specialist Linux deployments should be checked.
Exploitation context
The evidence is a syzbot-discovered memory leak with kernel backtraces. The bundle marks KEV as false and provides no cited evidence of in-the-wild exploitation, public weaponization, privilege escalation, or remote attack capability.
Researcher notes
The record lacks CVSS, CWE, and exploitability detail. Analysis should stay scoped to a memory leak in Linux MKISS close handling. Do not assume remote reachability or active exploitation without additional evidence from vendor advisories or threat intelligence.
Mitigation direction
Update affected Linux kernels to builds containing the referenced stable fixes.
Use vendor-packaged kernel updates where available.
For custom kernels, include the mkiss_close free_netdev cleanup fix.
Check Linux distribution guidance for any supported interim workaround.
Validation and detection
Inventory Linux kernel versions across affected systems.
Confirm whether hamradio MKISS/AX.25 support is built or loaded.
Verify patched kernels include one of the referenced stable commits.
Monitor kernel memory stability after patching high-risk systems.
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-47237 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.