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-2025-55292

CVE-2025-55292: Meshtastic Firmware Auth Bypass Vulnerability

CVE-2025-55292 is an authentication bypass flaw in Meshtastic Firmware that lets attackers forge node identities by exploiting HAM mode. This article covers the technical details, affected versions, and patches.

Updated: April 24, 2026

CVE-2025-55292 Overview

CVE-2025-55292 is a node identity spoofing vulnerability in Meshtastic, an open source mesh networking solution. The vulnerability stems from a fundamental architectural weakness where nodes are identified by their NodeID (generated from the MAC address) rather than their public key. This design flaw enables attackers to abuse HAM mode—which operates without encryption—to forge NodeInfo packets on behalf of victim nodes.

By advertising that HAM mode is enabled for a target node, an attacker can manipulate the mesh network's NodeDB, causing other nodes to overwrite legitimate node information. This forces other nodes to send direct messages using the shared channel key instead of Public Key Cryptography (PKC), effectively downgrading the security of communications. The attacker can also modify node details such as full name and short code, and maintain persistence by periodically resending forged NodeInfo packets.

Critical Impact

Attackers can spoof node identity and force communication downgrades from PKC to shared channel encryption, enabling potential eavesdropping and node impersonation across the mesh network.

Affected Products

  • Meshtastic Firmware versions prior to 2.7.6.834c3c5
  • All Meshtastic mesh network deployments using vulnerable firmware
  • Devices communicating with compromised nodes in the mesh

Discovery Timeline

  • 2026-01-28 - CVE CVE-2025-55292 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2025-55292

Vulnerability Analysis

The vulnerability exploits a trust model weakness in Meshtastic's node identification architecture. Rather than binding node identity to cryptographic public keys, the system relies on NodeID values derived from MAC addresses, which can be easily spoofed. When combined with HAM mode's lack of encryption and authentication, this creates an attack surface where malicious actors can inject forged NodeInfo packets into the mesh network.

The attack enables adversaries to manipulate the NodeDB—the distributed database that mesh nodes use to track other participants. Once the NodeDB is poisoned with forged information indicating a victim node has HAM mode enabled, legitimate nodes will abandon PKC for that destination and fall back to shared channel key encryption, which provides weaker security guarantees.

Root Cause

The root cause is the Use of Less Trusted Source (CWE-348) in the node identification mechanism. Meshtastic's architecture trusts NodeID values without cryptographic verification against public keys, allowing attackers to claim any identity. The NodeDB update logic did not validate that incoming NodeInfo packets matched the existing public key associated with a NodeID, enabling information overwrite attacks.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker within range of the mesh network can:

  1. Observe legitimate NodeInfo broadcasts to identify target victim nodes
  2. Craft forged NodeInfo packets claiming the victim has HAM mode enabled
  3. Broadcast the forged packets, causing other nodes to update their NodeDB
  4. Maintain persistence by resending forged NodeInfo immediately after the victim sends legitimate updates
  5. Optionally modify other node attributes like long_name and short_name

The following patch demonstrates the security fix implemented in src/mesh/NodeDB.cpp:

cpp
         printBytes("Incoming Pubkey: ", p.public_key.bytes, 32);
 
         // Alert the user if a remote node is advertising public key that matches our own
-        if (owner.public_key.size == 32 && memcmp(p.public_key.bytes, owner.public_key.bytes, 32) == 0 && !duplicateWarned) {
-            duplicateWarned = true;
-            char warning[] = "Remote device %s has advertised your public key. This may indicate a compromised key. You may need "
-                             "to regenerate your public keys.";
-            LOG_WARN(warning, p.long_name);
-            meshtastic_ClientNotification *cn = clientNotificationPool.allocZeroed();
-            cn->level = meshtastic_LogRecord_Level_WARNING;
-            cn->time = getValidTime(RTCQualityFromNet);
-            sprintf(cn->message, warning, p.long_name);
-            service->sendClientNotification(cn);
+        if (owner.public_key.size == 32 && memcmp(p.public_key.bytes, owner.public_key.bytes, 32) == 0) {
+            if (!duplicateWarned) {
+                duplicateWarned = true;
+                char warning[] =
+                    "Remote device %s has advertised your public key. This may indicate a compromised key. You may need "
+                    "to regenerate your public keys.";
+                LOG_WARN(warning, p.long_name);
+                meshtastic_ClientNotification *cn = clientNotificationPool.allocZeroed();
+                cn->level = meshtastic_LogRecord_Level_WARNING;
+                cn->time = getValidTime(RTCQualityFromNet);
+                sprintf(cn->message, warning, p.long_name);
+                service->sendClientNotification(cn);
+            }
+            return false;
         }
     }
-    if (info->user.public_key.size > 0) { // if we have a key for this user already, don't overwrite with a new one

Source: GitHub Commit e5e8683

The patch adds a critical return false; statement that prevents NodeDB updates when a public key mismatch is detected, blocking the spoofing attack vector.

Detection Methods for CVE-2025-55292

Indicators of Compromise

  • Unexpected changes to node names, short codes, or other NodeDB attributes without user action
  • Multiple nodes reporting the same public key or conflicting node information
  • Legitimate nodes suddenly appearing as HAM mode enabled when they should be using PKC
  • Client notifications warning about duplicate public key advertisements
  • Rapid succession of NodeInfo packets for the same NodeID with conflicting attributes

Detection Strategies

  • Monitor for NodeInfo packets that advertise HAM mode for nodes previously configured with PKC encryption
  • Implement logging for all NodeDB update operations and flag public key mismatches
  • Deploy network monitoring to detect unusual patterns of NodeInfo broadcasts, particularly repeated transmissions following legitimate node updates
  • Alert on client notifications regarding duplicate public key advertisements

Monitoring Recommendations

  • Enable verbose logging on Meshtastic nodes to capture all NodeInfo processing events
  • Periodically audit NodeDB contents across mesh nodes for consistency
  • Monitor for anomalous communication patterns where PKC-enabled nodes suddenly receive shared channel encrypted messages
  • Track firmware versions across the mesh to identify unpatched nodes

How to Mitigate CVE-2025-55292

Immediate Actions Required

  • Update all Meshtastic firmware to version 2.7.6.834c3c5 or later immediately
  • Audit current NodeDB entries for any unexpected modifications to node attributes
  • If compromise is suspected, regenerate public keys for affected nodes
  • Review mesh network logs for any warning messages about duplicate public key advertisements

Patch Information

Meshtastic has released a security patch in firmware version 2.7.6.834c3c5 that addresses this vulnerability. The fix ensures that NodeDB updates are rejected when there is a public key mismatch, preventing attackers from overwriting legitimate node information. The patch is available via the official firmware commit. For detailed technical information, refer to the GitHub Security Advisory GHSA-45vg-3f35-7ch2.

Workarounds

  • Avoid using HAM mode in environments where node spoofing is a concern, as HAM mode by design lacks confidentiality and authentication
  • Implement physical security measures to limit attacker proximity to the mesh network
  • Monitor for unexpected NodeInfo changes and manually verify node configurations if anomalies are detected
  • Consider network segmentation to limit the blast radius of potential spoofing attacks
bash
# Verify firmware version on Meshtastic device
meshtastic --info | grep "Firmware"

# Update firmware to patched version
meshtastic --firmware-update 2.7.6.834c3c5

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMeshtastic

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-348
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-45vg-3f35-7ch2
  • Related CVEs
  • CVE-2025-55293: Meshtastic Firmware Auth Bypass Vulnerability

  • CVE-2025-24797: Meshtastic Firmware RCE 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