{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-35405/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-35405/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-35405/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-35405/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-35405/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-35405"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-35405"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-35405.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2022-35405\n\ninfo:\n  name: Zoho ManageEngine - Remote Code Execution\n  author: viniciuspereiras,true13\n  severity: critical\n  description: |\n    Zoho ManageEngine Password Manager Pro, PAM 360, and Access Manager Plus are susceptible to unauthenticated remote code execution via XML-RPC. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.\n  impact: |\n    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.\n  remediation: |\n    Apply the latest security patch or update provided by Zoho ManageEngine to fix the vulnerability.\n  reference:\n    - https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/windows/http/zoho_password_manager_pro_xml_rpc_rce.rb\n    - https://xz.aliyun.com/t/11578\n    - https://www.manageengine.com/products/passwordmanagerpro/advisory/cve-2022-35405.html\n    - https://www.bigous.me/2022/09/06/CVE-2022-35405.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2022-35405\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-2022-35405\n    cwe-id: CWE-502\n    epss-score: 0.99927\n    epss-percentile: 0.99968\n    cpe: cpe:2.3:a:zohocorp:manageengine_access_manager_plus:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: zohocorp\n    product: manageengine_access_manager_plus\n    shodan-query:\n      - http.title:\"ManageEngine\"\n      - http.title:\"manageengine\"\n    fofa-query: title=\"manageengine\"\n    google-query: intitle:\"manageengine\"\n  tags: cve,cve2022,rce,zoho,passwordmanager,deserialization,unauth,msf,kev,zohocorp,vkev,vuln\n\nhttp:\n  - method: POST\n    path:\n      - \"{{RootURL}}/xmlrpc\"\n\n    body: |\n      <?xml version=\"1.0\"?><methodCall><methodName>{{randstr}}</methodName><params><param><value>big0us</value></param></params></methodCall>\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<name>faultString</name>\"\n\n      - type: word\n        part: body\n        words:\n          - \"No such service [{{randstr}}]\"\n          - \"No such handler: {{randstr}}\"\n        condition: or\n\n      - type: word\n        part: body\n        words:\n          - \"<methodResponse>\"\n          - \"</methodResponse>\"\n        condition: or\n# digest: 4a0a0047304502210081949c9294ab792bbcb1a6c83817324c9ca4027ae0dac26df3f5cb0c5246e2e5022017ac84e72c556760b88437194f3fd3327f088307bce4fd628bab1449b06f2699:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-35405"
}