CVE-2025-67403
Received Received - Intake

SQL Injection in CASAP Automated Enrollment System

Vulnerability report for CVE-2025-67403, 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 update_class.php via the parameter class_name.

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 update_class.php file where the class_name parameter is not properly sanitized, allowing attackers to inject malicious SQL code.

Detection Guidance

To detect SQL Injection in update_class.php, inspect HTTP requests to the parameter class_name for unusual input patterns like single quotes or SQL keywords. Use tools like sqlmap to test for vulnerability by sending crafted payloads.

Impact Analysis

An attacker could exploit this to manipulate the database, potentially accessing, modifying, or deleting sensitive data. This could lead to unauthorized access to student records, grades, or other confidential information stored in the system.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing personal 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. If no patch exists, apply input validation to sanitize the class_name parameter and use prepared statements in all database queries.

Chat Assistant

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

EPSS Chart