Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-29195

CVE-2026-29195: Gravitl Netmaker Auth Bypass Vulnerability

CVE-2026-29195 is an authorization bypass flaw in Gravitl Netmaker allowing admin users to escalate privileges to super-admin. This article covers technical details, affected versions, security impact, and mitigation.

Published: March 13, 2026

CVE-2026-29195 Overview

A privilege escalation vulnerability has been identified in Gravitl Netmaker, an open-source network management platform that leverages WireGuard for creating secure networks. Prior to version 1.5.0, the user update handler (PUT /api/users/{username}) contains an authorization bypass flaw that allows admin-role users to assign the super-admin role during account updates. While the application correctly prevents admin users from assigning the admin role to other users, an equivalent validation check for the super-admin role is missing, enabling unauthorized privilege escalation.

Critical Impact

Admin-level users can escalate their privileges to super-admin, potentially gaining full control over the Netmaker deployment and all connected WireGuard networks.

Affected Products

  • Gravitl Netmaker versions prior to 1.5.0

Discovery Timeline

  • 2026-03-07 - CVE-2026-29195 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-29195

Vulnerability Analysis

This vulnerability represents an Improper Authorization flaw (CWE-863) in Netmaker's user management API. The issue stems from incomplete access control validation in the user update endpoint, where the application fails to enforce proper role assignment restrictions.

When an admin user makes a PUT request to the /api/users/{username} endpoint to update user account details, the backend logic performs validation to prevent the admin from assigning the admin role to other users. However, the validation logic does not extend to the super-admin role. This oversight allows an authenticated admin user to modify their own account or another user's account to include the super-admin role, effectively bypassing the intended privilege hierarchy.

The vulnerability requires network access to the Netmaker API and high-level (admin) privileges to exploit. While the attack complexity is low and requires no user interaction, the prerequisite of admin access somewhat limits the immediate attack surface.

Root Cause

The root cause of this vulnerability is an incomplete authorization check in the user update handler. The application implements role-based access controls but fails to account for all sensitive role assignments. Specifically, the code path that validates role changes during user updates only checks for the admin role assignment but does not include equivalent logic for the super-admin role. This represents a logic flaw where the developers implemented partial security controls without considering all privilege levels in the role hierarchy.

Attack Vector

An attacker with admin-level access to the Netmaker deployment can exploit this vulnerability through the following attack flow:

  1. Authenticate to Netmaker with valid admin credentials
  2. Send a crafted PUT request to /api/users/{username} (either their own username or another user's)
  3. Include the super-admin role in the request payload
  4. The server processes the request without blocking the role assignment
  5. The attacker now has super-admin privileges, granting full control over the Netmaker instance and all managed WireGuard networks

This attack can be performed entirely over the network without requiring physical access. The vulnerability allows vertical privilege escalation from admin to super-admin, which represents a significant security boundary violation.

Detection Methods for CVE-2026-29195

Indicators of Compromise

  • Unexpected role changes in user accounts, particularly assignments to super-admin role
  • Audit log entries showing PUT requests to /api/users/{username} endpoints with role modifications
  • Admin accounts with recently elevated super-admin privileges without proper authorization workflows
  • Unusual API activity patterns from admin-level accounts targeting user management endpoints

Detection Strategies

  • Implement monitoring for API calls to /api/users/{username} that include role modification parameters
  • Review audit logs for any super-admin role assignments that did not follow standard authorization procedures
  • Deploy web application firewall rules to detect and alert on suspicious role assignment payloads
  • Conduct regular access control audits to identify unauthorized privilege escalations

Monitoring Recommendations

  • Enable detailed logging for all user management API endpoints in Netmaker
  • Configure alerts for any role changes involving the super-admin role
  • Monitor for unusual patterns of admin user activity, especially around user update operations
  • Implement real-time anomaly detection for API request patterns targeting authentication and authorization endpoints

How to Mitigate CVE-2026-29195

Immediate Actions Required

  • Upgrade Netmaker to version 1.5.0 or later immediately
  • Review all user accounts for unauthorized super-admin role assignments
  • Audit recent API logs for suspicious PUT requests to user update endpoints
  • Temporarily restrict admin account access until the patch is applied if immediate upgrade is not possible

Patch Information

Gravitl has released Netmaker version 1.5.0 which includes a fix for this vulnerability. The patch adds proper validation logic to prevent admin-role users from assigning the super-admin role during account updates. Organizations running affected versions should upgrade as soon as possible.

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-ch3w-9456-38v3 and the Netmaker v1.5.0 release notes.

Workarounds

  • Limit admin account distribution to only trusted personnel who require administrative access
  • Implement network-level access controls to restrict API access to trusted IP ranges
  • Enable comprehensive audit logging and actively monitor for role modification attempts
  • Consider implementing additional authentication layers such as multi-factor authentication for admin accounts
  • Review and remove unnecessary admin accounts to reduce the attack surface
bash
# Upgrade Netmaker to patched version
# Stop the current Netmaker instance
docker-compose down

# Pull the latest patched version
docker pull gravitl/netmaker:v1.5.0

# Update docker-compose.yml to use version 1.5.0
# Restart with the patched version
docker-compose up -d

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

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/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-ch3w-9456-38v3
  • Related CVEs
  • CVE-2026-29194: 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