30 lines
774 B
YAML
30 lines
774 B
YAML
id: zhiyuan-file-upload
|
|
|
|
info:
|
|
name: Zhiyuan OA arbitrary file upload vulnerability
|
|
author: gy741
|
|
severity: critical
|
|
description: A vulnerability in Zhiyuan OA allows remote unauthenticated attackers to upload arbitrary files to the remote server which they can later access and cause their code to be executed.
|
|
reference: https://www.programmersought.com/article/92658169875/
|
|
tags: zhiyuan,rce
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/seeyon/thirdpartyController.do.css/..;/ajax.do"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "java.lang.NullPointerException:null"
|
|
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|