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-42669 — CVE-2021-42669 - Remote code execution via unrestricted file upload vulnerability in the Engineers online portal system. | Kitploit
Tools/GitHubGitHub/0xdeku/cve-2021-42669
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHub0xdeku/cve-2021-42669

CVE-2021-42669

CVE-2021-42669 - Remote code execution via unrestricted file upload vulnerability in the Engineers online portal system.

View Repository
214 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-42669

CVE-2021-42669 - Remote code execution via unrestricted file upload vulnerability in the Engineers online portal system.

Technical description:

A unrestricted file upload vulnerability exists in the Engineers Online Portal system. An attacker can leverage this vulnerability in order to get a remote code execution on the affected web server. Once an avatar gets uploaded it is getting uploaded to the /admin/uploads/ directory, and is accessible by all users. By uploading a simple php webshell the attacker can gain remote code execution on the web server.

Affected components -

Vulnerable page - teacher_avatar.php

CVE-2021-42669.py usage -

root@kitploit:~
# Upload a simple webshell to the target machine - 
python CVE-2021-42669.py <target_ip> <target_port> <target_uri> <username> <password>

Example -

root@kitploit:~
python CVE-2021-42669.py 127.0.0.1 80 /nia_uoz_monitoring_system/ MyUserName MyPassword

Proof of concept (Poc) -

CVE-2021-42669

Refernces -

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42669

https://nvd.nist.gov/vuln/detail/CVE-2021-42669

Discovered by -

Alon Leviev(0xDeku), 22 October, 2021.

Download Tool