Description
Sourcecodester CASAP Automated Enrollment System 1.0 is vulnerable to SQL Injection in /save_user.php via the parameter status.
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 resides in the /save_user.php script of the CASAP Automated Enrollment System, where the status parameter is concatenated directly into an SQL query. An attacker can supply crafted input to inject arbitrary SQL statements, enabling read, update, or delete operations on the underlying database. This flaw can lead to confidentiality, integrity, or availability compromises for the system's data.

Affected Systems

Sourcecodester CASAP Automated Enrollment System 1.0, a web-based enrollment platform whose backend database is exposed through the status field in the save_user.php script.

Risk and Exploitability

The CVSS score of 7.3 indicates high severity, while the EPSS score of less than 1% suggests low current exploitation probability. The flaw is not listed in the CISA KEV catalog. The most likely attack vector is a web-based input to the status parameter, requiring network access to the application. Exploitation would generally be straightforward for an authenticated or unauthenticated user who can submit data to the vulnerable endpoint.

Generated by OpenCVE AI on August 3, 2026 at 14:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the vendor’s website or repository for an updated version that addresses the SQL injection issue and replace the existing deployment; if a patch is unavailable, plan to upgrade to a supported release.
  • If an upgrade is not immediately possible, modify the save_user.php script to use prepared statements or otherwise escape the status parameter before including it in SQL queries.
  • Deploy a web application firewall or similar filtering mechanism to detect and block common SQL injection payloads on the /save_user.php endpoint.

Generated by OpenCVE AI on August 3, 2026 at 14:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Title SQL Injection via status Parameter in CASAP Automated Enrollment System's save_user.php

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 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 /save_user.php via the parameter status.
References

Subscriptions

Sourcecodester Casap Automated Enrollment System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-30T13:28:28.871Z

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

Link: CVE-2025-67408

cve-icon Vulnrichment

Updated: 2026-07-30T13:27:39.312Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2025-67408

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:15:05Z

Weaknesses
  • CWE-89

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