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-28800

CVE-2026-28800: Natro Macro Auth Bypass Vulnerability

CVE-2026-28800 is an authentication bypass flaw in Natro Macro that allows unauthorized Discord users to control victims' computers remotely. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-28800 Overview

CVE-2026-28800 is a Broken Access Control vulnerability affecting Natro Macro, an open-source Bee Swarm Simulator macro written in AutoHotkey. Prior to version 1.1.0, the Discord Remote Control feature, when configured in a non-private channel, allows any user with message-sending permissions in that channel to gain full control over the victim's computer. This includes the ability to send arbitrary keyboard and mouse inputs as well as complete file system access.

Critical Impact

Any Discord user with channel message permissions can gain complete computer control, including keyboard/mouse inputs and full file access, leading to potential data theft, malware installation, or system compromise.

Affected Products

  • Natro Macro versions prior to 1.1.0
  • natroteam natro_macro

Discovery Timeline

  • 2026-03-06 - CVE CVE-2026-28800 published to NVD
  • 2026-03-10 - Last updated in NVD database

Technical Details for CVE-2026-28800

Vulnerability Analysis

This vulnerability stems from a fundamental access control flaw in how Natro Macro implements its Discord Remote Control feature. When users configure this functionality in a non-private Discord channel, the application fails to properly validate the identity and authorization of incoming commands. The lack of authentication means that any Discord user who can post messages in the configured channel can issue commands that the Natro Macro application will execute without verification.

The CWE-22 (Path Traversal) classification indicates that the file access component of this vulnerability may allow attackers to traverse directory structures and access files outside of intended boundaries, compounding the severity of the unauthorized access.

Root Cause

The root cause of this vulnerability lies in insufficient access control mechanisms within the Discord Remote Control feature. The application accepts and executes commands from any source within the configured Discord channel without implementing proper sender verification, authentication tokens, or authorization checks. This design oversight treats all channel participants as trusted entities capable of issuing privileged commands.

Attack Vector

The attack vector is network-based, requiring low privileges (channel message permissions) and user interaction (victim must have Discord Remote Control enabled in a non-private channel). An attacker can exploit this vulnerability by:

  1. Identifying a Discord channel where a victim has Natro Macro's Remote Control feature enabled
  2. Sending crafted messages to that channel containing commands
  3. The victim's Natro Macro instance receives and executes these commands without validation
  4. The attacker gains the ability to send keyboard/mouse inputs and access files on the victim's system

The vulnerability mechanism allows an attacker to send arbitrary commands through Discord messages that the Natro Macro application interprets and executes. Since no authentication or authorization checks are performed, any message that matches the command syntax will be processed, giving attackers full control over input devices and file system access. For complete technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-28800

Indicators of Compromise

  • Unexpected keyboard or mouse activity when the user is not actively using the computer
  • Unusual file access patterns or file modifications occurring while Natro Macro is running
  • Suspicious Discord messages containing command-like syntax in channels where Remote Control is enabled
  • Unauthorized process executions or system configuration changes correlating with Discord activity

Detection Strategies

  • Monitor for Natro Macro processes running alongside Discord with active network connections
  • Implement behavioral analysis to detect automated input patterns inconsistent with normal user activity
  • Review Discord channel configurations for Natro Macro Remote Control settings in non-private channels
  • Audit file system access logs for unusual read/write operations when Natro Macro is active

Monitoring Recommendations

  • Enable detailed logging for input device activity and correlate with Discord message timestamps
  • Monitor AutoHotkey script execution patterns for unexpected command sequences
  • Implement endpoint detection rules to flag unusual combinations of Discord communication and system control actions
  • Review installed Natro Macro versions across the environment to identify vulnerable instances

How to Mitigate CVE-2026-28800

Immediate Actions Required

  • Upgrade Natro Macro to version 1.1.0 or later immediately
  • Disable the Discord Remote Control feature until the update is applied
  • If Remote Control is required, ensure it is only configured in private Discord channels with trusted members
  • Review recent file access and system activity logs for signs of unauthorized access

Patch Information

The vulnerability has been addressed in Natro Macro version 1.1.0. Users should update to this version or later to remediate the security issue. The patch implements proper access control mechanisms for the Discord Remote Control feature to prevent unauthorized command execution.

For detailed patch information and security guidance, see the GitHub Security Advisory.

Workarounds

  • Disable the Discord Remote Control feature entirely in Natro Macro settings
  • If Remote Control must be used, configure it only in private Discord channels with strictly controlled membership
  • Implement network-level monitoring to detect and alert on suspicious Discord command patterns
  • Consider running Natro Macro in a sandboxed environment to limit potential damage from exploitation
bash
# Verify Natro Macro version (check installation directory)
# Ensure version is 1.1.0 or later
# Disable Remote Control in settings if running vulnerable version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNatroteam Natro Macro

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Vendor Resources
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
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