Enhanced LLM-Based Framework for Predicting Null Pointer Dereference in Source Code
Md. Fahim Sultan, Tasmin Karim, Md. Shazzad Hossain Shaon, Mohammad, Wardat, Mst Shapna Akter

TL;DR
This paper introduces DeLLNeuN, a fine-tuned large language model designed to predict null pointer dereference vulnerabilities in source code, demonstrating high accuracy and efficiency for proactive security in software development.
Contribution
The study presents a novel LLM-based approach for vulnerability detection, specifically targeting null pointer dereference issues, with improvements in model performance and efficiency.
Findings
Achieved 87% accuracy in vulnerability prediction.
Attained 88% precision on the dataset.
Demonstrated effectiveness as an early vulnerability checker.
Abstract
Software security is crucial in any field where breaches can exploit sensitive data, and lead to financial losses. As a result, vulnerability detection becomes an essential part of the software development process. One of the key steps in maintaining software integrity is identifying vulnerabilities in the source code before deployment. A security breach like CWE-476, which stands for NULL pointer dereferences (NPD), is crucial because it can cause software crashes, unpredictable behavior, and security vulnerabilities. In this scientific era, there are several vulnerability checkers, where, previous tools often fall short in analyzing specific feature connections of the source code, which weakens the tools in real-world scenarios. In this study, we propose another novel approach using a fine-tuned Large Language Model (LLM) termed "DeLLNeuN". This model leverages the advantage of…
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 Engineering Research · Web Application Security Vulnerabilities · Advanced Malware Detection Techniques
