Skip to content

KnowledgeTree Installer Exposure

ID: knowledgetree-installer

Severity: high

Author: ritikchaddha

Tags: misconfig,knowledgetree,install,exposure

KnowledgeTree is susceptible to the Installation page exposure due to misconfiguration.

id: knowledgetree-installer
info:
name: KnowledgeTree Installer Exposure
author: ritikchaddha
severity: high
description: KnowledgeTree is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:knowledgetree:knowledgetree:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: knowledgetree
product: knowledgetree
shodan-query: title:"KnowledgeTree Installer"
tags: misconfig,knowledgetree,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/setup/wizard/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>KnowledgeTree Installer'
- type: status
status:
- 200
# digest: 4a0a00473045022067d3e1bcd91c1e067394a0a9865237210192b3cb5cf06f20b1cf9f7fb68bdef6022100b4cf22b5f04535156e9d5a2f5171ef632eebaaa2662db295a779291fb5ab1e66: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/misconfiguration/installer/knowledgetree-installer.yaml"

View on Github