Skip to content

Aerohive NetConfig UI

ID: aerohive-netconfig-ui

Severity: info

Author: pussycat0x

Tags: panel,tech,hiveos,aerohive

An Aerohive NetConfig user interface was detected. The NetConfig UI provides a fundamental set of configurations for configuring basic network and HiveManager connectivity settings, and uploading new IQ Engine images to Extreme Networks APs.

id: aerohive-netconfig-ui
info:
name: Aerohive NetConfig UI
author: pussycat0x
severity: info
description: An Aerohive NetConfig user interface was detected. The NetConfig UI provides a fundamental set of configurations for configuring basic network and HiveManager connectivity settings, and uploading new IQ Engine images to Extreme Networks APs.
reference:
- https://docs.aerohive.com/330000/docs/help/english/ng/Content/reference/docs/online-help-systems.htm
classification:
cwe-id: CWE-200
cpe: cpe:2.3:h:extremenetworks:aerohive_netconfig:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Aerohive NetConfig UI"
product: aerohive_netconfig
vendor: extremenetworks
tags: panel,tech,hiveos,aerohive
http:
- method: GET
path:
- "{{BaseURL}}/index.php5"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Aerohive NetConfig UI</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version" align="right" valign="bottom">([0-9.a-z]+)<\/td>'
# digest: 4b0a00483046022100ce1ac72f0eaa38b24db99e020ef4f319e60140c5c40890020eb81154ca7773230221008df842bee013c75c10fda1be032bd1a49206becaca69e286350d2f32de9adbb6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/aerohive-netconfig-ui.yaml"

View on Github