Skip to content

Limesurvey Installer Exposure

ID: limesurvey-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,limesurvey,install

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

id: limesurvey-installer
info:
name: Limesurvey Installer Exposure
author: DhiyaneshDk
severity: high
description: Limesurvey is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:limesurvey:limesurvey:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: html:"Limesurvey Installer"
product: limesurvey
vendor: limesurvey
tags: misconfig,limesurvey,install
http:
- method: GET
path:
- '{{BaseURL}}/index.php?r=installer/welcome'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'LimeSurvey installer'
- 'Progress'
- 'Your preferred language will be used through out the installation process'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4b0a00483046022100b5c901a2baaef75bf7b8876f39917b3dcfce6ab66cb67679d6380009cdd9e412022100d673b988022b95bc7c9dd6d00d7bba09431288f19083622484ce37b74a14f5d8: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/limesurvey-installer.yaml"

View on Github