Description
Sourcecodester CASAP Automated Enrollment System 1.0 is vulnerable to SQL Injection in update_class.php via the parameter class_name.
Published: 2026-07-29
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Sourcecodester CASAP Automated Enrollment System 1.0 contains an SQL injection flaw in the update_class.php script that reads the class_name parameter from the HTTP request and directly concatenates it into a SQL query. An attacker who crafts a malicious class_name value can inject arbitrary SQL, enabling unauthorized data extraction, modification, or deletion from the underlying database. This flaw permits an attacker to compromise the confidentiality, integrity, and availability of the entire system’s data.

Affected Systems

The vulnerability affects the Sourcecodester CASAP Automated Enrollment System version 1.0.

Risk and Exploitability

The CVSS score of 9.8 classifies this issue as critical, indicating a high likelihood of catastrophic impact if exploited. The EPSS score of less than 1% suggests that, at present, the probability of real-world exploitation is low, possibly due to the niche nature of the application or lack of widespread discovery. The vulnerability is not listed in CISA’s KEV catalog, and due to the absence of explicit authentication requirements in the description, it is inferred that the attack vector is an unauthenticated remote web request to the update_class.php endpoint.

Generated by OpenCVE AI on August 4, 2026 at 12:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest patch or upgrade to a version of Sourcecodester CASAP Automated Enrollment System that resolves the SQL injection in update_class.php.
  • Restrict access to the update_class.php endpoint to authenticated users only, using appropriate login checks or IP whitelisting.
  • Implement strict input validation or switch to prepared statements for the class_name parameter to prevent SQL injection attacks.

Generated by OpenCVE AI on August 4, 2026 at 12:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Title SQL Injection in update_class.php Allows Unauthorized Database Access

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

Type Values Removed Values Added
Title SQL Injection in update_class.php Allows Unauthorized Database Access

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

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

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

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, '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_class.php via the parameter class_name.
References

Subscriptions

Sourcecodester Casap Automated Enrollment System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-30T14:25:11.674Z

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

Link: CVE-2025-67403

cve-icon Vulnrichment

Updated: 2026-07-30T14:24:47.679Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-07-30T15:16:23.200

Link: CVE-2025-67403

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T13:00:11Z

Weaknesses
  • CWE-89

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