CVE-2025-67408
Received Received - Intake

SQL Injection in CASAP Automated Enrollment System

Vulnerability report for CVE-2025-67408, 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 /save_user.php via the parameter status.

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

CVE-2025-67408 is a SQL Injection vulnerability in the CASAP Automated Enrollment System 1.0. It exists in the /save_user.php file where the 'status' parameter is not properly sanitized, allowing attackers to inject malicious SQL queries.

Detection Guidance

To detect SQL Injection vulnerabilities in the CASAP Automated Enrollment System, inspect web requests to /save_user.php for the 'status' parameter. Look for unusual input patterns like single quotes, SQL keywords, or unexpected data types. Use tools like SQLmap to test for injection points: sqlmap -u 'http://target.com/save_user.php' --data='status=test' --batch.

Impact Analysis

This vulnerability could allow attackers to manipulate the database, steal sensitive data, modify records, or execute unauthorized commands. If exploited, it may lead to unauthorized access to user accounts, enrollment data, or other critical information stored in the system.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA if it results in unauthorized access to personal or health data. Organizations may face legal penalties, reputational damage, and loss of trust due to data breaches caused by this flaw.

Mitigation Strategies

Immediately patch the application by updating to the latest version if available. If no patch exists, implement input validation for the 'status' parameter in /save_user.php. Use prepared statements in PHP to prevent SQL Injection. Restrict database user permissions to limit damage from potential exploits.

Chat Assistant

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

EPSS Chart