Trusted Intermediary Compromise¶
Core Idea¶
A consumer's integrity depends on an upstream producer through a channel that does not distinguish legitimate output from adversarial substitution; an attacker who gains write access upstream rides the transitivity of trust to push a hostile payload past a perimeter it bypasses rather than breaks — go upstream, write once, harm many.
How would you explain it like I'm…
The Bad Lunch On The Trusted Truck
Trusted The Helper, Not The Item
Go Upstream, Harm Many
Broad Use¶
- Software supply chain: a compromised build server ships signed updates carrying a trojan to thousands of customers.
- AI supply chain: poisoned training data, trojaned model checkpoints used without artefact-level verification.
- Pharmaceuticals and food: an upstream supplier substitutes a cheaper adulterant engineered to pass identity tests, propagating through trusted retail channels.
- Hardware: counterfeit components entering a trusted procurement channel and reaching consumers who trusted the supplier.
- Finance: investors relying on agency ratings rather than re-examining the underlying loans, so a rating-channel compromise propagates to all holders.
- Academia: citation laundering, where a flawed finding is inherited through a chain of re-citation without re-verification.
Clarity¶
Reveals the consumer's perimeter is structurally irrelevant to this attack class, and forces the distinction between perimeter integrity (one's own walls) and supply integrity (incoming goods).
Manages Complexity¶
Compresses a wide family of incidents into one procedure: map the trust graph, identify channels, characterise verification, locate high-leverage upstream nodes, and install artefact-level verification where the blast radius justifies it.
Abstract Reasoning¶
Sharpens trust transitivity (trust does not compose safely) and upstream-leverage reasoning (consequence-weight scales with downstream consumer count), explaining why the leverage is upstream while the symptoms surface downstream.
Knowledge Transfer¶
- Cryptography → supply chains: the digital-signature pattern ported into package signing and provenance attestation.
- Pharma → food: lot-level testing and chain-of-custody recordkeeping transferred into food-supply assurance — the same shift from channel-trust to artefact-trust.
Example¶
A backdoor inserted into a vendor's source before it is compiled and signed produces a malicious build signed by the legitimate key, indistinguishable to every downstream check — the perimeter bypassed, not broken.
Relationships to Other Abstractions¶
Current abstraction Trusted Intermediary Compromise Prime
Parents (1) — more general patterns this builds on
-
Trusted Intermediary Compromise presupposes Trust Prime
Substrate-to-exploit — trust is the bare relation the attack RIDES; this prime is the adversarial exploitation of trust's TRANSITIVITY (write once upstream, harm many downstream past a bypassed perimeter).
Children (1) — more specific cases that build on this
-
AI Supply-Chain Attack Domain-specific is a decomposition of Trusted Intermediary Compromise
AI supply-chain attack is trusted-intermediary compromise specialized to learned systems whose dependency closure includes data, weights, models, tokenizers, evaluation sets, packages, and inference services.
Hierarchy path (1) — routes to 1 parentless root
- Trusted Intermediary Compromise → Trust
Not to Be Confused With¶
- Trusted Intermediary Compromise is not Trust because trust is the bare relation the attack rides, whereas this prime is the adversarial exploitation of trust's transitivity to write once upstream and harm many downstream.
- Trusted Intermediary Compromise is not Data Integrity failure because integrity loss can be accidental corruption confirming an artefact matches its expected value, whereas this prime is adversarial substitution where checks confirm provenance, not benignity.
- Trusted Intermediary Compromise is not Signaling because signaling supplies a warranted inference from a costly cue to a type, whereas here the adversary forges the legitimate producer's cue so verification confirms authenticity while the payload is hostile.