CVE-2026-2171

7.3

code-projects · Online Student Management System

The Online Student Management System 1.0 is vulnerable to remote SQL injection in the login component via the accounts.php file, allowing unauthenticated attackers to manipulate database queries.

Executive summary

A critical SQL injection vulnerability in the code-projects Online Student Management System 1.0 allows unauthenticated remote attackers to compromise database integrity.

Vulnerability

This vulnerability is a SQL injection flaw (CWE-89) located in the accounts.php file within the login component. It allows an unauthenticated, remote attacker to execute arbitrary SQL commands by injecting malicious input into the username or password fields.

Business impact

Successful exploitation of this vulnerability can lead to unauthorized access to student records, sensitive user credentials, and potential database manipulation or data exfiltration. Given the CVSS score of 7.3, this represents a high-severity risk that could lead to significant reputational damage and a breach of data privacy compliance requirements.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict network access to the login interface and consider disabling the affected service until a secure version is released.

Proactive Monitoring: Security teams should monitor web server logs for anomalous patterns in login requests, specifically looking for SQL syntax characters or unexpected input lengths in the username and password fields.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection attempts targeting the login endpoint.

Exploitation status

Public Exploit Available: Yes — a public proof-of-concept exists as documented in the referenced security vulnerability database entries.

Analyst recommendation

Due to the public availability of exploit material and the lack of a vendor-provided patch, this vulnerability poses a significant risk to the confidentiality and integrity of the system. Organizations currently running version 1.0 of the Online Student Management System should move to implement strict network-level mitigations immediately and prioritize the transition to a more secure platform or version as soon as one becomes available.

More code-projects CVEs

Sources

Originally found and disclosed by imcoming (VulDB User), per the CVE Program record.