Benchmarking Attacks on Learning with Errors
Emily Wenger, Eshika Saxena, Mohamed Malhou, Ellie Thieu, Kristin Lauter
TL;DR
This work addresses the need for concrete security evaluation of standardized LWE parameters used in systems like KYBER and HE by introducing the first practical LWE attack benchmarks. It benchmarks four attacks—uSVP, SALSA, Cool & Cruel, and Dual Hybrid MitM—on KYBER-like MLWE and HE-like RLWE/MLWE settings, extending attacks with cliff shifting, rotation tricks, slope distinguishers, and preprocessing innovations. The key findings show SALSA and Cool & Cruel recovering binomial secrets with $h=9$–$11$ in $28$–$36$ hours for Kyber, while Dual Hybrid MitM solves Decision-LWE for $h le 4$ in under an hour; uSVP largely fails within $1100$ hours. The work also exposes gaps between theoretical estimates and practical performance, provides open-source tooling, and lays a foundation for broader benchmarking and attack optimization in LWE security research.
Abstract
Lattice cryptography schemes based on the learning with errors (LWE) hardness assumption have been standardized by NIST for use as post-quantum cryptosystems, and by HomomorphicEncryption.org for encrypted compute on sensitive data. Thus, understanding their concrete security is critical. Most work on LWE security focuses on theoretical estimates of attack performance, which is important but may overlook attack nuances arising in real-world implementations. The sole existing concrete benchmarking effort, the Darmstadt Lattice Challenge, does not include benchmarks relevant to the standardized LWE parameter choices - such as small secret and small error distributions, and Ring-LWE (RLWE) and Module-LWE (MLWE) variants. To improve our understanding of concrete LWE security, we provide the first benchmarks for LWE secret recovery on standardized parameters, for small and low-weight (sparse) secrets. We evaluate four LWE attacks in these settings to serve as a baseline: the Search-LWE attacks uSVP, SALSA, and Cool & Cruel, and the Decision-LWE attack: Dual Hybrid Meet-in-the-Middle (MitM). We extend the SALSA and Cool & Cruel attacks in significant ways, and implement and scale up MitM attacks for the first time. For example, we recover hamming weight $9-11$ binomial secrets for KYBER ($κ=2$) parameters in $28-36$ hours with SALSA and Cool\&Cruel, while we find that MitM can solve Decision-LWE instances for hamming weights up to $4$ in under an hour for Kyber parameters, while uSVP attacks do not recover any secrets after running for more than $1100$ hours. We also compare concrete performance against theoretical estimates. Finally, we open source the code to enable future research.
