Earlier quoted context omitted.
Intel ME has a DRM app called "Protected Audio-Video Path" [1], which obviously has to be secret. As to whether anything actually uses the PAVP functionality, I have no idea. I wouldn't be surprised if it was something Intel included to try to push Atom-based set top boxes or whatever. [1]: https://www.slideshare.net/mobile/codeblue_jp/igor-skochinsk...
> Intel ME has a DRM app called "Protected Audio-Video Path" [1], which obviously has to be secret. Does it, does it really? I'm pretty sure security through obscurity is some bullshit.
Rediscovering the Intel AMT Vulnerability
41–50 of 94 posts
Re: Rediscovering the Intel AMT Vulnerability
#42AMD have something similar to this, and there was some mentioning of this in an ama on reddit here: https://www.reddit.com/r/Amd/comments/5x4hxu/we_are_amd_crea... What are the reasons for having this, I mean good business reasons? I get that designing cpus is expensive and they reuse as much they can, and that businesses would want the benefits or remote management. However when weighed up against the damage to trus…
Re: Rediscovering the Intel AMT Vulnerability
#43Intel decided they have the right to put a whole secret computer inside your computer that only they can access. God knows what it does when no one is watching. That's the problem you should discuss, not this particular exploit.
All in the name of DRM.
Re: Rediscovering the Intel AMT Vulnerability
#44Earlier quoted context omitted.
[withdrawn]
Are you just trolling? I've read literally dozens about how Intel ME is a potential vector and it's problematic to have, particularly when unneeded on consumer devices (a number of them here on HN). There's whole discussions about it from people like Libreboot and others who work on fully open systems. Every security professional I've worked with has been aware that there's a potential hardware level backdoor you can…
Re: Rediscovering the Intel AMT Vulnerability
#45AMD have something similar to this, and there was some mentioning of this in an ama on reddit here: https://www.reddit.com/r/Amd/comments/5x4hxu/we_are_amd_crea... What are the reasons for having this, I mean good business reasons? I get that designing cpus is expensive and they reuse as much they can, and that businesses would want the benefits or remote management. However when weighed up against the damage to trus…
Most Intel PCs do not have AMT firmware and thus aren't affected by any AMT firmware vulnerabilities.
Re: Rediscovering the Intel AMT Vulnerability
#46Earlier quoted context omitted.
Having a "management engine" with direct access to the network and to memory is questionable in itself. Its code being secret indicates there's probably something bad going in. If it only does what Intel says it does, it doesn't need to be secret.
Intel ME has a DRM app called "Protected Audio-Video Path" [1], which obviously has to be secret. As to whether anything actually uses the PAVP functionality, I have no idea. I wouldn't be surprised if it was something Intel included to try to push Atom-based set top boxes or whatever. [1]: https://www.slideshare.net/mobile/codeblue_jp/igor-skochinsk...
Which you don't need on a headless server. Which is what the "management engine" is supposed to be for.
Re: Rediscovering the Intel AMT Vulnerability
#47TL;DR: memcmp(received_passwd_hash, correct_passwd_hash, received_pwd_hs_len) Hey, at least they didn't read past the submitted buffer. edit: Note that this is only pseudocode and rumor has it that ME firmware is actually written mostly in Java. It's not immediately clear to me how to create equivalent bug in Java, the obvious string.equals() method doesn't ignore length mismatch. edit2: s/passwd/passwd_hash to satis…
Java Card, the Java version made for smart cards, does not have strings, and thus no String.equals().
Thought I remembered this from a CCC conference about EMV chips or SIM cards (don't remember which) a few years ago. Googling seems to confirm it: https://community.oracle.com/thread/1751610?db=5
Re: Rediscovering the Intel AMT Vulnerability
#48Earlier quoted context omitted.
Most Intel PCs do not have AMT firmware and thus aren't affected by any AMT firmware vulnerabilities.
Is management engine not on all modern intel chips, but comes disabled requiring it to be set up in the BIOS?
Re: Rediscovering the Intel AMT Vulnerability
#49Re: Rediscovering the Intel AMT Vulnerability
#50Earlier quoted context omitted.
Intel ME has a DRM app called "Protected Audio-Video Path" [1], which obviously has to be secret. As to whether anything actually uses the PAVP functionality, I have no idea. I wouldn't be surprised if it was something Intel included to try to push Atom-based set top boxes or whatever. [1]: https://www.slideshare.net/mobile/codeblue_jp/igor-skochinsk...
Intel ME has a DRM app called "Protected Audio-Video Path", which obviously has to be secret. Which you don't need on a headless server. Which is what the "management engine" is supposed to be for.