Skip to content

Apache Ambari Default Login

ID: ambari-default-login

Severity: high

Author: pdteam

Tags: ambari,default-login,apache

An Apache Ambari default admin login was discovered.

id: ambari-default-login
info:
name: Apache Ambari Default Login
author: pdteam
severity: high
description: An Apache Ambari default admin login was discovered.
reference:
- https://ambari.apache.org/1.2.0/installing-hadoop-using-ambari/content/ambari-chap3-1.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
metadata:
max-request: 1
tags: ambari,default-login,apache
http:
- raw:
- |
GET /api/v1/users/admin?fields=*,privileges/PrivilegeInfo/cluster_name,privileges/PrivilegeInfo/permission_name HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
payloads:
username:
- admin
password:
- admin
attack: pitchfork
matchers:
- type: word
words:
- '"Users" : {'
- 'AMBARI.'
condition: and
# digest: 4b0a00483046022100cdd446cd37188e84e175382bb5c38eeb078dfc1f5a179e35cc692d51ba02918402210099f6acfa9ed58623ec83b72a81f9c3b947f7d3675f45483aa63fd2fa36a04450: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/ambari/ambari-default-login.yaml"

View on Github