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

Impact

A classic SQL injection flaw exists in the update_password.php script when the new_password field is processed. This weakness, identified as CWE-89, can enable an attacker to read, modify, or delete database content, thereby exposing confidential information or disrupting system integrity.

Affected Systems

Sourcecodester CASAP Automated Enrollment System 1.0, a PHP web application. The flaw resides in the update_password.php file that handles user password changes.

Risk and Exploitability

The CVSS base score is 7.3, indicating a high severity of potential impact. The EPSS score is below 1%, signifying a very low probability of exploitation at the time of analysis, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is remote via HTTP requests to the publicly exposed script; the necessity of authentication is not explicitly documented but is a reasonable assumption for a password update endpoint.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Use prepared statements or ORM techniques to prevent dynamic SQL construction from user input.
  • Implement authentication and role‑based access controls on update_password.php to restrict write privileges to authorized users only.
  • Apply any vendor‑supplied patch or upgrade to a newer release of the CASAP Automated Enrollment System when available.
  • Configure web application logging and a WAF to detect and block anomalous SQL query patterns.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Title SQL Injection in Automated Enrollment System Update Password

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

Type Values Removed Values Added
Title SQL Injection in Automated Enrollment System Update Password

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 update_password.php via the parameter new_password.
References

Subscriptions

Sourcecodester Casap Automated Enrollment System
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-30T13:34:26.035Z

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

Link: CVE-2025-67405

cve-icon Vulnrichment

Updated: 2026-07-30T13:33:53.806Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2025-67405

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:45:05Z

Weaknesses
  • CWE-89

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