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
    • 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 Auth Bypass Vulnerability

CVE-2025-55292 is an authentication bypass vulnerability in Meshtastic that allows attackers to forge NodeInfo and intercept communications by exploiting HAM mode. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2025-55292 Overview

CVE-2025-55292 is a high-severity authentication bypass vulnerability affecting the Meshtastic open source mesh networking solution. The vulnerability stems from a fundamental architectural flaw where nodes are identified by their NodeID (derived from MAC address) rather than their public key, enabling attackers to forge NodeInfo messages and compromise the security of the mesh network.

Critical Impact

Attackers can forge NodeInfo on behalf of victim nodes, enabling message interception and persistent node impersonation across the mesh network.

Affected Products

  • Meshtastic firmware versions prior to 2.7.6.834c3c5
  • All Meshtastic mesh network deployments using NodeID-based authentication
  • Meshtastic devices operating in or susceptible to HAM mode configuration

Discovery Timeline

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

Technical Details for CVE-2025-55292

Vulnerability Analysis

The vulnerability exploits a weakness in Meshtastic's node identification architecture. In the current implementation, nodes are identified by their NodeID, which is generated from the device's MAC address rather than cryptographic public keys. This design choice significantly downgrades the security posture of the mesh network.

The attack specifically abuses the HAM (amateur radio) mode, which by design does not use encryption to comply with amateur radio regulations. An attacker can exploit this by forging a NodeInfo message on behalf of a victim node, falsely advertising that the victim has HAM mode enabled. When other nodes in the mesh receive this forged information, they overwrite their NodeDB with the malicious data.

Once the NodeDB is corrupted, nodes attempting to send direct messages to the victim will use the shared channel key instead of Public Key Cryptography (PKC), effectively bypassing the end-to-end encryption that would normally protect these communications. This allows the attacker to potentially intercept or manipulate messages intended for the victim.

Root Cause

The root cause is classified under CWE-348 (Use of Less Trusted Source). The fundamental issue lies in trusting NodeID (MAC-derived) as the authoritative identifier for nodes instead of cryptographic public keys. This trust model allows any network participant to claim identity of another node without cryptographic proof of ownership, as long as they can construct valid-looking NodeInfo messages.

Attack Vector

The attack is network-based and can be executed without authentication or user interaction. An attacker with access to the mesh network can:

  1. Observe the victim's NodeID on the network
  2. Craft a forged NodeInfo packet claiming the victim has HAM mode enabled
  3. Broadcast this forged NodeInfo to other nodes on the mesh
  4. Wait for nodes to update their NodeDB with the malicious information
  5. Maintain persistence by resending the forged NodeInfo periodically, especially immediately after the victim broadcasts their legitimate NodeInfo

The vulnerability enables both confidentiality compromise through message interception and integrity violations through node detail manipulation (full name, short code, etc.).

Detection Methods for CVE-2025-55292

Indicators of Compromise

  • Unexpected changes in node configuration appearing in NodeDB without legitimate administrative action
  • Nodes suddenly appearing with HAM mode enabled when they should be using PKC
  • Inconsistencies between a node's advertised capabilities and its historical configuration
  • Rapid or repeated NodeInfo updates for the same NodeID from different sources

Detection Strategies

  • Monitor for NodeInfo messages that change a node's encryption mode from PKC to HAM mode unexpectedly
  • Implement logging of all NodeDB changes to track unauthorized modifications
  • Compare incoming NodeInfo data against known baseline configurations for critical nodes
  • Deploy network analysis to detect NodeInfo messages originating from unexpected sources

Monitoring Recommendations

  • Enable verbose logging on mesh network gateways to capture all NodeInfo exchanges
  • Establish baseline node configurations and alert on deviations
  • Monitor for patterns indicating NodeInfo race conditions (rapid consecutive updates)
  • Consider implementing out-of-band verification for critical node configuration changes

How to Mitigate CVE-2025-55292

Immediate Actions Required

  • Upgrade all Meshtastic firmware to version 2.7.6.834c3c5 or later immediately
  • Review NodeDB on all mesh nodes for unexpected HAM mode configurations
  • Verify the integrity of critical node configurations across the network
  • Consider temporarily isolating untrusted nodes until patches are deployed

Patch Information

A patch is available in Meshtastic firmware version 2.7.6.834c3c5. The fix addresses the NodeInfo forgery vulnerability by implementing additional validation. For technical details, refer to the firmware commit e5e8683cdba133e726033101586c3235a8678893 and the GitHub Security Advisory GHSA-45vg-3f35-7ch2.

Workarounds

  • Avoid using HAM mode unless required for regulatory compliance
  • Implement network segmentation to limit the blast radius of potential attacks
  • Manually verify and restore NodeDB configurations if tampering is suspected
  • Consider out-of-band verification mechanisms for critical node identity changes
bash
# Firmware update verification
# After updating, verify the firmware version includes the security patch
meshtastic --info | grep -i version
# Expected output should show version 2.7.6.834c3c5 or later

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.01%

  • 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
  • Technical References
  • GitHub Firmware Commit

  • 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