CVE-2021-26622

9.6 CRITICAL

📋 TL;DR

This critical vulnerability in Genian NAC allows remote attackers to execute arbitrary code with SYSTEM privileges on all connected nodes through server-side template injection (SSTI) and insufficient file name validation. All organizations using vulnerable versions of Genian NAC are affected, potentially giving attackers complete control over the entire NAC infrastructure.

💻 Affected Systems

Products:
  • Genian NAC
Versions: Specific versions not detailed in references, but all versions prior to patched release are vulnerable
Operating Systems: Windows-based NAC deployments
Default Config Vulnerable: ⚠️ Yes
Notes: All connected NAC nodes are vulnerable when the central management system is compromised

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of all NAC-connected nodes, allowing attackers to deploy ransomware, steal credentials, pivot to other network segments, and maintain persistent access across the entire infrastructure.

🟠

Likely Case

Attackers gain SYSTEM-level access to NAC nodes, enabling them to disable security controls, intercept network traffic, and compromise connected endpoints.

🟢

If Mitigated

If properly segmented and monitored, impact limited to NAC infrastructure with quick detection and containment preventing lateral movement.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

SSTI vulnerabilities typically have low exploitation complexity once the attack vector is identified

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not specified in references, but vendor has released patches

Vendor Advisory: https://www.krcert.or.kr/krcert/secNoticeView.do?bulletin_writing_sequence=66580

Restart Required: Yes

Instructions:

1. Contact Genian support for latest patches 2. Apply patches to all NAC components 3. Restart NAC services 4. Verify patch application

🔧 Temporary Workarounds

Network Segmentation

all

Isolate NAC management interface from untrusted networks

Access Control

all

Restrict access to NAC management interface to authorized IPs only

🧯 If You Can't Patch

  • Immediately isolate NAC systems from production networks
  • Implement strict network monitoring and alerting for suspicious NAC-related activity

🔍 How to Verify

Check if Vulnerable:

Check Genian NAC version against vendor's patched release information

Check Version:

Check NAC management console or contact vendor for version verification

Verify Fix Applied:

Verify patch version installed and test for SSTI vulnerability using authorized security testing

📡 Detection & Monitoring

Log Indicators:

  • Unusual file uploads to NAC system
  • Suspicious template processing errors
  • Unexpected SYSTEM privilege operations

Network Indicators:

  • Unusual outbound connections from NAC nodes
  • Suspicious traffic to NAC management interface

SIEM Query:

source="nac_logs" AND (event="file_upload" OR event="template_execution") AND result="success"

🔗 References

📤 Share & Export