Skip to content

Adobe ColdFusion Component Browser Login Panel

ID: adobe-coldfusion-login

Severity: info

Author: dhiyaneshDK

Tags: panel,adobe,coldfusion,edb

An Adobe ColdFusion Component Browser login panel was detected.

id: adobe-coldfusion-login
info:
name: Adobe ColdFusion Component Browser Login Panel
author: dhiyaneshDK
severity: info
description: An Adobe ColdFusion Component Browser login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6846
classification:
cwe-id: CWE-200
cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: adobe
product: coldfusion
shodan-query:
- http.component:"Adobe ColdFusion"
- http.component:"adobe coldfusion"
- http.title:"coldfusion administrator login"
- cpe:"cpe:2.3:a:adobe:coldfusion"
fofa-query:
- app="adobe-coldfusion"
- title="coldfusion administrator login"
google-query: intitle:"coldfusion administrator login"
tags: panel,adobe,coldfusion,edb
http:
- method: GET
path:
- '{{BaseURL}}/CFIDE/componentutils/login.cfm'
- '{{BaseURL}}/cfide/componentutils/login.cfm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Component Browser Login</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100e12262e8356fb5e2fe6188c6396b44f927a161a7584ccf15f93bc80f3c97d3b0022033d821e3b7295468c0574f1cc025c1bba0451c67dd6b2853e7e802d0bf99aa55: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-component-login.yaml"

View on Github