CVE-2026-9470 Details
Description
A security vulnerability has been detected in yashpokharna2555 StudentManagementSystem cb2f558ddf8d19396de0f92abf2d224d46a0a203. This affects the function confirm_logged_in of the file student_trans.php. Such manipulation of the argument FIRST_NAME/Last_Name/EMAIL leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed publicly 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 SQL injection vulnerability has been identified in the Yashpokharna2555 Student Management System, specifically in the student_trans.php file. The issue arises in the confirm_logged_in function, where user-supplied POST parameters, including FIRST_NAME, Last_Name, and EMAIL, are directly concatenated into an SQL INSERT statement without proper sanitization or the use of parameterized queries. This vulnerability allows for unauthorized data insertion, including the potential for cross-site scripting (XSS) payloads, into the database. Additionally, the student_trans.php file lacks authentication checks, leaving the endpoint accessible to anyone without a valid session cookie.
To address this vulnerability, implement authentication by including session.php and calling confirm_logged_in() at the beginning of student_trans.php. Additionally, use prepared statements to prevent SQL injection by binding user inputs as parameters in the SQL query. Validate and sanitize all user inputs to remove any potentially harmful content, such as HTML tags.
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 May 25, 2026CISA-ADP
Assessed May 28, 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/yashpokharna2555/StudentManagementSystem/ | [email protected] | Source CodeVendor |
| https://github.com/yashpokharna2555/StudentManagementSystem/issues/3 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/submit/814001 | [email protected] | Permission Required |
| https://vuldb.com/vuln/365451 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/365451/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 |
|---|---|
| yashpokharna2555 StudentManagementSystem | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 25, 2026 | New CVE Received | [email protected] |
Volerion