CVE-2026-42566
Received Received - Intake

Buffer Overflow in Meshtastic Firmware

Vulnerability report for CVE-2026-42566, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-20

Last updated on: 2026-07-20

Assigner: GitHub, Inc.

Description

Meshtastic is an open source mesh networking solution. Prior to version 2.7.23.b246bcd, a single node advertising a User.long_name that contains a malformed character encoding can render other radios unusable over BLE when managed through the iOS app. The malformed name does not need to be maliciously crafted β€” it can arise from ordinary buffer truncation and has been observed occurring naturally in the wild. At least one code path could place a null terminator in the middle of a multibyte sequence, leaving a malformed User.long_name in the node database. The problem surfaced downstream: the iOS app enforced encoding validation and therefore cannot parse a node database once it contains a poisoned entry. This caused BLE sync to enter a fail/retry loop, resulting in loss of control over the affected device. For a typical user managing their radio with the iOS app, the device becomes effectively unusable until the poisoned node ages out of the on-device database, or unless they have an alternate management path (e.g., the Python CLI, which can be used to identify and remove the offending entries manually). Because the malformed name propagates through the mesh, the temporary presence of a single affected node can degrade BLE management for iOS users across a wide geographical area for an extended period. Less technical users have no straightforward recovery path. Starting in version 2.7.23.b246bcd, the firmware has added input sanitization and regression tests demonstrating recovery for already-poisoned devices. The apps have also taken steps to ensure more graceful handling of malformed encoding sequences as well.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-20
Last Modified
2026-07-20
Generated
2026-07-20
AI Q&A
2026-07-20
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
meshtastic meshtastic to 2.7.23.b246bcd (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-20 The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a flaw in Meshtastic firmware versions before 2.7.23.b246bcd where a malformed character encoding in a node's User.long_name field can cause BLE management issues via the iOS app. The malformed name may occur naturally and corrupt the node database, leading to a fail/retry loop during BLE sync and loss of device control.

Detection Guidance

Check the User.long_name field in the node database for malformed character encoding using the Python CLI. Look for entries with unexpected null terminators or truncated multibyte sequences. Use commands like 'meshtastic --nodes' to inspect node details and identify poisoned entries.

Impact Analysis

If you manage a Meshtastic device using the iOS app, this vulnerability can make your device unusable until the corrupted entry is removed. The issue may also affect other devices in your mesh network, causing widespread BLE management problems across a large area.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It primarily impacts the functionality and usability of Meshtastic devices when managed via the iOS app due to malformed character encoding in node names. There is no indication of data exposure, unauthorized access, or privacy violations that would trigger compliance requirements under these regulations.

Mitigation Strategies

Upgrade to Meshtastic firmware version 2.7.23.b246bcd or later to enable input sanitization. Use the Python CLI to manually remove offending entries from the node database. Avoid using the iOS app until the firmware is updated to prevent BLE sync issues.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-42566. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart