Rediscovering the Intel AMT Vulnerability
tenable.com
Rediscovering the Intel AMT Vulnerability
1–10 of 94 posts
Re: Rediscovering the Intel AMT Vulnerability
#2Re: Rediscovering the Intel AMT Vulnerability
#3So the AMT vuln was related to a lack of security on their web service? Somehow this does not increase my confidence in the rest of their code - if they didn't get this right, what else is wrong?
Re: Rediscovering the Intel AMT Vulnerability
#4Is the impact of this bug basically nothing to most users? And to provisioned users, it's just as bad as any bug on a remote management system? That is, the fact it's built in to the CPU makes no difference?
Re: Rediscovering the Intel AMT Vulnerability
#5So the AMT vuln was related to a lack of security on their web service? Somehow this does not increase my confidence in the rest of their code - if they didn't get this right, what else is wrong?
Re: Rediscovering the Intel AMT Vulnerability
#6 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 satisfy pedants below ;)
Re: Rediscovering the Intel AMT Vulnerability
#7So now that there's more info out, this is only a threat if you have remote management provisioned? And to provision it, you first need code execution on the box? Is the impact of this bug basically nothing to most users? And to provisioned users, it's just as bad as any bug on a remote management system? That is, the fact it's built in to the CPU makes no difference?
Re: Rediscovering the Intel AMT Vulnerability
#8So now that there's more info out, this is only a threat if you have remote management provisioned? And to provision it, you first need code execution on the box? Is the impact of this bug basically nothing to most users? And to provisioned users, it's just as bad as any bug on a remote management system? That is, the fact it's built in to the CPU makes no difference?
Many enterprise users are affected by this.
Re: Rediscovering the Intel AMT Vulnerability
#9So the AMT vuln was related to a lack of security on their web service? Somehow this does not increase my confidence in the rest of their code - if they didn't get this right, what else is wrong?
To be fair, it is pretty rare (impossible) to find "secure" software that has zero avoidable vulnerabilities.
Re: Rediscovering the Intel AMT Vulnerability
#10That's the problem you should discuss, not this particular exploit.