Skip to content

Manage Engine AD Search

ID: manage-engine-ad-search

Severity: high

Author: PR3R00T

Tags: unauth,misconfig

Manage Engine AD Manager service can be configured to allow anonymous users to browse the AD list remotely.

id: manage-engine-ad-search
info:
name: Manage Engine AD Search
author: PR3R00T
severity: high
description: Manage Engine AD Manager service can be configured to allow anonymous users to browse the AD list remotely.
classification:
cpe: cpe:2.3:a:zohocorp:manageengine_admanager_plus:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: zohocorp
product: manageengine_admanager_plus
shodan-query: title:"ManageEngine"
tags: unauth,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/ADSearch.cc?methodToCall=search"
matchers-condition: and
matchers:
- type: word
words:
- "ManageEngine"
- "Showing Objects Of"
- "Export as"
condition: and
- type: word
part: body
words:
- "This search has been disabled"
negative: true
- type: status
status:
- 200
# digest: 4a0a00473045022100d0ad252b2eb199c3772fc34edf29f3cbcca14e9aa1b93af7c3fb38ba677a7dd602202d96122f0d4b7692673c53d1e185fe98bac453b3e91f1681abe9b12fa45360db: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/manage-engine-ad-search.yaml"

View on Github