amr-printer-management-unauth: AMR Printer Management Dashboard - Exposure

2025-08-01 amr printer management PoC Public

Description

Unauthorized access to the AMR Printer Management dashboard was possible, potentially exposing sensitive printer configuration and management interfaces without proper authentication.

PoC

id: amr-printer-management-unauth

info:
  name: AMR Printer Management Dashboard - Exposure
  author: ritikchaddha
  severity: medium
  description: |
    Unauthorized access to the AMR Printer Management dashboard was possible, potentially exposing sensitive printer configuration and management interfaces without proper authentication.
  metadata:
    max-request: 1
    verified: true
    shodan-query: title:"AMR Printer Management"
    fofa-query: title="AMR Printer Management"
  tags: network,iot,printer,misconfig,unauth,intrusive,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}"
      - "{{BaseURL}}/amr"

    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "AMR Printer Management"
          - "<span>Basic Setup"
          - "<span>Log"
        condition: and

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

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

References

Related Vulnerabilities