SNOW-SCA: ML-assisted Side-Channel Attack on SNOW-V
Harshit Saurabh, Anupam Golder, Samarth Shivakumar Titti, Suparna Kundu, Chaoyun Li, Angshuman Karmakar, Debayan Das
TL;DR
This work reveals a practical power side-channel vulnerability in SNOW-V, a 5G stream cipher candidate, by combining known-key correlation, CPA, and a machine-learning-based LDA classifier to recover a 256-bit secret key on a Cortex-M4. The attack isolates leakage to the LFSR update, reduces key-search to per-byte CPA, and resolves ghost peaks with LDA, achieving key recovery with fewer than 50 traces in measurements and 100% LSB accuracy with under 200 traces in training. Incremental byte-wise recovery enables full key reconstruction, and the authors propose effective countermeasures, notably Boolean masking, which yields strong resilience, while constant-time measures alone are insufficient. The findings underscore the importance of both software-level resistant design and circuit-level defenses for SCA resilience in next-generation mobile standards.
Abstract
This paper presents SNOW-SCA, the first power side-channel analysis (SCA) attack of a 5G mobile communication security standard candidate, SNOW-V, running on a 32-bit ARM Cortex-M4 microcontroller. First, we perform a generic known-key correlation (KKC) analysis to identify the leakage points. Next, a correlation power analysis (CPA) attack is performed, which reduces the attack complexity to two key guesses for each key byte. The correct secret key is then uniquely identified utilizing linear discriminant analysis (LDA). The profiled SCA attack with LDA achieves 100% accuracy after training with $<200$ traces, which means the attack succeeds with just a single trace. Overall, using the \textit{combined CPA and LDA attack} model, the correct secret key byte is recovered with <50 traces collected using the ChipWhisperer platform. The entire 256-bit secret key of SNOW-V can be recovered incrementally using the proposed SCA attack. Finally, we suggest low-overhead countermeasures that can be used to prevent these SCA attacks.
