Join our Newsletter — 33% off our NHI Course

Why do unmanaged and BYOD devices create gaps in traditional security controls?

Unmanaged, guest, contractor, IoT, and OT devices often cannot support endpoint agents, so traditional endpoint controls miss them. DNS enforcement closes that gap because every device must make DNS queries before reaching a destination. That makes the resolver a practical control point for applying consistent policy without installing software on the device.

Why This Matters for Security Teams

Unmanaged and BYOD devices create a control gap because most traditional security stacks assume the organisation can install software, enforce policy on the endpoint, and continuously attest to device health. That assumption fails when the device is personal, externally owned, guest-provisioned, or purpose-built for a narrow function such as IoT or OT. The result is blind spots in visibility, access control, and incident response. Guidance from NIST Cybersecurity Framework 2.0 is clear that asset visibility and protective controls must extend beyond managed endpoints if risk is to be reduced in a consistent way.

Security teams often underestimate how quickly these gaps become operational issues. Unmanaged devices may still reach SaaS, internal applications, or internet destinations, but the organisation cannot reliably inspect them with EDR, push posture checks, or guarantee that local firewall and DNS settings are intact. That leaves policy enforcement fragmented across identity, network, and application layers. The practical problem is not only malicious use; it is also routine business access from devices that cannot be governed in the same way as corporate laptops. In practice, many security teams encounter the device gap only after an incident review shows that critical access was granted from endpoints that were never enrolled in control coverage.

How It Works in Practice

Closing this gap starts with accepting that device trust and device management are not the same thing. Traditional endpoint controls work well when a device can run an agent, receive configuration, and report telemetry. For unmanaged endpoints, the security control point shifts to places the device must use anyway, such as DNS resolution, identity provider policy, secure web gateways, or zero trust access brokers. NIST’s control catalog in NIST SP 800-53 Rev 5 Security and Privacy Controls is useful here because it separates inventory, access enforcement, monitoring, and boundary protection into distinct control objectives rather than assuming one tool covers all of them.

Operationally, teams usually combine several measures:

  • Require strong identity proofing and MFA before access is granted.
  • Use network-level controls, such as DNS policy or proxy enforcement, to apply rules without endpoint software.
  • Segment access by application, sensitivity, and device posture instead of granting broad network reach.
  • Limit unmanaged devices to web-only or narrowly scoped workflows where feasible.
  • Log resolver activity, identity events, and access decisions together for investigation and correlation.

This approach works because every device that communicates online must resolve names, even when it cannot run an agent. It is especially useful for contractor laptops, guest devices, kiosks, and some IoT classes that support only minimal management. The key is to treat DNS as a policy checkpoint, not as a complete security layer, and to pair it with identity and application controls. These controls tend to break down in highly distributed environments with split-tunnel VPNs, locally administered DNS settings, or unmanaged OT networks because policy enforcement can be bypassed or applied inconsistently.

Common Variations and Edge Cases

Tighter control over unmanaged and BYOD access often increases user friction and support overhead, requiring organisations to balance access convenience against policy consistency. That tradeoff becomes sharper when the business depends on contractors, personal devices, or devices that cannot run standard agents.

Best practice is evolving for environments where device trust signals are incomplete. Some organisations use conditional access to allow low-risk SaaS usage from BYOD while blocking privileged actions, but there is no universal standard for how much device assurance is enough. Others rely on DNS filtering as a compensating control, yet DNS alone cannot prove a device is healthy, prevent traffic over hard-coded IPs, or stop misuse inside already trusted sessions. The strongest designs therefore combine identity, network, and application checks rather than betting on any single layer.

Identity is the bridge here. When unmanaged devices are allowed, the organisation must know not only who the user is, but what level of access the session should receive and whether that access should expire quickly. That is where strong authentication, session limits, and least-privilege authorization matter most. For regulated or higher-risk environments, this also supports better auditability and incident reconstruction, especially when device ownership is outside the organisation’s direct control.

Standards & Framework Alignment

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

NIST CSF 2.0 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-1 Unmanaged devices require identity-based access enforcement beyond endpoint trust.
NIST SP 800-53 Rev 5 AC-17 Remote access controls are central when unmanaged devices connect from outside trust boundaries.

Tie access decisions to identity and session context, not device ownership alone.