Skip to content

HortonWorks SmartSense Default Login

ID: smartsense-default-login

Severity: high

Author: Techryptic (@Tech)

Tags: hortonworks,smartsense,default-login

HortonWorks SmartSense default admin login information was detected.

id: smartsense-default-login
info:
name: HortonWorks SmartSense Default Login
author: Techryptic (@Tech)
severity: high
description: HortonWorks SmartSense default admin login information was detected.
reference:
- https://docs.cloudera.com/HDPDocuments/SS1/SmartSense-1.2.2/bk_smartsense_admin/content/manual_server_login.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: hortonworks,smartsense,default-login
http:
- raw:
- |
GET /apt/v1/context HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
payloads:
username:
- admin
password:
- admin
attack: pitchfork
matchers-condition: and
matchers:
- type: word
words:
- "Set-Cookie: SUPPORTSESSIONID"
part: header
- type: word
words:
- "smartsenseId"
- type: status
status:
- 200
# digest: 490a004630440220364f7ba0d1efd3521dc5cf069e1efc4b264d5c3b16963226a222f39e4128675e02202b60ff0fce729184ea71698643b70a4f169af907b78da45c28e8f71e53c12173: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/hortonworks/smartsense-default-login.yaml"

View on Github