Description
Sourcecodester CASAP Automated Enrollment System 1.0 is vulnerable to SQL Injection in update_student.php via parameters fname and student_class.
Published: 2026-07-29
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to inject arbitrary SQL statements through the fname and student_class parameters of the update_student.php script. This flaw is a classic SQL Injection (CWE‑89) that could enable extraction of confidential data or modification of student records. Based on the description, it is inferred that the attacker might also be able to hijack sessions if the application grants elevated privileges to the affected user. The vendor’s official description lists the impact as manipulation of application data via unsanitized input.

Affected Systems

Sourcecodester CASAP Automated Enrollment System 1.0 is the only product identified as affected. No additional vendor or product details are supplied by the CNA. Users of this version should assume that the update_student.php endpoint is vulnerable unless a newer version with a fix is applied.

Risk and Exploitability

The CVSS score of 7.3 reflects a high severity attack that could compromise data confidentiality and integrity. The EPSS score is listed as < 1%, indicating a low probability of immediate exploitation, although the factor does not negate the risk. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is through the web interface, with the attacker needing to supply crafted input to the fname or student_class fields. No specific system prerequisites are noted, implying the flaw could be abused by external web requests that reach the vulnerable endpoint.

Generated by OpenCVE AI on August 4, 2026 at 23:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available vendor patch or update to a version of CASAP Automated Enrollment System that removes unsanitized handling of fname and student_class.
  • Modify the update_student.php code to use prepared statements or parameterized queries for all database interactions involving user input.
  • Implement server‑side input validation that whitelists acceptable characters for fname and student_class before processing.
  • Configure database user privileges to grant only the minimum permissions required for the application (e.g., SELECT, UPDATE on specific tables).
  • Deploy a web application firewall rule that blocks common SQL injection payload patterns targeting the fname and student_class parameters.

Generated by OpenCVE AI on August 4, 2026 at 23:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 23:45:00 +0000

Type Values Removed Values Added
Title SQL Injection in CASAP Automated Enrollment System 1.0 via fname and student_class parameters

Sat, 01 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
Title SQL Injection in CASAP Automated Enrollment System 1.0 via fname and student_class parameters

Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Sourcecodester
Sourcecodester sourcecodester Casap Automated Enrollment System
Vendors & Products Sourcecodester
Sourcecodester sourcecodester Casap Automated Enrollment System

Thu, 30 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics 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'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 22:15:00 +0000

Type Values Removed Values Added
Description Sourcecodester CASAP Automated Enrollment System 1.0 is vulnerable to SQL Injection in update_student.php via parameters fname and student_class.
References

Subscriptions

Sourcecodester Sourcecodester Casap Automated Enrollment System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-30T13:30:55.794Z

Reserved: 2025-12-08T00:00:00.000Z

Link: CVE-2025-67407

cve-icon Vulnrichment

Updated: 2026-07-30T13:30:37.063Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T22:16:51.510

Modified: 2026-07-30T14:16:44.260

Link: CVE-2025-67407

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T23:30:15Z

Weaknesses
  • CWE-89

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