CVE-2025-67404
Received Received - Intake

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-29

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-29
Generated
2026-07-30
AI Q&A
2026-07-30
EPSS Evaluated
N/A
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-UNKNOWN

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