<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Henning Lorenzen</title>
    <description>The latest articles on Forem by Henning Lorenzen (@henning_lorenzen_52af586f).</description>
    <link>https://forem.com/henning_lorenzen_52af586f</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3670075%2F741ab50d-45de-49aa-9665-2c51a6b4a37e.png</url>
      <title>Forem: Henning Lorenzen</title>
      <link>https://forem.com/henning_lorenzen_52af586f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/henning_lorenzen_52af586f"/>
    <language>en</language>
    <item>
      <title>BYOD or BYOB? Why Bring Your Own Device Often Means Bring Your Own Breach</title>
      <dc:creator>Henning Lorenzen</dc:creator>
      <pubDate>Fri, 19 Dec 2025 07:04:52 +0000</pubDate>
      <link>https://forem.com/henning_lorenzen_52af586f/byod-or-byob-why-bring-your-own-device-often-means-bring-your-own-breach-58n3</link>
      <guid>https://forem.com/henning_lorenzen_52af586f/byod-or-byob-why-bring-your-own-device-often-means-bring-your-own-breach-58n3</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F524e0yyd7rtt85rcg0kv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F524e0yyd7rtt85rcg0kv.png" alt=" " width="800" height="1200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BYOD&lt;/strong&gt; is sold as flexibility.&lt;/p&gt;

&lt;p&gt;In reality, it often becomes an unmanaged attack surface.&lt;/p&gt;

&lt;p&gt;Most companies proudly claim they have a &lt;strong&gt;BYOD policy&lt;/strong&gt;.&lt;br&gt;
Employees use their own laptops, tablets, and phones — productivity goes up, hardware costs go down.&lt;/p&gt;

&lt;p&gt;But what many organizations actually deploy is not BYOD.&lt;br&gt;
It’s &lt;strong&gt;BYOB: Bring Your Own Breach.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The uncomfortable truth about BYOD
&lt;/h2&gt;

&lt;p&gt;From a security and engineering perspective, &lt;strong&gt;BYOD usually means&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;Devices you did not provision&lt;/p&gt;

&lt;p&gt;Operating systems you do not control&lt;/p&gt;

&lt;p&gt;Software stacks you did not approve&lt;/p&gt;

&lt;p&gt;Admin rights you cannot reliably revoke&lt;/p&gt;

&lt;p&gt;Yet these devices routinely get:&lt;/p&gt;

&lt;p&gt;VPN access&lt;/p&gt;

&lt;p&gt;Cloud console access&lt;/p&gt;

&lt;p&gt;Production credentials&lt;/p&gt;

&lt;p&gt;Source code&lt;/p&gt;

&lt;p&gt;Customer data&lt;/p&gt;

&lt;p&gt;That’s not flexibility.&lt;br&gt;
That’s trust without verification.&lt;/p&gt;

&lt;h2&gt;
  
  
  But we have a policy
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Policies are not controls.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most BYOD policies rely on assumptions like:&lt;/p&gt;

&lt;p&gt;Employees will keep their systems updated&lt;/p&gt;

&lt;p&gt;They won’t install shady software&lt;/p&gt;

&lt;p&gt;They won’t reuse passwords&lt;/p&gt;

&lt;p&gt;They won’t run random browser extensions&lt;/p&gt;

&lt;p&gt;None of these assumptions hold up in the real world.&lt;/p&gt;

&lt;p&gt;Especially not when:&lt;/p&gt;

&lt;p&gt;Developers need admin rights&lt;/p&gt;

&lt;p&gt;Time pressure beats security&lt;/p&gt;

&lt;p&gt;Tooling friction is seen as the enemy&lt;/p&gt;

&lt;h2&gt;
  
  
  The hidden risk: invisible privilege escalation
&lt;/h2&gt;

&lt;p&gt;The real danger of BYOD is not malware alone.&lt;br&gt;
It’s privilege drift.&lt;/p&gt;

&lt;p&gt;A typical pattern looks like this:&lt;/p&gt;

&lt;p&gt;Personal device joins the company ecosystem&lt;/p&gt;

&lt;p&gt;Temporary access is granted to get started&lt;/p&gt;

&lt;p&gt;Access accumulates over time&lt;/p&gt;

&lt;p&gt;No one revisits the original trust decision&lt;/p&gt;

&lt;p&gt;Months later, an unknown device effectively holds admin-level reach across critical systems.&lt;/p&gt;

&lt;p&gt;At that point, a single compromised laptop is no longer an endpoint issue —&lt;br&gt;
it’s an &lt;strong&gt;organizational breach vector&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why traditional controls don’t scale
&lt;/h2&gt;

&lt;p&gt;Classic security measures struggle in BYOD environments:&lt;/p&gt;

&lt;p&gt;Endpoint hardening is not enforceable&lt;/p&gt;

&lt;p&gt;Full disk encryption is optional at best&lt;/p&gt;

&lt;p&gt;Device compliance checks are circumventable&lt;/p&gt;

&lt;p&gt;Network perimeters are largely irrelevant in cloud setups&lt;/p&gt;

&lt;p&gt;Modern architectures are distributed, identity-driven, and API-based.&lt;br&gt;
BYOD multiplies complexity exactly where clarity is needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rethinking BYOD: from devices to trust boundaries
&lt;/h2&gt;

&lt;p&gt;The question should not be:&lt;br&gt;
Is this a company or personal device?&lt;/p&gt;

&lt;p&gt;The real question is:&lt;br&gt;
&lt;strong&gt;What can this device do if it gets compromised?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Better approaches focus on:&lt;/p&gt;

&lt;p&gt;**Zero Trust principles&lt;/p&gt;

&lt;p&gt;Strong device attestation&lt;/p&gt;

&lt;p&gt;Least-privilege by default&lt;/p&gt;

&lt;p&gt;Time-boxed and context-aware access&lt;/p&gt;

&lt;p&gt;Clear separation between identity, device, and workload trust**&lt;/p&gt;

&lt;p&gt;In some cases, the most honest answer is simply:&lt;br&gt;
&lt;strong&gt;This role should not be BYOD.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That’s not anti-flexibility.&lt;br&gt;
That’s engineering reality.&lt;/p&gt;

&lt;h2&gt;
  
  
  BYOD isn’t free — breaches are expensive
&lt;/h2&gt;

&lt;p&gt;BYOD shifts cost from &lt;strong&gt;hardware budgets&lt;/strong&gt; to &lt;strong&gt;risk exposure&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;When a breach happens, it rarely matters who owned the device.&lt;br&gt;
It matters &lt;strong&gt;who granted access&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;If your threat model assumes good intentions as a security control,&lt;br&gt;
you’re not running BYOD.&lt;br&gt;
You’re running &lt;strong&gt;BYOB&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;For more on secure architectures, trust boundaries, and the hidden tradeoffs between policy and engineering reality, visit&lt;br&gt;
&lt;a href="https://magazine.nws.engineering" rel="noopener noreferrer"&gt;https://magazine.nws.engineering&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;NWS.magazine is a curated publication published by &lt;a href="https://nws.engineering" rel="noopener noreferrer"&gt;https://nws.engineering&lt;/a&gt;, exploring the sharp edges of strategy, technology, and legal innovation — with original perspectives for decision-makers across practice, policy, and product.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stay informed – and one step ahead. Read NWS.magazine.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>it</category>
      <category>hacker</category>
    </item>
  </channel>
</rss>
