2023-02-16 20:28:13 +00:00
|
|
|
id: oneinstack-control-center
|
|
|
|
|
|
|
|
info:
|
2023-03-10 16:23:35 +00:00
|
|
|
name: OneinStack Control Center Dashboard - Detect
|
2023-02-16 20:28:13 +00:00
|
|
|
author: theabhinavgaur
|
2023-03-10 19:20:02 +00:00
|
|
|
severity: medium
|
2023-02-24 05:50:16 +00:00
|
|
|
description: |
|
2023-03-10 16:23:35 +00:00
|
|
|
OneinStack Control Center dashboard was detected.
|
2023-02-16 20:28:13 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/oneinstack/oneinstack
|
|
|
|
- https://oneinstack.com/
|
2023-03-10 19:20:02 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cwe-id: CWE-200
|
2023-02-16 20:28:13 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-02-24 05:50:16 +00:00
|
|
|
shodan-query: http.title:"OneinStack"
|
2023-06-02 23:49:22 +00:00
|
|
|
tags: misconfig,oneinstack
|
2023-02-16 20:28:13 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-02-16 20:28:13 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'Control center'
|
|
|
|
- 'OneinStack'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-03-10 16:23:35 +00:00
|
|
|
|
2023-03-10 19:20:02 +00:00
|
|
|
# Enhanced by cs on 2023/03/10
|