Skip to content

NodeBB Web Installer

ID: nodebb-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,nodebb,install,exposure

NodeBB Web is susceptible to the Installation page exposure due to misconfiguration.

id: nodebb-installer
info:
name: NodeBB Web Installer
author: DhiyaneshDk
severity: high
description: NodeBB Web is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:nodebb:nodebb:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: nodebb
product: nodebb
shodan-query: title:"NodeBB Web Installer"
tags: misconfig,nodebb,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'NodeBB Web Installer'
- 'Create an Administrator account'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200
# digest: 4b0a00483046022100d9919034007077a1d4dc8d1238b556f89f71e9177cc05a8ebde61602c624b1ad022100b2ee52b0bbc6753c275c281254e37e9b736f8a41fb423a0169a288a7bad005dc: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/nodebb-installer.yaml"

View on Github