Stories
Slash Boxes
Comments

SoylentNews is people

posted by takyon on Sunday January 07 2018, @06:36PM   Printer-friendly
from the end-of-trusted-computing dept.

Submitted via IRC for TheMightyBuzzard

AMD has fixed, but not yet released BIOS/UEFI/firmware updates for the general public for a security flaw affecting the AMD Secure Processor.

[...] Cfir Cohen, a security researcher with the Google Cloud Security Team, says he discovered a vulnerability in the Trusted Platform Module (TPM) of the AMD Secure Processor. The TPM is a component to store critical system data such as passwords, certificates, and encryption keys, in a secure environment and outside of the more easily accessible AMD cores.

"Through manual static analysis, we've found a stack-based overflow in the function EkCheckCurrentCert," Cohen says. The researcher claims that an attacker could use specially-crafted EK certificates to get remote code execution rights on the AMD Secure Processor, allowing him to compromise its security.

Cohen said that some basic mitigation techniques such as "stack cookies, NX stack, ASLR" were not implemented in AMD's Secure Processor, making exploitation trivial.

takyon: This bug is unrelated to Meltdown and Spectre. And you might be interested in this:

Coincidentally, on Reddit [1, 2], some users reported seeing a new option to disable AMD PSP support, but it's unclear if this new option is related to the patches AMD was preparing to roll out for Cohen's findings.

Source: Security Flaw in AMD's Secure Chip-On-Chip Processor Disclosed Online


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Interesting) by frojack on Sunday January 07 2018, @08:33PM (3 children)

    by frojack (1554) on Sunday January 07 2018, @08:33PM (#619267) Journal

    Personally, judging by the requirements to trigger AMD's exploit it sounds like a perfect security flaw for end users and maybe the NSA/FBI, while not being a great flaw for remote hackers.

    The fact that Google researchers are heavily involved in finding (and releasing) these exploits suggests they see this as a serious exploit, and have probably seen unexplained penetration on some of their cloud servers.

    Or did they...?

    They found this bug through manual static analysis. What the hell is that? pouring over core dumps trying to figure why the machine crashed? Detailed execution tracing of a known exploited machine to find out what was running?

    NO, nothing of that level of sophistication.

    Manual Static Analysis turns out to be mostly painstaking source code reviews. I guess when you are Google you can get access to AMD's source code. As could just about any other state level actor.

    --
    No, you are mistaken. I've always had this sig.
    Starting Score:    1  point
    Moderation   +1  
       Interesting=1, Total=1
    Extra 'Interesting' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 2) by frojack on Sunday January 07 2018, @08:35PM (1 child)

    by frojack (1554) on Sunday January 07 2018, @08:35PM (#619268) Journal

    Note horrible quoting mess in above post provided free of charge, and unhindered by the thought process. Keep the change you filthy animals.

    --
    No, you are mistaken. I've always had this sig.
  • (Score: 0) by Anonymous Coward on Monday January 08 2018, @04:04AM

    by Anonymous Coward on Monday January 08 2018, @04:04AM (#619398)

    Manual static analysis includes ASM, reversed and decompiled code, FYI.