Skip to content

LMSZAI Installer Exposure

ID: lmszai-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,blesta,install,exposure

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

id: lmszai-installer
info:
name: LMSZAI Installer Exposure
author: DhiyaneshDk
severity: high
description: LMSZAI is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: html:"LMSZAI - Learning Management System"
tags: misconfig,blesta,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/install'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'LMSZAI - Learning Management System'
- 'Configuaration'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200
# digest: 4a0a00473045022043816ee3c022142e0367d8dc789e9e441981941717dce6f249c18393fb54c1cc022100a8f5b54eed7b9fb852ccad0382a3224ea066393871fbd6f58b872f0d6e652a97: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/lmszai-installer.yaml"

View on Github