Description
A vulnerability was determined in lavkush-maurya Student-Registration-System 1.0. The affected element is an unknown function of the file /student/changepass.php. Executing a manipulation of the argument oldpass can lead to sql injection. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-05
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The student‑registration system contains a SQL injection flaw (CWE‑89) in the changepass.php script that is triggered by manipulating the oldpass argument. The injection involves improper neutralization of special elements used in an SQL command (CWE‑74), allowing an attacker to inject arbitrary SQL statements. This can enable reading, modifying, or deleting data stored in the database, potentially compromising the confidentiality, integrity, and availability of student records and system credentials.

Affected Systems

The affected system is lavkush‑maurya Student‑Registration‑System version 1.0, as distributed in the publicly available source code repository. No other vendors or products are listed as affected.

Risk and Exploitability

The vulnerability is rated a CVSS score of 5.3, indicating moderate severity. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog. The attackers can trigger the exploit remotely and the public disclosures show that the vulnerability is exploitable. The lack of vendor remediation increases the risk of successful exploitation.

Generated by OpenCVE AI on August 5, 2026 at 03:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an official patch or upgrade to a version of Student‑Registration‑System that includes the SQL injection fix.
  • Rewrite the password update logic to use parameterized queries or prepared statements so that user input cannot terminate the SQL string.
  • Implement strict input validation and authentication checks before allowing password changes in changepass.php.

Generated by OpenCVE AI on August 5, 2026 at 03:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 02:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in lavkush-maurya Student-Registration-System 1.0. The affected element is an unknown function of the file /student/changepass.php. Executing a manipulation of the argument oldpass can lead to sql injection. It is possible to launch the attack remotely. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
Title lavkush-maurya Student-Registration-System changepass.php sql injection
First Time appeared Lavkush-maurya
Lavkush-maurya student-registration-system
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:lavkush-maurya:student-registration-system:*:*:*:*:*:*:*:*
Vendors & Products Lavkush-maurya
Lavkush-maurya student-registration-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

Lavkush-maurya Student-registration-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-05T01:45:08.698Z

Reserved: 2026-08-04T19:56:52.351Z

Link: CVE-2026-18896

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T04:00:06Z

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')