Skip to content

Kodbox Installation Page - Exposure

ID: kodbox-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,exposure,install,kodbox

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

id: kodbox-installer
info:
name: Kodbox Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Kodbox is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:kodcloud:kodbox:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: kodcloud
product: kodbox
fofa-query: title="kodbox" && body="install"
tags: misconfig,exposure,install,kodbox
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Kodbox-Installation"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022100bed1c54dfd1ff68712b6921bc9bf1c28b28507bebbf9b5e7affa8be947d959d70220226a91ded92072fe19639f01a636eb4cf0c0162a90b335f12c68b88739e7f325: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/kodbox-installer.yaml"

View on Github