Description
A flaw has been found in sambitraj Student-Management-System up to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5. This affects an unknown part of the component Management Mutation Handler. This manipulation of the argument roll_no/name/father_name/class/mobile/email/password/remark causes sql injection. The attack is possible to be carried out remotely. The exploit has been published and may be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-23
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The reported flaw resides in the Management Mutation Handler of sambitraj Student-Management-System. The handler accepts mutation arguments such as roll_no, name, father_name, class, mobile, email, password, and remark without adequate sanitization, enabling an attacker to inject arbitrary SQL statements that are executed against the underlying database. Successful injection can allow the attacker to read, modify, or delete student records, thereby compromising database confidentiality and integrity.

Affected Systems

All releases of sambitraj Student-Management-System up to the commit 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5 are affected. The project follows a rolling release strategy, so specific version numbers are not published. The vulnerable component is the Management Mutation Handler within the server-side logic that processes mutation queries.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. No EPSS score is publicly available, and the vulnerability is not recorded in the CISA KEV catalog, suggesting it has not yet been widely exploited in the wild. However, a published exploit demonstrates that an attacker can trigger the vulnerability remotely via HTTP requests carrying specially crafted parameters, with no requirement for local code execution or privileged access.

Generated by OpenCVE AI on August 23, 2026 at 04:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the application to a commit newer than 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5 once the maintainers provide a fix, or replace the vulnerable Management Mutation Handler with a version that uses parameterized queries.
  • Ensure that all inputs passed to the mutation endpoint are validated and sanitized before being incorporated into SQL statements; prefer prepared statements or ORM layers that escape parameters automatically.
  • Restrict the mutation API to authenticated and authorized users only, and monitor database logs for anomalous query patterns that indicate attempted injection.

Generated by OpenCVE AI on August 23, 2026 at 04:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 23 Aug 2026 03:15:00 +0000

Type Values Removed Values Added
Description A flaw has been found in sambitraj Student-Management-System up to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5. This affects an unknown part of the component Management Mutation Handler. This manipulation of the argument roll_no/name/father_name/class/mobile/email/password/remark causes sql injection. The attack is possible to be carried out remotely. The exploit has been published and may be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Title sambitraj Student-Management-System Management Mutation sql injection
First Time appeared Sambitraj
Sambitraj student-management-system
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:sambitraj:student-management-system:*:*:*:*:*:*:*:*
Vendors & Products Sambitraj
Sambitraj student-management-system
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Sambitraj Student-management-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-23T02:45:10.588Z

Reserved: 2026-08-22T09:03:13.925Z

Link: CVE-2026-78057

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-23T03:16:59.977

Modified: 2026-08-23T03:16:59.977

Link: CVE-2026-78057

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-23T05:00:11Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')