VYPR

Online Student Enrollment System

by Itsourcecode

Source repositories

CVEs (4)

  • CVE-2026-36235CriApr 10, 2026
    risk 0.64cvss 9.8epss 0.00

    A SQL injection vulnerability was found in the scheduleSubList.php file of itsourcecode Online Student Enrollment System v1.0. The reason for this issue is that the 'subjcode' parameter is directly embedded into the SQL query via string interpolation without any sanitization or validation.

  • CVE-2026-36234CriApr 10, 2026
    risk 0.64cvss 9.8epss 0.00

    itsourcecode Online Student Enrollment System v1.0 is vulnerable to SQL Injection in newCourse.php via the 'coursename' parameter.

  • CVE-2026-36233CriApr 10, 2026
    risk 0.64cvss 9.8epss 0.00

    A SQL injection vulnerability was found in the assignInstructorSubjects.php file of itsourcecode Online Student Enrollment System v1.0. The reason for this issue is that attackers can inject malicious code via the parameter "subjcode" and use it directly in SQL queries without the need for appropriate cleaning or validation.

  • CVE-2026-36232CriApr 10, 2026
    risk 0.64cvss 9.8epss 0.00

    A SQL injection vulnerability was found in the instructorClasses.php file of itsourcecode Online Student Enrollment System v1.0. The reason for this issue is that the 'classId' parameter from $_GET['classId'] is directly concatenated into the SQL query without any sanitization or validation.