CVE-2026-5669 Details
Description
A vulnerability has been found in Cyber-III Student-Management-System up to 1a938fa61e9f735078e9b291d2e6215b4942af3f. This vulnerability affects unknown code of the file /login.php of the component Parameter Handler. Such manipulation of the argument Password leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.
A time-based blind SQL injection vulnerability has been identified in the Cyber-III Student-Management-System in versions prior to 1a938fa61e9f735078e9b291d2e6215b4942af3f. The issue resides in the login.php file within the Parameter Handler component. The vulnerability arises because user-supplied input for the username and password parameters is directly concatenated into the SQL query without proper sanitization or the use of parameterized queries. While the application performs a strict type comparison after retrieving stored credentials—preventing a straightforward login bypass—an attacker can exploit this injection to extract sensitive data from the database using time-based techniques. This vulnerability can be exploited remotely, and a public exploit is available.
The vulnerability can be remediated by using parameterized queries or prepared statements to handle SQL query execution. This approach separates SQL logic from user input, preventing injection attacks. Developers can use MySQLi or PDO with prepared statements as a recommended practice.
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 Apr 6, 2026CISA-ADP
Assessed Apr 6, 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://github.com/Cyber-III/Student-Management-System/ | [email protected] | Vendor |
| https://github.com/Cyber-III/Student-Management-System/issues/240 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/submit/785942 | [email protected] | ExploitIssue TrackingTechnical Description |
| https://vuldb.com/vuln/355491 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/vuln/355491/cti | [email protected] | Content Wall |
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 |
|---|---|
| Cyber-III Student-Management-System | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 6, 2026 | New CVE Received | [email protected] |
Volerion