The hijacking flaw that lurked in Intel chips is worse than anyone thought
1–10 of 96 posts
Re: The hijacking flaw that lurked in Intel chips is worse than anyone thought
#2Re: The hijacking flaw that lurked in Intel chips is worse than anyone thought
#3Re: The hijacking flaw that lurked in Intel chips is worse than anyone thought
#4Re: The hijacking flaw that lurked in Intel chips is worse than anyone thought
#5Interesting how this article steadfastly refers to the subsystem as AMT and never mentions Management Engine/ME. A deliberate ploy to redirect people away from discovering all the ME-disabling research and tech? Perhaps. This is what happens when "journalists" post copypasta from publicists.
Re: The hijacking flaw that lurked in Intel chips is worse than anyone thought
#6Interesting how this article steadfastly refers to the subsystem as AMT and never mentions Management Engine/ME. A deliberate ploy to redirect people away from discovering all the ME-disabling research and tech? Perhaps. This is what happens when "journalists" post copypasta from publicists.
Re: The hijacking flaw that lurked in Intel chips is worse than anyone thought
#7It just keeps getting better: Intel's diagnostic tool is published with an MD5 checksum.
Re: The hijacking flaw that lurked in Intel chips is worse than anyone thought
#8Interesting how this article steadfastly refers to the subsystem as AMT and never mentions Management Engine/ME. A deliberate ploy to redirect people away from discovering all the ME-disabling research and tech? Perhaps. This is what happens when "journalists" post copypasta from publicists.
> When AMT is enabled, all network packets are redirected to the Intel Management Engine and from there to the AMT. The packets bypass the OS completely. The vulnerable management features were made available in some but not all Intel chipsets starting in 2010, Embedi has said.
The vulnerability is in AMT, not ME (though I agree that the ME is an unnecessary security risk, and am well behind the current research to disable it).
Re: The hijacking flaw that lurked in Intel chips is worse than anyone thought
#9Re: The hijacking flaw that lurked in Intel chips is worse than anyone thought
#10If you want to fix this, there's no strict need to move away from C (not that I'd particularly encourage you to stay, but if you have some reason to prefer C, you can solve this in C). There are a number of C libraries that give you a struct string {char *ptr; int len;} of some sort, from bstring to GLib. And there's always C++, too.
What need does the Intel AMT firmware have for compatibility with POSIX string APIs? It's not running a POSIX OS, is it?