Skip to content

Apache Struts - OGNL Console

ID: struts-ognl-console

Severity: unknown

Author: DhiyaneshDK

Tags: apache,struts,ognl,panel,misconfig

This development console allows the evaluation of OGNL expressions that could lead to Remote Command Execution

id: struts-ognl-console
info:
name: Apache Struts - OGNL Console
author: DhiyaneshDK
severity: unknown
description: |
This development console allows the evaluation of OGNL expressions that could lead to Remote Command Execution
remediation: Restrict access to the struts console on the production server
reference:
- https://github.com/PortSwigger/j2ee-scan/blob/master/src/main/java/burp/j2ee/issues/impl/ApacheStrutsWebConsole.java
classification:
cpe: cpe:2.3:a:apache:struts:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: apache
product: struts
shodan-query: html:"Struts Problem Report"
tags: apache,struts,ognl,panel,misconfig
http:
- method: GET
path:
- '{{BaseURL}}/struts/webconsole.html?debug=console'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome to the OGNL console!'
- type: status
status:
- 200
# digest: 490a0046304402207c1ddc94886c2d5bed37962d672f884e404b0b8390b42f71a2375dd9f09b3f0002202e204b4bd61ccaeb72ab737addcd9880ca8d5a5323850d4b6ae03cfdd249ab8b: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/struts-ognl-console.yaml"

View on Github