
Adobe Experience Manager (AEM) Hacking-Toolkit
hopgoblin ist ein Scanner für Adobe-Experience-Manager-Instanzen (AEM).
Er automatisiert eine Reihe von Checks, die wir bei Sicherheitsbewertungen häufig manuell durchführen.
/bin/querybuilder.json/bin/querybuilder.feedrep:User-Objekte und geleakte Passwort-Hashes zu enumerieren/services/accesstoken/verify/crx/packmgr/service/exec.json)tqdm)--proxy) für die Verwendung mit Burp/ZAPRepository klonen und Abhängigkeiten installieren:
git clone https://github.com/assetnote/hopgoblin.git
cd hopgoblin
pip install -r requirements.txt
Anforderungen:
requeststqdmpython hopgoblin.py https://aem-target.example
Beispielausgabe:
[.] Output will be saved to: hopgoblin_aem-target.example_20250923_123456.txt
Scanning https://aem-target.example
[+] Exposed JSON query builder - /bin/querybuilder.json
POC URL: https://aem-target.example/bin/querybuilder.json
summary
------------------------------------------------------------
https://aem-target.example
exposed json query builder
------------------------------------------------------------
python hopgoblin.py -f targets.txt --threads 25 --ssrf-target collab.example.com
python hopgoblin.py -f targets.txt --proxy http://127.0.0.1:8080 --debug
usage: hopgoblin.py [-h] [-f FILE | url] [-t SSRF_TARGET] [-d] [-p PROXY] [--threads THREADS]
positional arguments:
url Single target URL
optional arguments:
-f, --file FILE File containing target URLs (one per line)
-t, --ssrf-target Callback domain for SSRF/XXE checks
-d, --debug Enable debug output
-p, --proxy Proxy URL (e.g., http://127.0.0.1:8080)
--threads THREADS Number of threads (default: 10)
Während unserer Forschung haben wir mehrere Schwachstellen in Adobe Experience Manager identifiziert und gemeldet, denen CVEs zugewiesen wurden:
Weitere Details finden Sie in der offiziellen Adobe-Ankündigung:
Adobe Security Bulletin APSB25-90
Diese Forschung und das Tool wurden auf der BSides Canberra 2025 präsentiert:
Finding Critical Bugs in Adobe Experience Manager
Folien: