Skip to content

Ricoh Default Login

ID: ricoh-default-login

Severity: high

Author: gy741

Tags: ricoh,default-login

Ricoh default admin credentials were discovered.

id: ricoh-default-login
info:
name: Ricoh Default Login
author: gy741
severity: high
description: Ricoh default admin credentials were discovered.
reference:
- https://ricoh-printer.co/default-username-and-password-for-ricoh-web-image-monitor/
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
tags: ricoh,default-login
http:
- raw:
- |
POST /web/guest/tw/websys/webArch/login.cgi HTTP/1.1
Host: {{Hostname}}
Cookie: cookieOnOffChecker=on;
wimToken=&userid_work=&userid={{base64(username)}}&password_work=&password=&open=
payloads:
username:
- admin
attack: pitchfork
matchers-condition: and
matchers:
- type: regex
regex:
- 'wimsesid=[0-9]+'
part: header
- type: status
status:
- 302
# digest: 4b0a00483046022100c25b1b6897736593ea26c91c742ba5d9f63e7c4032d2907884310b534d8efc98022100b99b7bc3053bda9e72715164fc6622fb9b3f2c1512a17465beed0455862311fd: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/ricoh/ricoh-weak-password.yaml"

View on Github