|
|
|
|
|
by rwmj
671 days ago
|
|
> However, it's interesting to note that in both 2002 and 2024 we got a backdoor rather than a bugdoor. As far as we know. Related, there was a pretty interesting backdoor-by-bug attempt on the Linux kernel (at least, one that we know of) back in 2003: https://lwn.net/Articles/57135/ The Linux "bug" was unsophisticated by modern standards, but you could imagine a modern equivalent that's harder to spot: Make the "bug" happen across several lines of code, especially if some of those lines are part of existing code (so don't appear in the patch being reviewed). Ensure the compiler doesn't warn about it. Make the set of triggering events very unlikely unless you know the attack. It would be very surprising to me if three letter agencies hadn't done or attempted this. |
|
Anyways, in response to the backdoor in unrealircd, Core Security came up with a "hiding backdoors in plain sight" challenge: https://seclists.org/fulldisclosure/2010/Jul/66
"Bugdoors" are not new, and I'm sure some have been patched without anybody realizing they were introduced maliciously.