Skip to content

AlphaWeb XE Default Login

ID: alphaweb-default-login

Severity: medium

Author: Lark Lab

Tags: default-login,AlphaWeb

An AlphaWeb XE default login was discovered.

id: alphaweb-default-login
info:
name: AlphaWeb XE Default Login
author: Lark Lab
severity: medium
description: An AlphaWeb XE default login was discovered.
reference:
- https://wiki.zenitel.com/wiki/AlphaWeb
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
cvss-score: 5.8
cwe-id: CWE-522
metadata:
max-request: 1
tags: default-login,AlphaWeb
http:
- raw:
- |
GET /php/node_info.php HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
Referer: {{BaseURL}}
attack: pitchfork
payloads:
username:
- admin
password:
- alphaadmin
matchers-condition: and
matchers:
- type: word
words:
- "HW Configuration"
- "SW Configuration"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100d8de75ede04cbb2da23a7b22b73cb65875e9876d2e60ed45602fa4705a442e11022002d5fa090cfb6c8e3f59047595ae2aa4dc12f4abd38e65e09dec9215157af114: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/default-logins/alphaweb/alphaweb-default-login.yaml"

View on Github