Skip to content

Adobe Media Server Login Panel

ID: adobe-media-server

Severity: info

Author: dhiyaneshDK

Tags: panel,adobe

An Adobe Media Server login panel was detected.

id: adobe-media-server
info:
name: Adobe Media Server Login Panel
author: dhiyaneshDK
severity: info
description: An Adobe Media Server login panel was detected.
reference:
- https://helpx.adobe.com/support/adobe-media-server.html
classification:
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Adobe Media Server"
tags: panel,adobe
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Adobe Media Server</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022048d4332f8f67d08f2941e48a25798f1c204d0ab776c8562c4ac835b772740509022100be059864c5020c416ddfeb7fa8b1bc1ce69cb1aa03a4822bfb5540c431bfc6e0: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/exposed-panels/adobe/adobe-media-server.yaml"

View on Github