Skip to content

Jboss Seam Debug Page Enabled

ID: jboss-seam-debug-page

Severity: medium

Author: dhiyaneshDK

Tags: jboss,logs,exposure

Jboss Seam Debug Page was exposed.

id: jboss-seam-debug-page
info:
name: Jboss Seam Debug Page Enabled
author: dhiyaneshDK
severity: medium
description: Jboss Seam Debug Page was exposed.
reference:
- https://github.com/jaeles-project/jaeles-signatures/blob/master/common/jboss-seam-debug-page.yaml
metadata:
max-request: 1
tags: jboss,logs,exposure
http:
- method: GET
path:
- "{{BaseURL}}/debug.seam"
matchers-condition: and
matchers:
- type: word
words:
- "SeamDebugPage"
- "org.jboss.seam"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100f8bf0655a277d3999b6ac9eed12fc12f6c12674649add3629a8841f79a7cbf6702204bd886b829765b9333c2b03a237a4e2039ea3e9e3f206f85b916267b5b15cf71: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/exposures/logs/jboss-seam-debug-page.yaml"

View on Github