CVE-2021-47237
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2021-47237 is a memory leak vulnerability in the Linux kernel's hamradio network driver. The issue was discovered in the mkiss_close function where a netdevice was allocated and registered in mkiss_open(), but only unregistered and not properly freed in mkiss_close(). This vulnerability affects Linux kernel versions from 2.6.14 up to versions before 4.4.274, 4.9.274, 4.14.238, 4.19.196, and 5.4.128 (NVD).

Technical details

The vulnerability stems from a missing free_netdev() call in the mkiss_close() function of the Linux kernel's hamradio driver. When a network device is created in mkiss_open(), it allocates memory using alloc_netdev_mqs() and registers the device. However, during cleanup in mkiss_close(), while the device is unregistered using unregister_netdev(), the allocated memory is not freed, leading to a memory leak. This was confirmed through syzbot testing which revealed multiple memory leak instances of varying sizes (4096, 96, 512, and 256 bytes) (Kernel Patch).

Impact

The vulnerability results in memory leaks of various sizes in the Linux kernel's hamradio driver. Each time the affected code path is executed, it leaks memory chunks of 4096, 96, 512, and 256 bytes, which over time could lead to system resource exhaustion. The CVSS v3.1 base score is 5.5 (Medium), indicating moderate severity with local access required (NVD).

Exploitability

The vulnerability requires local access and can be triggered through the mkiss driver operations. It was discovered through syzbot testing and has been demonstrated to consistently produce memory leaks when the affected code path is executed (Kernel Patch).

Mitigation and workarounds

The vulnerability has been patched by adding a free_netdev(ax->dev) call in the mkiss_close() function. Users should upgrade to Linux kernel versions 4.4.274, 4.9.274, 4.14.238, 4.19.196, 5.4.128 or later which contain the fix (Kernel Patch).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-68454HIGH8.8
  • Linux Kernel logoLinux Kernel
  • kernel-debug-devel-matched
NoYesAug 13, 2026
CVE-2026-68452HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-headers
NoYesAug 13, 2026
CVE-2026-68451HIGH7.8
  • Linux Kernel logoLinux Kernel
  • linux-oracle-5.15
NoYesAug 13, 2026
CVE-2026-68453HIGH7.1
  • Linux Kernel logoLinux Kernel
  • kernel-uki-virt-addons
NoYesAug 13, 2026
CVE-2026-68450NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fips
NoYesAug 12, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management