Skip to content

Adobe Connect Username Exposure

ID: adobe-connect-username-exposure

Severity: low

Author: dhiyaneshDk

Tags: adobe,disclosure,packetstorm,misconfig

Adobe Connect Username is exposed.

id: adobe-connect-username-exposure
info:
name: Adobe Connect Username Exposure
author: dhiyaneshDk
severity: low
description: Adobe Connect Username is exposed.
reference:
- https://packetstormsecurity.com/files/161345/Adobe-Connect-10-Username-Disclosure.html
metadata:
max-request: 1
tags: adobe,disclosure,packetstorm,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/system/help/support"
matchers-condition: and
matchers:
- type: word
words:
- 'Administrators name:'
- 'Support Administrators email address:'
part: body
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100c555442713d6f278608205f2fdf13da6e40189ffb425d1db7314717af801bb90022100d85e9a304eef78a1c31998604b8f37b78c6529dd90ba687af3d037110dc97499: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/misconfiguration/adobe/adobe-connect-username-exposure.yaml"

View on Github