Skip to content

mosparo Exposed Installation

ID: mosparo-install

Severity: high

Author: DhiyaneshDK

Tags: misconfig,mosparo,install

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

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

View on Github