BitChat iOS BLE Mesh Cache Poisoning via RSR and TTL Authent... - #2741
Open
carlospolop wants to merge 1 commit into
Open
BitChat iOS BLE Mesh Cache Poisoning via RSR and TTL Authent...#2741carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://barghest.asia/blog/bitchat-cache-poisoning Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > iOS Pentesting > BLE Mesh and Gossip Protocol Attacks, with a cross-reference from Radio Hacking > Pentesting BLE - Bluetooth Low Energy". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
BARGHEST discovered a self-propagating cache-poisoning vulnerability chain in BitChat iOS 1.15.0, a decentralized offline messaging application that discovers peers and relays data through a Bluetooth Low Energy (BLE) gossip mesh. The issue was identified on January 26, 2026, responsibly disclosed on January 28, 2026, and patched in production and the Apple App Store on January 28, 2026 through PR
fix iOS BLE mesh authentication issues in BLEService#998...🔧 Technical DetailsTransport identity confusion: Never use an identity copied from attacker-controlled packet fields as the authoritative identity for authorization, replay-window, synchronization, or freshness decisions. Bind the protocol identity to the observed or authenticated transport connection. Otherwise, an attacker can spoof a peer ID and access security state maintained for another identity.
Synchronization-response window abuse: A valid discovery or announcement message may be abused to deliberately create a temporary response window. If a response flag causes timestamp or replay checks to be skipped, an attacker can mark arbitrary packets as synchronization responses during that window. Responses should be cryptographically tied to a specific request, transport peer, authenticated identity, and nonce rather than accepted from a self-declared packet ID and flag.
Attacker-controlled metadata used as proof of local origin: Fields...
🤖 Agent Actions
Implemented the HackTricks update.
Changes
src/todo/radio-hacking/pentesting-ble-bluetooth-low-energy.mdsrc/mobile-pentesting/ios-pentesting/README.mdValidation
git diff --checkpassed.mdbookwas not installed, so a full build could not be run.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.