CVE-2026-86214
7.3Mstfakts · College-Management-System
Mstfakts College-Management-System contains an authentication flaw in the registration process that allows unauthenticated attackers to hijack pre-provisioned student or lecturer identities.
Executive summary
An unauthenticated remote attacker can hijack pre-provisioned academic identities in the Mstfakts College-Management-System, leading to unauthorized access to sensitive personal and academic records.
Vulnerability
This is an improper authentication vulnerability (CWE-287) located in the registration logic of Front-end/server.php. The application fails to verify email ownership or authorization during registration, allowing an unauthenticated attacker to link their account to any existing, unclaimed student or lecturer email address.
Business impact
Successful exploitation grants an attacker full access to the victim's profile, exposing sensitive information such as birth dates, GPAs, student IDs, and library records. Furthermore, the attacker can perform unauthorized actions on behalf of the victim, such as modifying club memberships or academic program data. Given the CVSS score of 7.3, this represents a significant risk to data privacy and institutional integrity.
Remediation
Immediate Action: As no official patch is available, administrators should immediately restrict public access to the registration page or implement manual verification processes for all new user registrations until the vendor provides a secure update.
Proactive Monitoring: Review database logs for suspicious registration activity, specifically monitoring for account creations that utilize institutional email domains without corresponding verification tokens.
Compensating Controls: Deploy a Web Application Firewall (WAF) to block suspicious POST requests to the registration endpoint and implement strict network-level access controls to limit access to the registration module to authorized campus networks.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue report linked in the CVE references.
Analyst recommendation
The severity of this vulnerability is high due to the potential for complete identity theft and unauthorized access to academic records. Organizations currently running the affected software must treat this as a priority. Since no vendor patch exists, immediate mitigation through restrictive access or disabling the registration feature is the only effective way to prevent unauthorized account takeovers.
More Mstfakts CVEs
Sources
Originally found and disclosed by Yangqiangfeng (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-399350 | Mstfakts College-Management-System login.php improper authentication Vulnerability database entry
- VDB-399350 | CTI Indicators (IOB, IOC, IOA)
- CVE-2026-86214 | CVE Analysis and Report Third-party advisory
- Submit #897250 | Mstfakts College-Management-System 82ab01d057d96c8893c419cd9cb6870120faaea3 Improper Authentication Third-party advisory
- Exploit / PoC