CVE-2026-86213 Details
Description
A vulnerability was found in Mstfakts College-Management-System. This issue affects the function mysqli_query of the file Front-end/university.php of the component Search Handler. The manipulation of the argument book_name/book_author results in sql injection. The attack may be performed from remote. The exploit has been made public and could be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
A SQL injection vulnerability has been identified in the Mstfakts College Management System, specifically within the book search feature of the 'university.php' and 'faculty.php' files. This vulnerability arises because the application concatenates unauthenticated POST data into SQL queries without proper sanitization or the use of prepared statements. As a result, a remote attacker can exploit this flaw to manipulate SQL queries and retrieve sensitive data from the database, such as information from the 'visitor' table, including email addresses, phone numbers, and account types.
To address this vulnerability, implement prepared statements for SQL queries in both the 'university.php' and 'faculty.php' files. Additionally, ensure that authentication and authorization checks are performed before accessing the book search feature, especially if the data is not meant to be publicly available.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 6, 2026CISA-ADP
Assessed Sep 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://vuldb.com/submit/897249 | CISA-ADP | Issue TrackingPermission Required |
| https://github.com/Mstfakts/College-Management-System/ | [email protected] | ProductVendor |
| https://github.com/Mstfakts/College-Management-System/issues/5 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/cve/CVE-2026-86213 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/897249 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/399349 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/399349/cti | [email protected] | AdvisoryPermission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Mstfakts College-Management-System | 82ab01d057d96c8893c419cd9cb6870120faaea3 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 10, 2026 | CVE Modified | CISA-ADP |
| Sep 6, 2026 | New CVE Received | [email protected] |
Volerion