NLP-based Cross-Layer 5G Vulnerabilities Detection via Fuzzing Generated Run-Time Profiling
Zhuzhu Wang, Ying Wang

TL;DR
This paper presents an automated, machine learning-based method for detecting vulnerabilities and unintended behaviors in 5G stacks by analyzing run-time profiling data generated during fuzz testing, achieving high accuracy.
Contribution
It introduces a novel approach combining run-time profiling, feature space construction, and machine learning classification to detect 5G vulnerabilities automatically.
Findings
Detection accuracy ranges from 93.4% to 95.9%.
Effective in identifying and prioritizing real-time vulnerabilities.
Applicable to critical 5G infrastructure and applications.
Abstract
The effectiveness and efficiency of 5G software stack vulnerability and unintended behavior detection are essential for 5G assurance, especially for its applications in critical infrastructures. Scalability and automation are the main challenges in testing approaches and cybersecurity research. In this paper, we propose an innovative approach for automatically detecting vulnerabilities, unintended emergent behaviors, and performance degradation in 5G stacks via run-time profiling documents corresponding to fuzz testing in code repositories. Piloting on srsRAN, we map the run-time profiling via Logging Information (LogInfo) generated by fuzzing test to a high dimensional metric space first and then construct feature spaces based on their timestamp information. Lastly, we further leverage machine learning-based classification algorithms, including Logistic Regression, K-Nearest Neighbors,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Testing and Debugging Techniques · Advanced Malware Detection Techniques · Software Reliability and Analysis Research
MethodsTest · Logistic Regression
