SQL Injection Vulnerability in Mstfakts College-Management-System
A remote SQL injection vulnerability in Mstfakts College-Management-System allows unauthenticated attackers to execute arbitrary database commands via the book search handler.
CVE search metadata
CVE search record: CVE-2026-86213. Severity: high. CVSS: 7.3. KEV: no. Product: College-Management-System. Brief: SQL Injection Vulnerability in Mstfakts College-Management-System. Brief link: https://feed.craftedsignal.io/briefs/2026-09-cve-2026-86213/
What's new
- 1. added coverage for College-Management-System Sep 6, 14:46 via nvd
A critical SQL injection vulnerability, identified as CVE-2026-86213, exists in the Mstfakts College-Management-System. The flaw resides within the search handler functionality located in 'Front-end/university.php'. Specifically, the 'mysqli_query' function fails to properly sanitize user input provided through the 'book_name' and 'book_author' parameters. This vulnerability allows remote, unauthenticated attackers to manipulate database queries, potentially leading to unauthorized data exfiltration or administrative access to the backend database. The vulnerability has been confirmed with publicly available proof-of-concept exploits. The vendor utilizes a continuous delivery model and has not released a patch or version update to address this flaw as of the current reporting.
Impact
The vulnerability poses a high risk to educational institutions utilizing the Mstfakts College-Management-System. Successful exploitation enables attackers to bypass application-level security, potentially compromising sensitive student, faculty, and administrative data stored within the underlying database.
Recommendation
Detection engineering teams should focus on identifying anomalous HTTP requests targeting the vulnerable search parameters.
- Deploy Web Application Firewall (WAF) rules to inspect and filter input for SQL keywords (e.g., UNION, SELECT, OR 1=1) targeting the 'book_name' and 'book_author' parameters in the 'Front-end/university.php' endpoint.
- Monitor web server access logs for anomalous characters (e.g., ';', '--', '/*') in query strings associated with 'university.php'.
- Implement strict input validation and parameterized queries within the application source code if local modifications are possible, as the vendor has not released an official update.
Immediate actions
Review perimeter WAF logs for attempts to hit Front-end/university.php
Threat Hunt
Search logs for Front-end/university.php and look for query string anomalies
Data: Web server access logs
Mitigations
Implement WAF blocking for the identified SQL injection patterns
CVE-2026-86213
Detection coverage 1
Detects CVE-2026-86213 Exploitation - SQL Injection in University Search
highDetects attempts to exploit SQL injection in the Mstfakts College-Management-System via book_name or book_author parameters.
Detection queries are available on the platform. Get full rules →