Skip to content

AEM BG-Servlets

ID: aem-bg-servlet

Severity: info

Author: DhiyaneshDk

Tags: aem,misconfig

id: aem-bg-servlet
info:
name: AEM BG-Servlets
author: DhiyaneshDk
severity: info
reference:
- https://www.slideshare.net/0ang3el/hunting-for-security-bugs-in-aem-webapps-129262212
classification:
cpe: cpe:2.3:a:adobe:experience_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: adobe
product: experience_manager
shodan-query: http.component:"Adobe Experience Manager"
tags: aem,misconfig
http:
- method: GET
path:
- '{{BaseURL}}/system/bgservlets/test.css'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '<br/>Flushing output<br/>'
# digest: 4b0a00483046022100f4f670d160aa64c44747d878a7fc08785670671ffae376788d09dc1bb59b97c4022100f546541df3100e90b12592fca6a1d811afe9b4bb820fca8a2596f1eefad86e22: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/aem/aem-bg-servlet.yaml"

View on Github