The RCE that AMD wouldn't fix

(mrbruh.com)

56 points | by MrBruh 1 hour ago

13 comments

  • tlb 1 hour ago
    It's ridiculous to consider MITM attacks out of scope for taking over your computer. Also, there are probably ways to exploit this without a true MITM like DNS cache poisoning. But it's best to just assume the whole internet is MITMed.
    • amiga386 56 minutes ago
      MITM where attacker needs to install their own CA certs on the victim's device -- sure, out of scope.

      MITM because you used http instead of https and you don't have any other verified cryptographic signature on your data -- get tae fuck, fix it pronto.

      • pietervdvn 10 minutes ago
        I'd even count this as "having local access to the device", as that is what is needed to install such a cert
    • sigmoid10 1 hour ago
      Out of scope does not necessarily mean out of impact. It is merely a question of how far a company wants to be responsible for the environment their software is run in. Most of the time that answer is "not much."
    • tuckerpo 48 minutes ago
      Out of scope in this case means "we don't wanna pay you"
    • dlcarrier 57 minutes ago
      But I use a Wi-Fi password, so my phone says it's secure!
  • dcminter 1 hour ago
    The "signature verification" in the fix being CRC32 is pretty hilariously clueless.
    • jeroenhd 40 minutes ago
      It's technically possible (though I don't know if they actually do this) that they're not referring to a signature check in the download part, but are verifying the code signing signature of the executable downloaded. You'd only notice the CRC if you were looking at the downloaded content, but if the updater refuses to launch an executable that isn't signed by AMD's cert then they would be fine.

      Given the way AMD has been treating this issue, I'm assuming they're just incompetent, though.

      • LgWoodenBadger 8 minutes ago
        A manager somewhere made the embarrassingly wrong decision to not fix this, and they’re too egotistical to correct their mistake.

        That’s my take.

    • throwway120385 41 minutes ago
      Especially because if they had read about or studied this problem they would find tons of prior art where CRC32 was considered not secure for solving the problem. CRC32 solves a different problem -- how do you verify that the data that was received is identical to the data that was sent. It makes no guarantees about who is sending the data, which is the real problem signatures solve.
      • wat10000 33 minutes ago
        More specifically, it solves the problem of verifying that the data received was not accidentally corrupted somehow. Unlike cryptographic hashes, CRC32 does not do much to defend against deliberate, malicious modification. It's too easy to craft some different data that matches a given CRC32 value.
        • AlotOfReading 8 minutes ago
          Computing a CRC is equivalent to attacking it. The checksum is the value that produces a certain fixed constant when appended to the data. This is why you'll often see checksums as the last field in a message. It allows for hardware to verify the entire message by checking if the CRC of the bytes equals that fixed constant without having to parse it.
    • sitkack 1 hour ago
      They should have done base64 encryption before the crc32. noobs
  • nickdothutton 45 minutes ago
    AMD's inability to make good software has been a recurring problem for decades. Many years ago I had some success with their optimising compiler, but everything else I've touched was bad. A real pity.
  • Dwedit 36 minutes ago
    There's two requests involved for the auto updater, one to grab the XML file, and one to grab the driver file over plain http.

    If the autoupdater can't handle the redirection when grabbing the XML file, then it's a case of accidental safety by mistake that would prevent grabbing the plain http file.

  • leecommamichael 17 minutes ago
    Thank you for looking into this, I also have the annoying pop-up and have been suspicious of it…
  • qrobit 55 minutes ago
  • bwfan123 1 hour ago
    > In my frustration, I decided to punish this software

    Love this. I am frustrated by idiot software features everywhere, but am not triggered yet to punish them. AI automation is coming close however.

  • ezoe 43 minutes ago
    > If you are an AMD user...

    Don't bother to use Windows?

  • OkayPhysicist 31 minutes ago
    AMD's utter incompetence when it comes to the software side of things is truly, truly baffling to me. It's not like you need a mountain of developers, a team or two on the right project would do wonders for their market share.

    For example: Implement the CUDA. CUDA's won, hands down, that toothpaste is solidly outside the tube. Luckily, to the outside observer CUDA is just an API, and API's aren't copyrightable. Literally nothing is stopping AMD from hiring a relatively small team of developers to make AMD GPUs CUDA-compatible.

  • rirze 1 hour ago
    Seems like white hat work is pretty fruitless nowadays. Disappointing.
    • inigyou 44 minutes ago
      They keep choosing to work whitehat instead of blackhat, which is all AMD ever wanted.
  • mrguyorama 48 minutes ago
    AMD software is often utter trash.

    I am a diehard fanboy of their GPUs, and have been since they were still ATI but I had to finally purchase an nvidia GPU because of how bad AMDs software quality is.

    My powerful 5700XT spent two years basically broken, because the default, driver provided fan curve locked the fan at 27%. For two years, I couldn't figure out why my GPU constantly crashed, because it was overheating, because the default fan curve prevented the GPU from keeping itself cool and it would eventually just give up.

    That diagnoses was complicated by the fact that AMD GPUs just resetting is very common. There's a watchdog timer in Windows that resets parts of the GPU stack because Microsoft is traumatized by 60% of Windows Vista BSODs being caused by bad nvidia drivers. Apparently sometimes if you increase this watchdog timer, the GPU eventually finishes whatever was giving it trouble.

    But I still love AMD, and the ryzen line is a great value in the mid range. So I bought another AMD CPU and am very happy with it. But it somehow included software and this specific auto updater utility. Which I don't need, since I don't want to update the drivers for a GPU that I shouldn't be using (maybe except some video encoding lift, but my GPU can do that too). But I could not figure out a way to kill or prevent this stupid little autoupdater utility which always steals focus, for no reason at all. It shouldn't even be popping up a CLI! Windows task scheduling is incredible and would do this without a problem, and give you all the infrastructure to notice this was happening!