CRApr 5

Semantics Over Syntax: Uncovering Pre-Authentication 5G Baseband Vulnerabilities

arXiv:2604.0428372.2Has Code
AI Analysis

This addresses critical security flaws in 5G user equipment before authentication, impacting billions of smartphone users, and is novel in focusing on semantic rather than syntactic testing.

The paper tackled the problem of pre-authentication vulnerabilities in 5G baseband implementations by showing that syntactically valid but semantically inconsistent messages can cause crashes, and introduced Constraint-Guided Semantic Testing (ConSeT) to systematically generate such violations, uncovering 7 new vulnerabilities including 3 high-severity CVEs affecting over 542 smartphone models.

Modern 5G user equipment (UE) processes Radio Resource Control (RRC) configuration messages during early control-plane exchanges, before authentication and integrity protection are established. Prior work for testing 5G UEs has largely focused on constructing syntactically invalid inputs. In contrast, we show that syntactically valid but semantically inconsistent messages, which violate specification-level field constraints or cross-field dependencies, can drive baseband implementations into invalid states, triggering assertion failures or modem crashes. These findings reveal semantic inconsistencies in pre-authentication signaling as a critical yet underexplored attack surface in 5G UE implementations. To address this gap, we present Constraint-Guided Semantic Testing (ConSeT), a framework that systematically extracts specification-level constraints and leverages them to generate targeted semantic violations for testing 5G UEs. ConSeT decodes RRC messages into structured fields, derives schema-based rules, infers cross-field dependencies using a Large Language Model (LLM) in an evidence-bounded manner, and produces syntactically valid test cases that intentionally violate semantic constraints. We evaluate ConSeT on both commercial and open-source 5G UEs. On commercial smartphones, it uncovers 7 previously unknown vulnerabilities through responsible disclosure, including 3 high-severity CVEs, affecting 64 chipset models and over 542 commercially available smartphone models. On the open-source OAI UE, ConSeT additionally triggers 29 distinct crash sites.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes