CVE-2024-37896: SQL injection vulnerability in Gin-vue-admin
Gin-vue-admin is a backstage management system based on vue and gin. Gin-vue-admin <= v2.6.5 has SQL injection vulnerability. The SQL injection vulnerabilities occur when a web application allows users to input data into SQL queries without sufficiently validating or sanitizing the input. Failing to properly enforce restrictions on user input could mean that even a basic form input field can be used to inject arbitrary and potentially dangerous SQL commands. This could lead to unauthorized access to the database, data leakage, data manipulation, or even complete compromise of the database server. This vulnerability has been addressed in commit 53d033821 which has been included in release version 2.6.6. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2024-37896?
CVE-2024-37896 is classified with a high severity due to its potential to allow SQL injection and compromise database integrity.
How do I fix CVE-2024-37896?
To remediate CVE-2024-37896, upgrade Gin-vue-admin to a version later than v2.6.5 and implement proper input validation and sanitization.
Which versions of Gin-vue-admin are affected by CVE-2024-37896?
CVE-2024-37896 affects Gin-vue-admin versions up to and including v2.6.5.
What causes the vulnerability in CVE-2024-37896?
The vulnerability in CVE-2024-37896 arises from the lack of sufficient validation or sanitization of user input in SQL queries.
Can CVE-2024-37896 affect my application?
If your application is using Gin-vue-admin version v2.6.5 or earlier, it is vulnerable to CVE-2024-37896 and should be addressed immediately.