Description
A vulnerability was found in SourceCodester Simple Student Information System. Affected by this vulnerability is an unknown functionality of the file app/admin/departments/view_department.php. Performing a manipulation of the argument ID results in sql injection. The attack is possible to be carried out remotely. The exploit has been made public and could be used.
Published: 2026-08-13
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker can manipulate the ID parameter in view_department.php to execute arbitrary SQL statements. The vulnerability allows a remote attacker to inject SQL commands, enabling unauthorized data disclosure, modification, or destruction. The description attributes the flaw to CWE-74 (Parameter Manipulation) and CWE-89 (SQL Injection). The publicly available exploit demonstrates that the flaw can be used to compromise confidentiality and integrity of the database.

Affected Systems

SourceCodester Simple Student Information System is affected. No specific version information is provided, so all deployments of this product are potentially vulnerable until a patch is applied.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is remote, as the exploit requires only a web request. Because the flaw resides in an exposed PHP file and can be triggered by modifying a URL parameter, an attacker with network access to the web server could launch it without additional privileges. The exploit is publicly available, increasing the likelihood that it may be used in the wild.

Generated by OpenCVE AI on August 13, 2026 at 16:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official upgrade or patch released by SourceCodester for the Simple Student Information System.
  • Refactor the ID parameter handling to use prepared statements or parameterized queries to prevent direct SQL injection.
  • Restrict direct access to view_department.php by implementing authentication checks or IP whitelisting, and consider deploying a web application firewall to block malformed requests.

Generated by OpenCVE AI on August 13, 2026 at 16:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in SourceCodester Simple Student Information System. Affected by this vulnerability is an unknown functionality of the file app/admin/departments/view_department.php. Performing a manipulation of the argument ID results in sql injection. The attack is possible to be carried out remotely. The exploit has been made public and could be used.
Title SourceCodester Simple Student Information System view_department.php sql injection
First Time appeared Sourcecodester
Sourcecodester simple Student Information System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:sourcecodester:simple_student_information_system:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester simple Student Information System
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Sourcecodester Simple Student Information System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-13T15:15:08.948Z

Reserved: 2026-08-13T10:02:46.059Z

Link: CVE-2026-19710

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T16:17:59.560

Modified: 2026-08-13T16:17:59.560

Link: CVE-2026-19710

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T18:15:04Z

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