The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-29194

CVE-2026-29194: Gravitl Netmaker Auth Bypass Vulnerability

CVE-2026-29194 is an authentication bypass flaw in Gravitl Netmaker that allows attackers to access, modify, or delete resources using valid host tokens. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-29194 Overview

CVE-2026-29194 is an authorization bypass vulnerability affecting Gravitl Netmaker, an open-source platform for creating and managing WireGuard networks. The flaw exists in the Authorize middleware, which incorrectly validates host JWT tokens. When a route permits host authentication (hostAllowed=true), a valid host token bypasses all subsequent authorization checks without verifying that the host is authorized to access the specific requested resource.

This vulnerability allows any entity with knowledge of object identifiers (such as node IDs or host IDs) to craft requests with arbitrary valid host tokens to access, modify, or delete resources belonging to other hosts. Affected endpoints include node info retrieval, host deletion, MQTT signal transmission, fallback host updates, and failover operations.

Critical Impact

Unauthorized access to sensitive network infrastructure resources, enabling attackers to retrieve, modify, or delete nodes and hosts across the WireGuard network management platform.

Affected Products

  • Gravitl Netmaker versions prior to 1.5.0

Discovery Timeline

  • 2026-03-07 - CVE CVE-2026-29194 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-29194

Vulnerability Analysis

This authorization bypass vulnerability (CWE-863: Incorrect Authorization) stems from improper validation logic in the Netmaker authorization middleware. The vulnerability allows authenticated hosts to access resources they should not be authorized to interact with.

The flaw is particularly concerning because Netmaker manages WireGuard network configurations, meaning successful exploitation could allow an attacker to manipulate network topology, delete critical hosts, or intercept MQTT signaling used for network coordination. An attacker with low-privilege access and knowledge of target resource identifiers can escalate their access across the entire Netmaker deployment.

The attack is network-accessible and requires no user interaction, making it exploitable remotely by any authenticated host within the Netmaker environment.

Root Cause

The root cause is a logic error in the Authorize middleware. When processing requests to endpoints that allow host authentication (hostAllowed=true), the middleware correctly validates that the JWT token belongs to a legitimate host but fails to verify whether that specific host is authorized to access the requested resource.

This creates a horizontal privilege escalation scenario where any authenticated host can access or manipulate resources belonging to any other host by simply knowing the target resource's identifier.

Attack Vector

The attack vector is network-based and requires the attacker to possess:

  1. A valid host JWT token (obtained through legitimate enrollment or compromise of any host)
  2. Knowledge of target resource identifiers (node IDs, host IDs)

With these prerequisites, an attacker can craft HTTP requests targeting vulnerable endpoints. The middleware accepts the valid host token and grants access without performing resource-level authorization checks. Affected operations include retrieving node information, deleting hosts, sending MQTT signals, updating fallback hosts, and triggering failover operations.

The vulnerability affects multiple API endpoints that handle sensitive network management operations, potentially allowing an attacker to disrupt network connectivity, exfiltrate configuration data, or establish persistence within the WireGuard network infrastructure.

Detection Methods for CVE-2026-29194

Indicators of Compromise

  • Unusual API requests to node or host management endpoints from hosts that do not own those resources
  • Anomalous host deletion or modification events in Netmaker audit logs
  • MQTT signal transmissions originating from unexpected hosts
  • Unexpected failover operations or fallback host updates
  • API access patterns showing a single host querying multiple unrelated node or host identifiers

Detection Strategies

  • Monitor Netmaker API logs for requests where the authenticated host ID does not match the target resource's owner
  • Implement anomaly detection for API calls to sensitive endpoints like host deletion or MQTT signaling
  • Correlate host authentication events with subsequent resource access to identify cross-host access attempts
  • Review access logs for enumeration patterns indicating reconnaissance of node and host identifiers

Monitoring Recommendations

  • Enable verbose logging for all Netmaker API endpoints, particularly those handling host and node management
  • Set up alerts for host deletion events and compare against authorized maintenance windows
  • Monitor network traffic patterns for unusual WireGuard configuration changes
  • Implement centralized log aggregation to correlate authentication and authorization events across the Netmaker deployment

How to Mitigate CVE-2026-29194

Immediate Actions Required

  • Upgrade Netmaker to version 1.5.0 or later immediately
  • Audit Netmaker logs for any suspicious cross-host resource access prior to patching
  • Review all hosts enrolled in the Netmaker deployment and revoke any unauthorized or suspicious host tokens
  • Implement network segmentation to limit API access to trusted management interfaces only

Patch Information

Gravitl has addressed this vulnerability in Netmaker version 1.5.0. The patch corrects the authorization middleware to properly validate that the authenticated host is authorized to access the specific requested resource, not just that the host token is valid.

For detailed information, see the GitHub Security Advisory GHSA-hmqr-wjmj-376c and the Netmaker v1.5.0 Release Notes.

Workarounds

  • Restrict network access to Netmaker API endpoints using firewall rules or reverse proxy authentication
  • Implement additional API gateway authorization controls to validate resource ownership before forwarding requests
  • Monitor and alert on all host management API calls until patching is complete
  • Consider temporarily disabling non-essential API endpoints that allow host authentication if operationally feasible
bash
# Example: Restrict Netmaker API access to trusted management network
iptables -A INPUT -p tcp --dport 8081 -s 10.10.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8081 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGravitl Netmaker

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Netmaker Release v1.5.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-hmqr-wjmj-376c
  • Related CVEs
  • CVE-2026-29195: Gravitl Netmaker Auth Bypass Vulnerability

  • CVE-2026-29771: Gravitl Netmaker DOS Vulnerability

  • CVE-2026-29196: Gravitl Netmaker Information Disclosure
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English