First published: Mon Feb 08 2021(Updated: )
College Management System Php 1.0 suffers from SQL injection vulnerabilities in the index.php page from POST parameters 'unametxt' and 'pwdtxt', which are not filtered before passing a SQL query.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
College Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2020-26051 has a medium severity rating due to the potential for unauthorized access to sensitive data through SQL injection.
To fix CVE-2020-26051, sanitize and parameterize SQL queries to ensure that user inputs in 'unametxt' and 'pwdtxt' are properly validated.
CVE-2020-26051 affects College Management System PHP version 1.0.
CVE-2020-26051 can allow attackers to execute arbitrary SQL queries, potentially leading to data leakage or corruption.
There is no public information indicating that CVE-2020-26051 is actively exploited in the wild as of now.