First published: Mon Feb 15 2021(Updated: )
Teachers Record Management System 1.0 is affected by a SQL injection vulnerability in 'searchteacher' POST parameter in search-teacher.php. This vulnerability can be exploited by a remote unauthenticated attacker to leak sensitive information and perform code execution attacks.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Teachers Record Management System Project Teachers Record Management System | =1.0 | |
Phpgurukul Teachers Record Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-26822 is a SQL injection vulnerability in the Teachers Record Management System 1.0.
CVE-2021-26822 allows remote unauthenticated attackers to exploit a SQL injection vulnerability in the 'searchteacher' POST parameter in search-teacher.php, leading to information leakage and code execution attacks.
CVE-2021-26822 has a severity rating of critical (9.8).
CVE-2021-26822 can be exploited by submitting malicious SQL code in the 'searchteacher' POST parameter in search-teacher.php.
To fix CVE-2021-26822, it is recommended to sanitize user input and use prepared statements or parameterized queries to mitigate SQL injection attacks.