2022-03-22 07:03:15 +00:00
id : open-virtualization-manager-panel
info :
2022-04-11 14:42:35 +00:00
name : Open Virtualization Userportal & Webadmin Panel Detection
2022-03-22 07:03:15 +00:00
author : idealphase
severity : info
2022-08-29 20:21:30 +00:00
description : Open Virtualization Userportal & Webadmin panels were detected. Open Virtualization Manager is an open-source distributed virtualization solution designed to manage enterprise infrastructure. oVirt uses the trusted KVM hypervisor and is built upon several other community projects, including libvirt, Gluster, PatternFly, and Ansible.
2022-03-22 07:03:15 +00:00
reference :
- https://www.ovirt.org/
- https://www.ovirt.org/dropped/admin-guide/virt/console-client-resources.html
2022-04-11 14:42:35 +00:00
classification :
2022-11-19 01:50:30 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
2022-08-29 20:21:30 +00:00
cvss-score : 0.0
cwe-id : CWE-668
2022-04-22 10:38:41 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-04-22 10:38:41 +00:00
shodan-query : title:"Ovirt-Engine"
google-query : intitle:"Ovirt-Engine"
2022-03-23 07:31:22 +00:00
tags : panel,ovirt,oss
2022-03-22 07:03:15 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-03-22 07:03:15 +00:00
- method : GET
path :
- '{{BaseURL}}/ovirt-engine/userportal/'
- '{{BaseURL}}/ovirt-engine/webadmin/'
matchers-condition : and
matchers :
- type : word
words :
- '"application_title":"oVirt Engine User Portal"'
- '"application_title":"oVirt Engine Web Administration"'
2022-03-23 07:31:22 +00:00
condition : or
2022-03-22 07:03:15 +00:00
- type : status
status :
- 200
extractors :
- type : regex
group : 1
regex :
- '"application_title":"(([a-zA-Z]+\s)*[a-zA-Z]+)"'
2022-04-11 14:42:35 +00:00
# Enhanced by mp on 2022/04/08