Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from Vendor (VulDB) · only source for this CVE.
CVSS VectorVendor: VulDB
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
3DescriptionCVE.org
A vulnerability was identified in imvks786 student_management_system up to 9599b560ad3c3b83e75d328b76bedcd489ef1f46. This affects an unknown function of the file /index.ph of the component Login. Such manipulation of the argument usr/pwd leads to sql injection. The attack can be executed remotely. The exploit is publicly available and might be used. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The project was informed of the problem early through an issue report but has not responded yet.
AnalysisAI
SQL injection in imvks786 Student Management System (rolling release up to commit 9599b560) allows remote unauthenticated attackers to manipulate the usr and pwd parameters of /index.ph in the Login component to inject arbitrary SQL. Publicly available exploit code exists per VulDB, though the project is on a rolling release with no tagged fix and the maintainer has not responded to the issue report. No CISA KEV listing and no EPSS score is provided, but the trivial network-reachable login vector makes opportunistic scanning likely.
Technical ContextAI
The affected component is a PHP-based web application (imvks786/student_management_system on GitHub) that exposes a Login endpoint at /index.ph accepting usr and pwd parameters. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning the login handler concatenates user-supplied credentials directly into a SQL query without parameterized statements or proper escaping. Per CPE cpe:2.3:a:imvks786:student_management_system:*:*:*:*:*:*:*:*, all versions up to commit 9599b560ad3c3b83e75d328b76bedcd489ef1f46 are in scope, and because the project uses a rolling release model there is no semantic version boundary distinguishing vulnerable from fixed code.
RemediationAI
No vendor-released patch identified at time of analysis - the maintainer was notified via the GitHub issue but has not responded, and the rolling release model provides no fixed version to upgrade to. As compensating controls, operators should remove the application from internet exposure or place it behind an authenticated reverse proxy or VPN, and deploy a Web Application Firewall rule blocking SQL meta-characters (single quote, UNION, --, ;) on POST parameters usr and pwd to /index.ph, accepting the trade-off that legitimate credentials containing apostrophes will be rejected. Locally patch the Login handler to use PDO or mysqli prepared statements with bound parameters for usr and pwd before redeploying, and rotate any database credentials that may have been exposed; consult https://vuldb.com/vuln/369147 and the GitHub issue at https://github.com/imvks786/student_management_system/issues/1 for tracking upstream remediation.
More in Student Management System
View allA vulnerability, which was classified as critical, was found in SourceCodester Student Management System. Rated critical
Kabir Alhasan Student Management System 1.0 is vulnerable to Authentication Bypass via "Username: admin'# && Password: (
phpgurukul Student Management System 1.0 is vulnerable to SQL Injection in studentms/admin/search.php via the searchdata
A vulnerability classified as critical has been found in itsourcecode Student Management System 1.0. Rated medium severi
A vulnerability classified as critical has been found in SourceCodester Student Management System 1.0. Rated medium seve
A vulnerability classified as critical has been found in ningzichun Student Management System 1.0. Rated critical severi
A vulnerability was found in ningzichun Student Management System 1.0. Rated critical severity (CVSS 9.8), this vulnerab
Authentication bypass in ealpha072's Student-Management-System PHP application exposes the administrative backend to rem
Authentication bypass in sayan365's Student Management System exposes multiple protected endpoints to remote unauthentic
SQL injection in itsourcecode Student Management System 1.0 allows remote attackers to execute arbitrary SQL commands vi
SQL injection in itsourcecode Student Management System 1.0 allows remote attackers to manipulate database queries via t
SQL injection in itsourcecode Student Management System version 1.0 allows remote, unauthenticated attackers to execute
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35154
GHSA-3pq7-6jpj-cm4p