vendor:
College Management System
by:
Eren Gozaydin
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: College Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2022-28079
CPE: a:code-projects:college_management_system:1.0
Tags: cve,cve2022,sqli,cms,collegemanagement
CVSS Metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Nuclei References:
https://github.com/erengozaydin/College-Management-System-course_code-SQL-Injection-Authenticated, https://download.code-projects.org/details/1c3b87e5-f6a6-46dd-9b5f-19c39667866f, https://nvd.nist.gov/vuln/detail/CVE-2022-28079, https://code-projects.org/college-management-system-in-php-with-source-code/, https://www.nu11secur1ty.com/2022/05/cve-2022-28079.html
Nuclei Metadata: {'max-request': 1, 'verified': True, 'vendor': 'college_management_system_project', 'product': 'college_management_system'}
Platforms Tested: Windows 10 Pro + PHP 8.0.11, Apache 2.4.51
2022
College Management System – ‘course_code’ SQL Injection (Authenticated)
College Management System 1.0 allows SQL Injection via parameter 'course_code' in /College-Management-System/admin/asign-single-student-subjects.php. Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
Implement input validation and parameterized queries to prevent SQL Injection attacks. Regularly update and patch the application to address any known vulnerabilities.