CVE-2025-67404
Deferred Deferred - Pending Action

SQL Injection in CASAP Automated Enrollment System

Vulnerability report for CVE-2025-67404, 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_stud.php via the parameters fname, lname, 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

This vulnerability is a SQL Injection in the CASAP Automated Enrollment System 1.0. It occurs in the save_stud.php file where user-supplied input for parameters fname, lname, and student_class is not properly sanitized. This allows attackers to manipulate SQL queries, potentially accessing or modifying database contents.

Detection Guidance

To detect SQL Injection in CASAP Automated Enrollment System 1.0, inspect HTTP requests to save_stud.php for unsanitized fname, lname, or student_class parameters. Test with payloads like ' OR '1'='1 or admin'-- in input fields and monitor for database errors or unexpected responses.

Impact Analysis

If exploited, this vulnerability could allow unauthorized access to sensitive data stored in the database, such as student records. Attackers might extract, alter, or delete data, leading to privacy breaches or system disruptions. It could also enable further attacks on 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, fines, or reputational damage due to data breaches caused by this flaw.

Mitigation Strategies

Immediately update the application to a patched version if available. If not, implement input validation for fname, lname, and student_class parameters in save_stud.php. Use prepared statements with parameterized queries to prevent SQL Injection.

Chat Assistant

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

EPSS Chart