Impact
A flaw in the Student Admission System 1.0 allows attackers to execute SQL injection via manipulation of the eid and did parameters in the /index.php page. The vulnerability is a classic example of CWE-74 (Improper Neutralization of Special Elements used in an Expression) and CWE-89 (SQL Injection) and can lead to unauthorized data access, data modification, or denial of service. Based on the description, the attack is possible to be carried out remotely by submitting crafted requests to the vulnerable endpoints.
Affected Systems
The affected product is code‑projects Student Admission System version 1.0. The vulnerable function is within /index.php and accepts user-supplied eid/did parameters without proper validation or sanitization.
Risk and Exploitability
The CVSS score of 6.9 indicates a moderate severity vulnerability. The EPSS score is not available, but the fact that an exploit has already been published suggests a higher likelihood of real-world exploitation. The vulnerability is not listed in the CISA KEV catalog. Attackers can remotely send crafted requests to the vulnerable endpoint, bypass authentication checks on the input parameters, and execute arbitrary SQL queries against the underlying database.
OpenCVE Enrichment