CVE-2025-67405
Received Received - Intake

SQL Injection in CASAP Automated Enrollment System

Vulnerability report for CVE-2025-67405, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-29

Last updated on: 2026-07-30

Assigner: MITRE

Description

Sourcecodester CASAP Automated Enrollment System 1.0 is vulnerable to SQL Injection in update_password.php via the parameter new_password.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-29
Last Modified
2026-07-30
Generated
2026-08-19
AI Q&A
2026-07-30
EPSS Evaluated
2026-08-18
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester casap_automated_enrollment_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability is a SQL Injection in the CASAP Automated Enrollment System 1.0. It exists in the update_password.php file and allows attackers to manipulate the new_password parameter to inject malicious SQL code. This could enable unauthorized access to the database or data manipulation.

Detection Guidance

To detect SQL Injection in update_password.php, inspect web server access logs for suspicious parameter values like 'new_password' with SQL syntax such as ' OR 1=1 -- or similar payloads. Use tools like SQLmap to test for vulnerability by sending crafted requests to the parameter.

Impact Analysis

If exploited, this vulnerability could allow attackers to steal, modify, or delete sensitive data stored in the database. It may also enable unauthorized account access, leading to potential identity theft or further system compromise.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing personal or health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for health information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately patch the application by updating to the latest version or applying a vendor-supplied fix. Implement input validation for the new_password parameter to reject SQL syntax. Use prepared statements in the application code to prevent SQL Injection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-67405. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart