CVE-2025-67407
Received Received - Intake

SQL Injection in CASAP Automated Enrollment System

Vulnerability report for CVE-2025-67407, 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_student.php via parameters fname and student_class.

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 CASAP Automated Enrollment System 1.0 has a SQL Injection vulnerability in the update_student.php file. This flaw allows attackers to manipulate the fname and student_class parameters to inject malicious SQL code into the database queries.

Detection Guidance

To detect SQL Injection in the CASAP Automated Enrollment System, inspect HTTP requests to update_student.php for parameters fname and student_class. Use tools like SQLmap with: sqlmap -u "http://target/update_student.php?fname=test&student_class=test" --data="fname=test&student_class=test" --batch. Monitor logs for unusual database queries or errors.

Impact Analysis

This vulnerability could allow attackers to access, modify, or delete sensitive data in the database. It may lead to unauthorized data exposure, data manipulation, or complete system compromise depending on the database permissions.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing or leaking sensitive personal data. Organizations may face legal penalties, fines, or reputational damage due to data breaches resulting from this flaw.

Mitigation Strategies

Immediately patch the application by updating to the latest version. If unavailable, apply input validation to fname and student_class parameters. Use prepared statements in PHP for database queries. Restrict database user permissions to limit damage from potential injections.

Chat Assistant

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

EPSS Chart