In banking information systems, databases containing customer information, contracts, and transactions play a critical role. However, these databases are in-creasingly targeted by cyberattacks aimed at stealing sensitive information. Among these threats, SQL injection (SQLi) remains one of the most prevalent cybersecurity risks to web applications and databases in banking systems, ne-cessitating the development of advanced detection strategies to mitigate poten-tial damage. To address this issue, artificial intelligence (AI) has emerged as a powerful tool for detecting SQLi attacks. This study proposes a novel hybrid model that integrates BERT (Bidirectional Encoder Representations from Transformers) and BiLSTM (Bidirectional Long Short-Term Memory) net-works, leveraging BERT's contextual understanding and LSTM's ability to cap-ture sequential dependencies for highly effective and accurate SQLi detection. The research utilizes a publicly available and widely adopted benchmark dataset containing 30,609 labeled SQL queries, including 19,268 benign queries and 11,341 SQLi queries. Several essential preprocessing steps, such as tokeniza-tion, noise removal, and normalization, were applied before model training to enhance data quality. Experimental results demonstrate that the proposed BERT-BiLSTM hybrid model outperforms existing techniques, including Deci-sion Trees, Support Vector Machines (SVM), RNN, CNN-BiLSTM, and DNN-RHM, achieving an accuracy of 0.9994, precision of 0.9995, recall of 0.9991, and an F1-score of 0.9993. These findings highlight the model's potential for real-world deployment, strengthening system defense mechanisms, reducing the risk of data breaches, and improving compliance with cybersecurity standards. By integrating advanced contextual and sequential learning techniques, the pro-posed model provides a scalable and adaptable solution for enhancing the secu-rity of web applications and databases in banking information systems.