CVE-2021-47602

5.5 MEDIUM

📋 TL;DR

A vulnerability in the Linux kernel's mac80211 subsystem allows uninitialized memory access when processing non-QoS nullfunc packets for admission control. This could lead to kernel memory disclosure or system instability. Systems using affected Linux kernel versions with wireless networking are affected.

💻 Affected Systems

Products:
  • Linux kernel
Versions: Specific affected versions not explicitly stated in CVE, but patches available in stable kernel trees.
Operating Systems: Linux distributions using affected kernel versions
Default Config Vulnerable: ⚠️ Yes
Notes: Requires wireless networking to be enabled and using mac80211 subsystem.

📦 What is this software?

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

⚠️ Risk & Real-World Impact

🔴

Worst Case

Kernel memory disclosure leading to information leakage or potential privilege escalation if combined with other vulnerabilities.

🟠

Likely Case

System instability, crashes, or denial of service on wireless interfaces.

🟢

If Mitigated

Minimal impact with proper kernel hardening and wireless interface isolation.

🌐 Internet-Facing: LOW - Requires local network access to wireless interface.
🏢 Internal Only: MEDIUM - Could be exploited by malicious internal users on the same wireless network.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires sending crafted wireless packets to target system.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Patched in stable kernel versions via provided git commits

Vendor Advisory: https://git.kernel.org/stable/c/42d08e97b196479f593499e887a9ab81446a34b9

Restart Required: Yes

Instructions:

1. Update Linux kernel to patched version. 2. Reboot system. 3. Verify kernel version is updated.

🔧 Temporary Workarounds

Disable wireless interfaces

linux

Temporarily disable vulnerable wireless interfaces

sudo ip link set wlan0 down

🧯 If You Can't Patch

  • Implement network segmentation to isolate wireless networks
  • Use wired networking instead of wireless where possible

🔍 How to Verify

Check if Vulnerable:

Check kernel version and compare with patched versions in git commits

Check Version:

uname -r

Verify Fix Applied:

Verify kernel version is updated beyond patched commits

📡 Detection & Monitoring

Log Indicators:

  • Kernel panics
  • Wireless interface errors in dmesg
  • System crashes

Network Indicators:

  • Unusual wireless packet patterns
  • Malformed nullfunc packets

SIEM Query:

source="kernel" AND ("mac80211" OR "admission control") AND (error OR panic)

🔗 References

📤 Share & Export