A vulnerability was found in yashpokharna2555 StudentManagementSystem up to cb2f558ddf8d19396de0f92abf2d224d46a0a203. Affected by this issue is the function confirm_logged_in of the file /studentdel.php. The manipulation of the argument ID results in sql injection. The attack may be launched remotely. The exploit has been made public and could be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The project was informed of the problem early through an issue report but has not responded yet.
StudentManagementSystem has a reported remote SQL injection issue in studentdel.php. A public exploit exists, and the project reportedly has not responded. The main business risk is unauthorized database access or modification in any exposed deployment using the affected codebase.
Executive priority
Treat this as urgent for any exposed deployment because the issue is remotely reachable, public exploit information exists, and no fixed release is identified in the sources.
Technical view
The report identifies CWE-89/CWE-74 in the confirm_logged_in function of /studentdel.php, triggered through the ID argument. VulDB assigns CVSS v2 7.5 with network access, low complexity, and no authentication. Affected code is identified up to commit cb2f558ddf8d19396de0f92abf2d224d46a0a203.
Likely exposure
Exposure appears limited to organizations running yashpokharna2555 StudentManagementSystem, especially internet-facing deployments. Because the project uses rolling releases, version-based detection is weak; validate by repository, commit, and vulnerable file presence.
Exploitation context
VulDB states the exploit has been made public and could be used remotely. The provided bundle marks KEV as false, and no cited source confirms active exploitation in the wild.
Researcher notes
Evidence is based on VulDB and the referenced GitHub project issue. The source bundle does not provide a confirmed fixed commit, vendor advisory, or active exploitation evidence. Avoid relying on version strings because the project uses rolling releases.
Mitigation direction
Inventory any deployments of yashpokharna2555 StudentManagementSystem.
Restrict external access until vendor guidance or a reviewed fix is available.
Monitor the upstream GitHub issue and repository for maintainer response.
If maintaining a fork, review studentdel.php for safe database parameter handling.
Back up and monitor the application database for suspicious changes.
Validation and detection
Check whether the application repository matches the affected StudentManagementSystem project.
Identify deployments containing /studentdel.php and the referenced ID handling path.
Confirm whether code is at or before commit cb2f558ddf8d19396de0f92abf2d224d46a0a203.
Review web and database logs for unusual studentdel.php requests.
Verify whether any local patch or upstream fix has been applied.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-74: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-74 · source CWE mapping
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.