Building Camera System — Public-Internet Exposure Assessment

Prepared for the HOA Board (site identifier: “Gallery”)  ·  by Elberta Labs · elbertalabs.com  ·  July 2026
Confirmed: two camera-system components are open to the entire internet

What we found — in plain terms

Two parts of the building's camera system are reachable from anywhere on the public internet, at the building's internet address 162.255.94.170:

  • The camera recorder (the device that records and streams all cameras) — its web login and its remote-control/streaming port are reachable from the public internet, independently confirmed from an outside network (see p.2).
  • The video-analytics computer (IntuVision) — which hands out details about itself to anyone who connects, with no password required.

This was assessed passively and with the Board's authorization: we looked only at what the systems reveal to any internet user. We did not log in and did not view any footage. The concern is not that we saw video — it is that the front door has been left open to the internet, on equipment that is known to be targeted, since 2021.

This defeats the camera-network isolation the HOA believed it had

The camera system may well be on its own isolated network inside the building — but that isolation has been negated at the building's router, which publishes the recorder directly to the public internet (most likely so the vendor can log in remotely). Network isolation protects against threats on neighbouring internal networks; it does nothing once a device is deliberately opened to the whole internet. Worse: if that internet-facing recorder were broken into, the intruder would land inside the very isolated camera network the HOA set up to contain such a breach. The isolation is providing a false sense of security.

The recorder is a federally-flagged manufacturer (Dahua)

The recorder is made by Dahua, a Chinese manufacturer that the U.S. federal government has banned from government use on national-security grounds (NDAA §889, effective 2020) and that the FCC placed on its Covered List in 2022 (no new U.S. sales authorizations). This is not illegal for a private HOA to own, but it is a material reason to reconsider the platform — and it raises the stakes of leaving one exposed to the internet.

Why it matters

Camera recorders of this brand and vintage, left open to the internet, are among the most heavily scanned and compromised devices on the web — used to steal footage and to recruit the device into criminal botnets. Because this system has been exposed since 2021, it must be treated as potentially already accessed by outsiders, whether or not anyone can prove a specific break-in today. The recommended fix is the same either way.

What we recommend — first three steps

  1. Close the internet exposure now. Remove the router rules that forward the recorder and the analytics computer to the internet (technical detail on p.2).
  2. Restore genuine remote access safely via a private, password-protected connection (VPN) rather than an open port — so the vendor can still work, but the world cannot.
  3. Assume prior exposure: update the recorder, change its passwords, and review its logs for unfamiliar logins — then decide, as a Board, on any resident notification.

Technical findings, the verbatim data these systems serve to the public internet, the specific security vulnerabilities involved, and references follow.

Elberta Labs · Camera-System Exposure Assessment · Gallery HOAExecutive Summary

Technical Findings

Scope, method & authorization

Authorized by the HOA Board as system owner. Method was passive and read-only throughout — no credentials submitted, no configuration or controls touched, no video accessed. To rigorously separate “reachable from the public internet” from “reachable only within the building’s shared network,” reachability was checked from three independent vantage points:

Vantage pointWhat it establishes
1 · On-building probe
host inside a unit; public egress 162.255.94.169
Reachability from within the building network. On its own this cannot prove public exposure — a building-edge “NAT hairpin” can make a purely internal path appear external. Used only as a first pass.
2 · Off-network probe
T-Mobile cellular; public egress 172.56.65.57 (T-Mobile USA, AS21928 — different owner & network from the building)
The decisive test. A connection from a network with no relationship to the building; anything reachable here is genuinely exposed to the public internet.
3 · Third-party scanner
Shodan internet-wide scan record
Independent corroboration that an outside party has already observed the open ports on this IP.

This distinction is not academic: it is the difference between “exposed to the entire internet” and “exposed across the building’s shared network.” Both warrant action; the required remediation differs.

Reachability by port — 162.255.94.170 (ISP: Gigsouth)

Port / serviceOn-buildingPublic internet
88 — Dahua web loginOPENOPEN — public (cellular + Shodan)
9333 — IntuVision analyticsOPENOPEN — public (cellular + Shodan)
91 — secondary web servicenot characterizedOPEN — public (cellular + Shodan)
37777 — Dahua SDK/DVRIP (control + streaming; SmartPSS port)OPENOPEN — public (cellular-confirmed)
37778 — Dahua UDP companionOPENOPEN — public (cellular-confirmed)
554 — RTSP (direct stream)closedclosed — not forwarded (mitigating)
22 / 80 / 443 / 3389closedclosed
Verdict: confirmed publicly exposed — not a building-network artifact

The identical open-port set (88, 91, 9333, 37777, 37778) was observed from T-Mobile cellular (egress 172.56.65.57, AS21928 — a network with no relationship to the building), and independently corroborated by Shodan's internet-wide scanner. This rules out a building-internal NAT hairpin: the exposure is to the open internet. Only RTSP (554) and RDP (3389) are not exposed.

What we determined about the systems (from the exposed data)

Recorder — brand/typeDahua DVR/NVR, device type X72A3A
Recorder — Web GUIversion 3.2.7 (build 144753); media plugin 4.1.63
Recorder — firmware ageweb assets dated 2021-10-13 (several years old)
Recorder — configured portsRTSP 554, TCP/SDK 37777, HTTP 88 (from the device's own cap.js)
Analytics — product/versionIntuVision 17.0.6.18932 on Windows host DESKTOP-1JL79ER
Analytics — site recordsite name Gallery; site GUID a3e3c68b-766c-4fae-bfc8-1ef740c82ee7; commissioned 2021-11-04; license valid through 2027-02-15
Analytics — licensed modulesCore, Security, Traffic, Standard — 4 package IDs
Cameras on system4 (server field cameras-total)
Integrator (disclosed by server)TeleNavigators · Dave Klepp · Dave@ess.guru
Field labeled site-pin560071 — purpose unconfirmed (may be a vendor/site identifier; confirm & rotate)

Access-control posture (read-only)

Partly reassuring: the recorder's protected control APIs require authentication (every magicBox/configManager request returned HTTP 401), and the classic Dahua unauthenticated password-disclosure URLs are not present on this firmware (HTTP 404). Only the login page itself is reachable (HTTP 200). In other words, the device is exposed but asking for a password — not trivially wide-open through the best-known holes. The remaining realistic risks (weak/default password; a firmware-specific authentication-bypass vulnerability) are covered on the last page and are what any further, separately-authorized testing would examine.

The network-isolation analysis

A single router port-forward rule for port 37777 (Dahua's SmartPSS remote-management port) is the most likely reason this recorder is internet-facing — it lets the vendor connect from off-site. But that rule bridges the isolated camera VLAN to the public internet. VLAN/segmentation isolation is a control against lateral movement between internal networks; it is not a control against a device that has been deliberately published to the internet at the perimeter. The recorder therefore functions as an internet-reachable pivot point into the isolated segment — the exact outcome the isolation was intended to prevent. Remediation must move remote access behind a VPN so the isolation holds end-to-end.

Elberta Labs · Camera-System Exposure Assessment · Gallery HOATechnical Findings

Verbatim Evidence

The following is copied exactly as the systems served it to an unauthenticated internet connection (the same responses were observed from the T-Mobile cellular vantage). Nothing here required a login. This is the raw basis for the findings above.

A. IntuVision analytics server — response on connecting to port 9333 (no login sent)

~1,900 bytes returned immediately on connection. Readable fields shown verbatim:

company TeleNavigators contact Dave Klepp site-email Dave@ess.guru issuer intuVision machine-name DESKTOP-1JL79ER site-name Gallery site-guid a3e3c68b-766c-4fae-bfc8-1ef740c82ee7 site-pin 560071 site-version 17.0.6.18932 cameras-total 4 site-start-date 2021-11-04T15:50:09.000-04:00 site-end-date 2027-02-15T00:00:00.000-05:00 max-version 2027-02-15 package-guids 086F4BAF-3FBD-490B-AD3A-EB89AB03BB1D | 2D136014-8AE7-485F-8573-A030385DF362 | 67D18C2F-7710-44C4-A18E-6C0022A4D863 | D26AE26B-B1F5-4333-BD11-36F193F7A21E package-names Core · Security · Traffic · Standard capabilities api-server · web-api · remote-clients · video-recording · distributed-system · post-processing · aggregate-events · track-summaries mac-address-hash (present) signature Po+/ip42V8YhUuE7c2nzitUZldk0v5VEjSro6RJCYgN8tcB349nZBb2y1hu/qvgS56IM97BPhSp/Mer WjBUXKTfbYBUBzHgprJq4XoctCqY1Pj0dS3Xk12qlB1YhseBMH3ogA6yYSfHivKfDMuQ7+o0KwKFXSO oYdS+GY7HdfugDJKtP2I9EaLf1JjGHonl1qmGPJMZyJvdsE/TFD1sr2HZPEUOhR4CFfYk4H1wAKj6Rn lFT4OE7ouwTnk8rPYRI1Sbumoi9ARbdHGIJ2LzPBdOOIv2Td876wzhPzSk4sCVZxHt8oNr9j4bu/2t6 NcJ/sbr7wkB/3qEGqdawyrMsZA==

B. Dahua recorder — HTTP response headers, port 88 (public)

HTTP/1.1 200 OK Last-Modified: Wed, 13 Oct 2021 08:07:34 GMT Etag: "1634112454:ca5" Content-Length: 3237 Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval' X-Frame-Options: SAMEORIGIN Content-Type: text/html # page title served: "WEB SERVICE" (Dahua ExtJS UI)

C. Dahua recorder — cap.js (served unauthenticated to every visitor)

var talkTypes='2&1&4&'; var devType='X72A3A'; var userInfo='This is user info!'; var streamCap=19; var rtspport = 554; var ClientType = 0; var capTcpPort = 37777; var radius = false; var httpPort = 88;

D. Dahua recorder — version files (served unauthenticated)

webVersion.js → var VERSION_GUI="version=3,2,7,144753"; pluginVersion.js → var PLUGINS_VERSION = '4.1.63.892909'; var PLUGINS_CLASSID = '5FF17BAA-51B4-443b-B695-CF73919F22E8';

E. Port scan summary (consistent from building host and T-Mobile cellular)

162.255.94.170 88 OPEN Dahua web login 162.255.94.170 91 OPEN secondary web service 162.255.94.170 37777 OPEN Dahua SDK / DVRIP (control + streaming) 162.255.94.170 37778 OPEN Dahua UDP 162.255.94.170 9333 OPEN IntuVision analytics 162.255.94.170 554 closed RTSP (not internet-forwarded) 162.255.94.170 3389 closed RDP (not exposed)
Elberta Labs · Camera-System Exposure Assessment · Gallery HOAVerbatim Evidence

Known Vulnerabilities, Vendor Status & Remediation

Publicly documented issues relevant to this device class / firmware

ReferenceRelevance here
CVE-2021-33044 / -33045Unauthenticated remote authentication bypass on Dahua login (CVSS 9.8); listed by CISA as exploited in the wild. Fixed only in firmware released after Sept 2021. This unit's web assets date to Oct 2021 — the patch boundary, so patch status cannot be confirmed externally. This is the single most important open question.
CVE-2013-6117Unauthenticated credential/serial disclosure directly off port 37777. Almost certainly patched on 2021 firmware, but it is the reason an open 37777 is treated as high-risk.
Internet exposure of 37777Well-documented mass-compromise vector: exposed Dahua recorders are continuously scanned, indexed by IoT search engines (Shodan/ZoomEye), and recruited into botnets; breaches commonly combine an open 37777 with default accounts (Dahua 888888/666666) or weak admin passwords.
Vendor status — Dahua is federally restricted

NDAA §889 (effective Aug 2020) bars the U.S. federal government from procuring or using Dahua video-surveillance equipment on national-security grounds. The FCC added Dahua to its Covered List and in Nov 2022 prohibited new U.S. equipment authorizations. Private organizations are not legally barred from owning Dahua gear, but many enterprises and HOAs are moving off it for the same risk reasons — relevant to any decision about upgrading versus replacing.

Recommended remediation (priority order)

  1. Immediately remove the public port-forwards at the building router: 88, 37777, 37778 (recorder) and 9333 (analytics). Highest impact, lowest risk.
  2. Re-provide remote access over a VPN (e.g. WireGuard/Tailscale) so the vendor connects through an authenticated tunnel, and the camera network's isolation holds end-to-end.
  3. Update the Dahua firmware (closes CVE-2021-33044/33045 if unpatched) and change the admin password; remove/disable any default 888888/666666 accounts.
  4. Take the IntuVision analytics server off the public internet; confirm the site-pin's role with the vendor and rotate if it grants access.
  5. Assume prior exposure: review recorder access logs for unknown logins/foreign IP addresses; the Board decides on resident notification based on findings.
  6. Address the host's 100% CPU/memory saturation separately once secured — a reliability issue distinct from this exposure.
  7. Strategic: given the federal status of the recorder brand, evaluate a longer-term migration path off Dahua.

Proposed further testing — pending explicit Board approval (Tier 2)

All below are non-destructive, stop at proof-of-access, and view no footage: (a) test a small set of known-default credentials on the recorder; (b) determine whether this firmware is vulnerable to CVE-2021-33044/33045; (c) review public IoT-scanner history for this IP to gauge how long it has been indexed. These would confirm whether the exposure was actually exploitable, to inform notification decisions.

References

CISA / CVE-2021-33044/33045 — bleepingcomputer.com/news/security/unpatched-dahua-cams-vulnerable-to-unauthenticated-remote-access · securityweek.com/cisa-warns-of-exploited-vulnerabilities-impacting-dahua-products
Port 37777 exposure & mass-compromise — ipvm.com/reports/hack-dahua-recorders · videoexpertsgroup.com/glossary/port-37777
NDAA §889 / FCC Covered List — ipvm.com/reports/hikua-bans
Elberta Labs · Camera-System Exposure Assessment · Gallery HOAVulnerabilities & Remediation