Supply chain attacks turn trust into a weapon. Instead of breaking through defenses, the attacker compromises something the target already trusts, a software update, a firmware image, a vendor tool, and lets the target install it.

For OT, this is especially dangerous because update and vendor channels are deliberately trusted paths into otherwise protected environments. Securing the supply chain means controlling what comes in through those channels as carefully as what is kept out everywhere else.

01Key takeaways

  1. 01

    Supply chain attacks compromise trusted software, firmware or vendors so the threat arrives through an approved path.

  2. 02

    OT update and vendor channels are trusted by design, which makes them a high-value route in.

  3. 03

    Firmware and update mechanisms are particularly dangerous because they run with deep privilege and are hard to inspect.

  4. 04

    Controlling ingress with staging, validation and time-bound or one-way paths limits what a compromised update can do.

  5. 05

    Vendor due diligence and software transparency (SBOMs) support, but do not replace, technical ingress control.

02What an OT supply chain attack is

A supply chain attack compromises a product or provider that the target trusts, so that the malicious element is delivered through a legitimate channel. The victim installs a tampered update or trusts a compromised vendor, and the attacker gains access without ever breaching the perimeter directly.

In OT, the trusted elements include control software, device firmware, engineering tools and the vendors who maintain them. Because these are exactly the things an operator must trust to run the plant, a compromise of any of them is hard to detect and easy to propagate.

A supply chain attack does not break your trust boundary; it rides through it on something you trusted.

03Software, firmware and update vectors

Software
Control applications, engineering tools and their dependencies can be tampered with upstream and delivered as trusted installs or updates.
Firmware
Device and controller firmware runs with deep privilege and is hard to inspect, making a compromised image especially dangerous and persistent.
Updates
The update mechanism itself is a trusted, privileged channel; if it is subverted, malicious content is delivered with full authority.
Vendor channels
Tools, media and remote access provided by vendors can carry a compromise from the vendor's environment into yours.

04Why OT update paths are trusted and dangerous

Update paths are built to be trusted. They are allowed through segmentation, granted privilege to modify systems, and often exempt from the scrutiny applied to other traffic, precisely because they are supposed to be safe.

That trust is the vulnerability. An attacker who compromises the source of an update inherits all of the trust the update path carries, reaching deep into the environment with the authority to change the systems that run it. The very mechanism meant to keep systems healthy becomes the way in.

05Controlling update ingress

Because updates must come in, the goal is not to block them but to control how they enter and limit what a malicious one can do. The strongest pattern treats incoming software and firmware as untrusted until validated.

  • Stage updates in an isolated area before they reach production, never installing directly from an external source.
  • Validate integrity and authenticity, and scan and inspect content before it is allowed inward.
  • Bring updates in through a controlled, time-bound or one-way path rather than a standing connection.
  • Apply updates in approved windows, with the ability to roll back, rather than continuously.
  • Keep the ingress path disconnected by default so there is no permanent route for tampered content to arrive.

An AIRGAPNET controlled connectivity pattern supports this by keeping the update ingress path offline by default and opening it only for an approved, supervised update window, so the trusted channel exists only when it is actually being used.

06Vendor due diligence and software transparency

Technical controls work best alongside knowing what you are trusting. Vendor due diligence and software transparency reduce the chance of an unseen compromise and speed the response when one is discovered.

  • Assess the security practices of vendors whose software, firmware and access reach your OT.
  • Use a software bill of materials (SBOM) to understand components and their known vulnerabilities.
  • Track advisories so a newly disclosed supply chain issue can be acted on quickly.
  • Define contractual expectations for vendor security and incident notification.

These measures inform risk decisions, but they do not stop a tampered update on their own. They complement, rather than replace, controlling how updates enter.

07Closing thought

Supply chain attacks are effective because they exploit necessary trust. You cannot run a plant without updates, firmware and vendors, so you cannot simply refuse them. What you can do is stop trusting them blindly.

Treat incoming software and firmware as untrusted until proven otherwise, control the path they arrive through, and know what you are installing. The update channel should be a supervised gate that opens on purpose, not an open door standing permanently ajar.

FAQFrequently asked questions

What is a supply chain attack in OT?

A supply chain attack compromises a trusted product or provider, such as control software, device firmware, an engineering tool or a vendor, so the threat is delivered through a legitimate, trusted channel rather than by breaching defenses directly.

Why are OT update paths so dangerous?

Update paths are trusted by design: allowed through segmentation, granted privilege to modify systems and often exempt from scrutiny. An attacker who compromises the source inherits all that trust, reaching deep into the environment with authority to change it.

How can you secure OT software and firmware updates?

Treat incoming updates as untrusted until validated. Stage them in isolation, validate integrity and authenticity, scan content, bring them in through a controlled time-bound or one-way path, apply them in approved windows, and keep the ingress path disconnected by default.

Does an SBOM prevent supply chain attacks?

An SBOM helps you understand components and known vulnerabilities and respond faster when an issue is disclosed, but it does not stop a tampered update by itself. It complements technical ingress control rather than replacing it.

Why is firmware a particular supply chain risk?

Firmware runs with deep privilege beneath the operating system and is hard to inspect, so a compromised image is both dangerous and persistent, potentially surviving reinstalls and undermining controls running above it.

SRCSources of record

Trust, but gate it

Make the update channel a gate that opens on purpose.

Keep the update ingress path offline by default and open it only for an approved, supervised window, so a tampered update has no standing route into your OT.

Related article

Continue the thread Controlling Vendor Remote Access in OT Networks