Skip to content

Lychee Installer

ID: lychee-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,lychee,install,exposure

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

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

View on Github