Description
A weakness has been identified in PHPGurukul Student Information System 1.0. Affected by this vulnerability is an unknown functionality of the file /student_edit1.php. Executing a manipulation of the argument ID can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks.
Published: 2026-08-29
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A SQL injection vulnerability exists in the PHPGurukul Student Information System version 1.0 due to improper handling of the ID argument in the student_edit1.php script. By manipulating this argument, an attacker can inject arbitrary SQL commands, potentially allowing unauthorized retrieval or modification of sensitive student data and other database contents. The flaw is exploitable remotely and has already been demonstrated publicly.

Affected Systems

The vulnerability affects PHPGurukul’s Student Information System, specifically version 1.0, where the /student_edit1.php module is vulnerable. Administrators of this system should verify if they are running the referenced version and assess exposure of the file to external users.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity, and the absence of an EPSS score prevents precise risk quantification, though the public availability of the exploit suggests it can be used by attackers with remote access. The flaw is not listed in the CISA KEV catalog, but because it is remotely exploitable and already demonstrated, systems remain at risk of data breaches or unauthorized database manipulation.

Generated by OpenCVE AI on August 30, 2026 at 00:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest version of the Student Information System that contains the fix for the SQL injection in student_edit1.php.
  • Validate or sanitize all user-supplied input, especially the ID parameter, using parameterized queries or prepared statements.
  • Restrict access to student_edit1.php by implementing role‑based access controls and ensuring only authenticated users with appropriate privileges can reach it.

Generated by OpenCVE AI on August 30, 2026 at 00:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 29 Aug 2026 23:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in PHPGurukul Student Information System 1.0. Affected by this vulnerability is an unknown functionality of the file /student_edit1.php. Executing a manipulation of the argument ID can lead to sql injection. The attack can be launched remotely. The exploit has been made available to the public and could be used for attacks.
Title PHPGurukul Student Information System student_edit1.php sql injection
First Time appeared Phpgurukul
Phpgurukul student Information System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:phpgurukul:student_information_system:*:*:*:*:*:*:*:*
Vendors & Products Phpgurukul
Phpgurukul student Information 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

Phpgurukul Student Information System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-29T22:45:11.005Z

Reserved: 2026-08-29T06:52:54.044Z

Link: CVE-2026-82424

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-29T23:17:24.080

Modified: 2026-08-29T23:17:24.080

Link: CVE-2026-82424

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T00:30: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')