FINDING · DETECTION
Fragging-like attacks on Tor allow an adversary controlling the entry node to encode at least a 1-bit confirmation signal by dropping a single stream cell and observing circuit teardown (caused by encryption-state desynchronization between client and exit relay). If the adversary knows the expected cell count, they can select which cell to drop and thereby encode log(n) bits of information to the exit relay.
From 2026-schadt-breaking-partially-fixing — Breaking and (Partially) Fixing Onion Routing with Fragmentation · §4.2 · 2026 · PoPETs 2026
Implications
- Tor's current mitigation (client-side anomaly detection) is reactive; a proactive defense requires integrity protection over the entire stream payload at each hop, not just the header—otherwise cell-drop tagging remains viable.
- Circuit-level padding or cover traffic does not address this attack because the signal is carried by circuit teardown, not by traffic volume or timing.
Tags
Extracted by claude-sonnet-4-6 — review before relying.