Join our Newsletter — 33% off our NHI Course

What breaks when IoT devices are left on default settings?

IoT devices with default passwords and weak setup controls often become the first foothold for attackers. Once compromised, they can expose home or office networks, enable traffic interception, or serve as launching points for broader intrusion. Security teams should change defaults immediately, isolate these devices on separate networks, and keep firmware updated to reduce exposure.

Why This Matters for Security Teams

Default settings are not a convenience issue, they are an access-control and exposure issue. When IoT devices ship with shared passwords, open services, and permissive onboarding, they often bypass the normal discipline applied to laptops, servers, and cloud workloads. NIST’s NIST SP 800-53 Rev 5 Security and Privacy Controls is clear that access control, configuration management, and system integrity are foundational, yet IoT deployments frequently treat them as optional afterthoughts.

The practical risk is broader than device takeover. A single unmanaged camera, printer, sensor, or smart controller can expose management interfaces, leak telemetry, or provide a pivot into adjacent network segments. In mixed environments, that also creates identity risk: devices become persistent non-human identities with credentials, certificates, or tokens that are rarely inventoried with the same rigour as human accounts. Once those defaults remain in place, defenders lose visibility into who or what is actually trusted.

In practice, many security teams encounter IoT compromise only after unusual traffic, lateral movement, or an incident review reveals the device was never hardened in the first place.

How It Works in Practice

Leaving IoT devices on default settings usually breaks security in a predictable sequence. First, attackers scan for exposed services, well-known usernames, factory passwords, and unchanged administrative endpoints. Then they use that access to alter settings, disable logging, enroll rogue DNS or proxy values, or install malicious firmware where the platform allows it. In stronger attack paths, the device becomes a foothold for credential capture or lateral movement rather than a target in itself.

Operationally, the best response is a baseline that treats every IoT asset as untrusted until proven otherwise. That means hardening at onboarding, not after deployment. Current guidance suggests four minimum controls:

  • Change default passwords and disable shared credentials before the device joins production.
  • Place IoT devices on segmented networks with tight egress and east-west restrictions.
  • Apply firmware updates and signed configuration packages from a trusted source.
  • Inventory device identities, certificates, and remote management channels so they can be reviewed and revoked.

For environments with stronger governance needs, map these practices to a control baseline such as NIST SP 800-53 Rev 5 and use it to define configuration standards, patch cadence, and audit evidence. A useful mental model is that each device is both an endpoint and an identity-bearing system, so its password, certificate, and management plane all require lifecycle control. That distinction matters because a device can be “patched” yet still remain exposed if the default admin path or remote support account was never removed.

These controls tend to break down when devices are deployed at scale across multiple vendors because inconsistent management interfaces and unsupported firmware make uniform hardening difficult.

Common Variations and Edge Cases

Tighter device hardening often increases rollout time and support overhead, requiring organisations to balance security benefits against operational convenience. That tradeoff is most visible in consumer IoT, legacy OT-adjacent gear, and low-cost devices where default accounts cannot be fully removed or firmware updates are irregular. Best practice is evolving here, and there is no universal standard for every device class.

Some devices are designed for headless deployment, so initial provisioning may rely on temporary defaults before certificates, scoped tokens, or enrollment workflows are installed. That can be acceptable only if the bootstrap path is tightly controlled and the temporary access is immediately retired. In regulated or higher-risk environments, the stronger pattern is to treat device identity like any other privileged credential: assign it narrowly, rotate it, and revoke it when the asset is decommissioned.

Network isolation also has exceptions. A camera or sensor that must communicate with a cloud service may still need controlled outbound access, but that is not the same as allowing broad internet reachability. The same principle applies to smart building systems and branch-office equipment, where segmentation should reduce blast radius without breaking required telemetry. For identity-heavy deployments, non-human identity governance becomes the real control plane: if the device’s certificate, token, or API key is not tracked, the environment is not actually hardened.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC Default credentials and weak access paths are a direct access-control failure.
OWASP Non-Human Identity Top 10 IoT devices often act as unmanaged non-human identities with exposed credentials.
NIST Zero Trust (SP 800-207) SP 800-207 Segmenting untrusted IoT devices aligns with zero trust assumptions.
NIST SP 800-53 Rev 5 CM-2 Secure baselines are essential because default settings are the initial risk.

Inventory IoT access paths, remove defaults, and enforce least privilege at every admin interface.