Skip to content

JBoss jBPM Administration Console Login Panel - Detect

ID: jboss-jbpm-admin

Severity: info

Author: DhiyaneshDK

Tags: jboss,panel,login,redhat

JBoss jBPM Administration Console login panel was detected.

id: jboss-jbpm-admin
info:
name: JBoss jBPM Administration Console Login Panel - Detect
author: DhiyaneshDK
severity: info
description: JBoss jBPM Administration Console login panel was detected.
reference:
- https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossjBPMAdminConsole.java
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:redhat:jbpm:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: redhat
product: jbpm
shodan-query:
- html:"JBossWS"
- http.html:"jbossws"
fofa-query: body="jbossws"
tags: jboss,panel,login,redhat
http:
- method: GET
path:
- '{{BaseURL}}/jbpm-console/app/tasks.jsf'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'JBoss jBPM Administration Console'
- type: status
status:
- 200
# digest: 4a0a004730450221009ad6a03be0cad212a739aa82251c44981752dd542908d109279acdc6cca1f9e9022033f6161aeff0ac1024dd0717dddc3963859cd81d0de7a91cbc80181be67cb863: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/jboss/jboss-jbpm-admin.yaml"

View on Github