FINDING · DETECTION
TCP fragmentation before the SNI extension circumvents the GFW, but TCP fragmentation placing the SNI in the first TCP segment does not. The paper notes the GFW is showing 'the first signs of successfully handling TCP fragmentation,' indicating active hardening of TCP-layer circumvention that makes TLS-layer techniques increasingly necessary.
From 2023-niere-poster — Poster: Circumventing the GFW with TLS Record Fragmentation · §3, Table 1 · 2023 · ACM CCS 2023 (poster)
Implications
- Do not rely solely on TCP-layer fragmentation for SNI evasion given active GFW hardening; adopt TLS record fragmentation which works regardless of where the split falls relative to the SNI extension.
- When TCP fragmentation is used, verify the split occurs before the SNI extension bytes begin — fragmenting after the SNI appears in the first segment provides no protection.
Tags
Extracted by claude-sonnet-4-6 — review before relying.