mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
19 lines
887 B
Markdown
19 lines
887 B
Markdown
### [CVE-2021-46013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46013)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An unrestricted file upload vulnerability exists in Sourcecodester Free school management software 1.0. An attacker can leverage this vulnerability to enable remote code execution on the affected web server. Once a php webshell containing "<?php system($_GET["cmd"]); ?>" gets uploaded it is saved into /uploads/exam_question/ directory, and is accessible by all users.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/50587
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/able403/able403
|
|
|