All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Countering the 'Trusting Trust' Compiler Attack through Diverse Double-Compiling

By

ibobev

7mo ago· 86 min readenInsight

Summary

This extensive technical paper by David A. Wheeler presents a method called Diverse Double-Compiling (DDC) to counter the 'Trusting Trust' attack - a sophisticated computer security vulnerability where a compromised compiler can insert malicious code into compiled programs. The attack was originally described by Ken Thompson and was long considered uncounterable. Wheeler's DDC approach involves compiling the compiler with different compilers to detect and prevent such attacks, providing a practical solution to what was previously thought to be an unsolvable security problem.

Key quotes

· 4 pulled
The 'Trusting Trust' attack is an incredibly nasty attack in computer security; up to now it's been presumed to be the essential uncounterable attack.
After all, if there's a known attack that cannot be effectively countered, should we be using computers at all?
I've worried about it for a long time, essentially since Ken Thompson publicly described it.
Thankfully, I think the [solution exists through Diverse Double-Compiling].
Snippet from the RSS feed
David A. Wheeler's Page on Countering 'Trusting Trust' through Diverse Double-Compiling (DDC) - Countering Trojan Horse attacks on Compilers

You might also wanna read