First published: Mon May 06 2024(Updated: )
SQL injection vulnerability in add_friends.php in campcodes Complete Web-Based School Management System 1.0 allows attacker to execute arbitrary SQL commands via the friend_index parameter.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Campcodes School Management Software | ||
Campcodes School Management Software | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-33405 is classified as a high-severity SQL injection vulnerability that can allow attackers to execute arbitrary SQL commands.
To fix CVE-2024-33405, validate and sanitize user inputs for the 'friend_index' parameter and implement proper parameterized queries or prepared statements.
CVE-2024-33405 affects Campcodes Complete Web-Based School Management System version 1.0.
CVE-2024-33405 is an SQL injection vulnerability that allows attackers to manipulate SQL queries.
Yes, exploiting CVE-2024-33405 can potentially lead to unauthorized access to sensitive data stored in the database.