29 comments

  • Terr_7 hours ago
    &gt; Final update: A couple of days before the embargo ended (and after I wrote the majority of this blog post), AMD told me what their patch for this vulnerability is [...] Although it is true that they now fully use HTTPS, the claim about signature verification is untrue; they only perform a CRC-32 check on the downloaded executable, which is not cryptographically secure.<p>So solves the MITM, but massive infection is still trivial if someone compromises the webserver.
    • SahAssar3 hours ago
      &gt; someone compromises the webserver<p>Sure, but that&#x27;s true for 99% of things. Unless you establish trust outside of the normal distribution channel how would you protect against this? What is your proposed channel that is not bootstrapped from HTTPS PKI?
      • rwmj3 hours ago
        AMD (and Intel and everyone else) processors already have an HSM inside for confidential computing so use that? I would hope the HSM isn&#x27;t as badly implemented as this update mechanism, but then again ...
        • bri3d3 hours ago
          AMD Software Engineers giving AMD Stupid Gaming Accessory Software Engineers access to a signing system backed by PSP seems like a much worse outcome than trusting HTTPS, really. Like, there are definitely intelligent and secure ways to do this, but this one in particular is overkill with a huge blast radius when it is (invariably) done incorrectly.
        • SahAssar3 hours ago
          Those have been broken again and again. Even if not, how do you distribute the public keys for it, how do you bootstrap that trust?
          • rwmj2 hours ago
            Confidential computing is a whole thing with a key in each processor and a chain of trust and a way to remotely attest that your software is running in a secure enclave. All the vendors do it differently (sadly) but it&#x27;s very much a solved problem.
        • bravetraveler3 hours ago
          There was a time when <i>RDRAND</i> on Zen gave all zeroes, or something, so eh...<p>I&#x27;m happy enough with TLS introduced: knowing the server I&#x27;m reaching for updates <i>is</i> actually <i>&#x27;amd.com&#x27;.</i> Signatures would be nice, sure, but I wouldn&#x27;t consider them nearly as critical or useful <i>until now</i>. Before we get too caught up in signatures, however, I&#x27;d like to see their new&#x2F;improved updater actually take precedence.<p>As things stand, I&#x27;m not sure key rotation would go well... the <i>updater</i> doesn&#x27;t mind itself, apparently.
      • Terr_3 hours ago
        What? <i>The bootstrapping happened already!</i> The official and correct AMD software <i>already</i> running on the computers. Preventing a human from falling for an impostor-website with malicious Download Now links is a separate problem.<p>The basics are straightforward: It&#x27;d be better if the current installation contains one (or more) public keys, and anything it downloads must validate as being signed by a corresponding private key. You don&#x27;t need to do fancy things like global certs, discoverable keys, or revocation lists.<p>If <i>today&#x27;s</i> installation doesn&#x27;t have those checks and relies solely on HTTPS... well, that&#x27;s unfortunate, but it&#x27;s not like it poses a tricky dilemma! You simply use today&#x27;s not-so-secure mechanism to install the new code which has more-secure behavior, and it closes the attacker&#x27;s window of (easier) opportunity.
        • SahAssar2 hours ago
          &gt; The current installation shall already contain one (or more) public keys that it trusts for updates<p>The current installation was fetched via HTTPS, right? Either by you or in the factory.<p>Just saying the &quot;bootstrapping already happened&quot; does not make it not happen. It still needs to bootstrap trust from <i>somewhere</i>
          • Terr_1 hour ago
            I still can&#x27;t figure out what problem you believe needs-fixing or what process you think needs to be explained. My most-charitable guesses are:<p>A. You&#x27;re asking what should be done if the manufacturer&#x27;s auto-update server has <i>already</i> been completely compromised by hackers and remains compromised.<p>B. [Implicitly rejected in last coment] You&#x27;re asking how anybody can guarantee the <i>very first</i> install can be trusted even if someone has compromised drivers.amd.com .<p>C. You&#x27;re asking if the auto-update process can somehow trick a compromised daemon into overwriting itself with a legit copy.<p>Those are all interesting to contemplate, but they are at best &quot;out of scope&quot;.
            • Terr_1 hour ago
              [Followup] To over-communicate in the hope that it somehow resolves things, we already have this chain of trust:<p>1. Axiom: We trust the current daemon and OS. We must assume this, because otherwise it&#x27;s an entirely separate problem and this whole discussion of an auto-update channel is irrelevant.<p>2. Axiom: We trust the owner. Tampering with the local auto-update process is not part of our threat-model, because a user who <i>can</i> do that doesn&#x27;t <i>need</i> to.<p>3. The daemon is already coded to trust a replacement&#x2F;successor installer if it meets certain criteria, which are:<p>3a. It comes from a trusted domain name it already knows should be owned by the same developer&#x2F;company.<p>3b. The remote end is authenticated to &quot;be&quot; that domain via certificates from the (trusted) OS.<p>3c. The content is protected from tampering due, becauese we trust that TLS&#x2F;SSL encrypts it.<p>That all already exists, it does not need to be torn down or rebooted. The proposal here is to simply to <i>harden</i> it with a new requirement in the next version:<p>3d. The next install must be signed by a trusted key-pair that was shipped with the current install.<p>This improves trust because it means an attacker would also need to compromise keys held in a release pipeline, which is much easier to secure than a CDN&#x2F;webserver.
          • lazide2 hours ago
            Sure, but the OEM is the definition of a ‘trusted environment’. They literally are assembling the equipment, if you can’t trust that, nothing else can be trusted from that point on anyway.
    • DANmode3 hours ago
      &gt; someone
    • notepad0x904 hours ago
      what are the chances of them caring so little, but implementing a dedicated signing server, HSM,etc..? even if they sign it, it will probably be done on the same web server.
  • tlb9 hours ago
    It&#x27;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&#x27;s best to just assume the whole internet is MITMed.
    • tptacek5 hours ago
      It&#x27;s not out of scope &quot;for taking over your computer&quot;. It&#x27;s out of scope for the specific goals of the bug bounty program. Bug bounties are (usually) about prioritizing internal engineering effort; they are to vulnerability remediation what market feedback is to feature&#x2F;function decisions in the rest of the product.<p>Everyone&#x27;s judging this by the standard of &quot;how good a bug&quot; this is. But that&#x27;s not necessarily how a bug bounty should function. Important prior to frame this with: neither any individual bug bounty submission nor the sum of all valid submissions materially alters the security of a serious product, at least not on their own. The system they feed into (for instance: security engineers taking a validated bounty submission and then quickly auditing the entire tree for variants of the same bug) can move the dials. The bounty bugs themselves though are mostly a sideshow.<p>What&#x27;s especially weird (you didn&#x27;t say this, but the sentiment has popped up on all 3 threads about this story) is the idea that AMD would be trying to cover this up. Why would they care? They run a bug bounty program. They&#x27;ve accepted the premise that they have vulnerabilities.<p>(From earlier today, in add&#x27;n: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48492908">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48492908</a>).
      • inlined2 hours ago
        But it should be their job to protect against MitM in their threat model. There is no rational reason to exclude them from the bug bounty. Doing so only leaves MitM attacks like this undisclosed.
        • tptacek2 hours ago
          I just gave a rational reason to exclude them from the bug bounty, which I can summarize as &quot;the bug bounty is not their entire security program and does not have the goal you&#x27;ve axiomatically derived for it&quot;.<p>Cards on the table I am not a fan of bug bounty programs, and the fact that they&#x27;re an engineering process that turns out to be impossible to have public engineering discussions about is definitely one of many reasons why. Most companies should not run bug bounty programs.
    • amiga3869 hours ago
      MITM where attacker needs to install their own CA certs on the victim&#x27;s device -- sure, out of scope.<p>MITM because you used http instead of https and you don&#x27;t have any other verified cryptographic signature on your data -- get tae fuck, fix it pronto.
      • pietervdvn8 hours ago
        I&#x27;d even count this as &quot;having local access to the device&quot;, as that is what is needed to install such a cert
        • arcfour7 hours ago
          I think it&#x27;s fair to say that requiring local administrative access to the device is out of scope, since you have already completely pwned the device in that case, which is what what you need to install a CA cert on any OSes.
          • inlined2 hours ago
            In honor of The Old New Thing I call these “Vogon vulnerabilities”: I have a marvelous exploit in mind that pwns anyone I have root access to
    • joxdosba7 hours ago
      Why would anyone ever exclude true mitm?<p>Various domain registrars have been compromised over and over again (often by children!), resulting in companies like Tesla and Cloudflare getting owned.<p>The reality is that <i>any vaguely competent attacker</i> can compromise a court clerk and just compel e.g. the .com registry to hand over whatever domain they want.<p>Although I suppose the aforementioned problem has significant implications beyond dns…
      • gruez7 hours ago
        &gt;Why would anyone ever exclude true mitm?<p>Same reason security programs exclude social engineering, even though that&#x27;s a pretty common way for companies to get pwned.
        • zulln6 hours ago
          Excluding SE is to make sure people do not spam customer support and launch annoying phishing campaigns. None of that is applicable for local software running on your own computer.
          • tptacek4 hours ago
            No, excluding SE is to make sure the bounty program is incentivizing things that inform the product security team. Social engineering is a corpsec function; they&#x27;re not even the same teams.
    • sigmoid109 hours 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 &quot;not much.&quot;
    • tuckerpo8 hours ago
      Out of scope in this case means &quot;we don&#x27;t wanna pay you&quot;
      • cogman106 hours ago
        Apparently it also means &quot;We don&#x27;t want to pay our engineers to fix this&quot;.
    • dlcarrier9 hours ago
      But I use a Wi-Fi password, so my phone says it&#x27;s secure!
  • nickdothutton8 hours ago
    AMD&#x27;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&#x27;ve touched was bad. A real pity.
    • RachelF6 hours ago
      Yes, their software is terrible across CPUs and GPUs, and continues to be. So many trivial bugs just never fixed.<p>It has literally cost them a Trillion dollars in market cap - Nvidia&#x27;s CUDA is a big reason they&#x27;re so much bigger than AMD.
      • voakbasda4 hours ago
        And that’s saying something, because the CUDA stack is a PITA.
    • cute_boi4 hours ago
      AMD somehow got success, but their company culture and pay is shit. They expect PHD level experience but expect pay like peanuts....
      • ethbr12 hours ago
        &gt; <i>expect PHD level experience but expect pay like peanuts</i><p>Thought this was par for the course in closer-to-hardware engineering.<p>Never understood why the objectively way harder jobs pay so much worse as an industry.
    • Bilal_io5 hours ago
      Their pay is shit. I interviewed with them 3 years ago and they offered me peanuts I rejected their offer.
  • dcminter9 hours ago
    The &quot;signature verification&quot; in the fix being CRC32 is pretty hilariously clueless.
    • jeroenhd8 hours ago
      It&#x27;s technically possible (though I don&#x27;t know if they actually do this) that they&#x27;re not referring to a signature check in the download part, but are verifying the code signing signature of the executable downloaded. You&#x27;d only notice the CRC if you were looking at the downloaded content, but if the updater refuses to launch an executable that isn&#x27;t signed by AMD&#x27;s cert then they would be fine.<p>Given the way AMD has been treating this issue, I&#x27;m assuming they&#x27;re just incompetent, though.
      • 10000truths6 hours ago
        The article has a screenshot of the decompiled code showing that they&#x27;re just running the downloaded executable immediately, without any additional checks on the content.
      • LgWoodenBadger8 hours ago
        A manager somewhere made the embarrassingly wrong decision to not fix this, and they’re too egotistical to correct their mistake.<p>That’s my take.
    • throwway1203858 hours 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.
      • wat100008 hours ago
        More specifically, it solves the problem of verifying that the data received was not accidentally corrupted somehow. Unlike cryptographic hashes, CRC32 does <i>not</i> do much to defend against deliberate, malicious modification. It&#x27;s too easy to craft some different data that matches a given CRC32 value.
        • AlotOfReading8 hours 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&#x27;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.
          • brokenmachine1 hour ago
            It&#x27;s trivially easy to create a malicious file with the same CRC as another file.<p>So &quot;verifying&quot; using CRC is very stupid if you&#x27;re trying to prevent malicious execution. You need to use cryptographic signatures.
    • sitkack9 hours ago
      They should have done base64 encryption before the crc32. noobs
  • tptacek10 hours ago
    AMD didn&#x27;t deny it was a vulnerability; they denied it was in the scope of the bounty program.<p>Remember that at giant tech companies, the incentive is to pay out bounties --- there are people on the vendor&#x27;s team whose performance is measured in part by how <i>much</i> the program pays out.
    • gusgus0129 minutes ago
      How do we know the incentive is to pay out bounties? And how do we know that doesn&#x27;t change on the whims of the management chain?<p>We don&#x27;t &quot;know&quot; anything unless we are at that company in particular and part of the management conversations. We at best can theorize based on incentives, but that&#x27;s assuming companies and people are logical, which is a large assumption. I could easily see someone in the midst of layoffs and reduction of overhead initiatives thinking that the solution is to convince everyone you do payouts, but actually minimize payouts, which you could do by creatively using scopes.
    • odyssey710 hours ago
      What hair is this splitting? The issue was that AMD allowed a known and serious security vulnerability to exist within their customers’ systems, for months, and acted with a lack of candor while doing so.
      • tptacek10 hours ago
        It&#x27;s not hair-splitting; it&#x27;s central to the idea of a bug bounty. Too many people have weird ideas about what bug bounties are for.
        • odyssey73 hours ago
          Okay, fair. I was thinking mostly about the high-impact issue of preserving the security vulnerability and how an essential vendor was not being candid, but you are also right to note how AMD was avoiding its responsibilities to the individual researcher himself.
          • tptacek2 hours ago
            I mean I think you think you&#x27;re doing bank-shot snark here, but what you&#x27;re really revealing is that your premises hinge on AMD trying to get out of paying a bounty simply to avoid paying it. Since we know up front that&#x27;s not one of AMD&#x27;s incentives, what does that do to your argument? It can&#x27;t help.
        • Hizonner10 hours ago
          Yeah, like the weird idea that those programs are intended to in some way reduce the number of exploitable bugs actually out there.
          • tptacek9 hours ago
            That&#x27;s in fact often <i>not their core purpose</i>!
            • JumpCrisscross9 hours ago
              What is it?
              • tptacek8 hours ago
                (First, I&#x27;m sorry I was so terse upthread; I had to get up early for a meeting and was scrolling HN in bed while it was happening without my reading glasses on; I should learn to stop commenting when I&#x27;m like that.)<p>I&#x27;ve written about this before here, but to sum it up:<p>* Unless something wild happens in software engineering (formal methods, &amp;c) as a result of AI, there&#x27;s no such thing as eradicating security vulnerabilities. Focused programs can eliminate low-hanging fruit, but at the point where you&#x27;re offering significant bounties part of the premise is that all that fruit has been plucked. The marginal security impact of a single bounty award, <i>by itself</i>, is immaterial.<p>* What bounty programs can do is focus internal engineering attention. Large product teams have huge backlogs of issues and security design punch lists. For features and feature bugs, there&#x27;s a closed loop that prioritizes the work: the market. For security vulnerabilities, bounties serve a similar purpose. This is why many bounties are tightly scoped; the whole point of the program is to direct the efforts of specific product teams.<p>* When we&#x27;re talking about 10,000+ person engineering teams, the most important thing to know about bug bounty programs is that the company is incentivized to pay out. No major tech company that runs a bounty is &quot;covering up&quot; vulnerabilities. There&#x27;s no reason for them to do so. They&#x27;re running a program that ostentatiously pays rewards to people who report vulnerabilities! There are people on the teams managing the bounties who in effect get paid <i>more</i> when the program pays out more: that&#x27;s what success looks like.<p>You add all this stuff up and all the drama about AMD (or Google or whoever) being shady or stingy basically never add up.
            • Hizonner9 hours ago
              ... which is why the rest of us should give them, and those who operate them, <i>zero respect</i>.<p>Nobody but AMD gives a fuck about AMD&#x27;s internal policies or motivations.
              • tptacek8 hours ago
                I have thought about AMD&#x27;s security team and their practices once in the past 18 months, and it was this morning, reading this thread. I do not care about AMD or what you think about AMD. AMD has absolutely nothing to do with my point.
                • Hizonner6 hours ago
                  You commented on this very issue when it first came up 4 months ago. If I remembered that, so should you. I mean, I&#x27;m prepared to believe that you did <i>not</i> think on that occasion, if you want to confirm that&#x27;s what you mean...<p>If you don&#x27;t care about AMD, why are you white-knighting AMD and defending AMD&#x27;s bad behavior?<p>But, hey, OK, let&#x27;s not make it about AMD specifically. It doesn&#x27;t matter what <i>any company</i> thinks the purpose of its program is, nor does it matter what scope <i>any company</i> unilaterally decides to set for its program. What the outside world is going to see is whether or not you ignore security bugs. Your weird arcane internal policies, justifcations, and &quot;scopes&quot; are <i>irrelevant</i>. And, although I don&#x27;t honestly care much about &quot;security researchers&quot;, you can&#x27;t really expect <i>them</i> to keep track of your private set of scope rules either... assuming you even tried to tell them the rules in advance to begin with.
                  • tptacek5 hours ago
                    Why do you think we&#x27;re going to have a productive conversation after accusing me of &quot;white-knighting&quot; for AMD (and how does that even make sense? What&#x27;s your mental model of why I would be doing that?)<p>My motivation here is very simple: I think people dunking on AMD&#x27;s bounty program here mostly don&#x27;t understand how bug bounties function. You apparently keep track of my comments on HN, so I think you know that&#x27;s a beat I have here.
    • sakkura10 hours ago
      They wanted to keep it quiet. As if they did not mind if it was exploited by those with access to international network links.
  • Bender11 hours ago
    The discussion the video references [1]<p>[1] - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46906947">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46906947</a>
    • scw10 hours ago
      The original post [1] now includes an update:<p><pre><code> UPDATE! Within a day of this blowing up on Hacker News, AMD reached back out to me and said they would be looking into the matter after all. </code></pre> [1] <a href="https:&#x2F;&#x2F;mrbruh.com&#x2F;amd2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mrbruh.com&#x2F;amd2&#x2F;</a>
  • bwfan1239 hours ago
    &gt; In my frustration, I decided to punish this software<p>Love this. I am frustrated by idiot software features everywhere, but am not triggered yet to punish them. AI automation is coming close however.
    • hilariously7 hours ago
      I got so mad at plex&#x2F;jellyfin&#x27;s crap I vibe coded an entire entertainment system out of spite.<p>Works great!
  • robotnikman1 hour ago
    Well that explains why I get that random console pop up from time to time, thanks for the insight into what&#x27;s going on!
  • OkayPhysicist8 hours ago
    AMD&#x27;s utter incompetence when it comes to the software side of things is truly, truly baffling to me. It&#x27;s not like you need a mountain of developers, a team or two on the right project would do <i>wonders</i> for their market share.<p>For example: Implement the CUDA. CUDA&#x27;s won, hands down, that toothpaste is solidly outside the tube. Luckily, to the outside observer CUDA is just an API, and API&#x27;s aren&#x27;t copyrightable. Literally nothing is stopping AMD from hiring a relatively small team of developers to make AMD GPUs CUDA-compatible.
    • 20k5 hours ago
      AMD&#x27;s entire software development strategy is insane. OpenCL was doing reasonably well, and then AMD have just fully dropped support for some reason. For the - albeit not huge - but actual cross platform API that people were using to develop for their GPUs. For a while, a few cross platform tools had OpenCL backends, but nobody has been able to get AMD to fix any of the damn bugs. In my testing, bug latency for even the most trivial but important bugfixes is often 4+ years, which is utterly mad. Some parts of their compute stack is so broken its clear that nobody has ever used it. There are exploitable privilege escalation vulnerabilities caused by threaded race conditions that are wontfix<p>They could support OpenCL 3.0. Nvidia do. AMD just chooses not to, even though they&#x27;re the ones that desperately needs to support it <i>most</i><p>Instead, we got ROCm which has been a disaster from start to end. It barely supports windows or consumer GPUs, for some reason. Its a buggy mess, for some reason. HIP&#x2F;ROCm has worse performance than OpenCL, because they downgraded their compiler and stopped extracting read&#x2F;write information on variables leading to a massive loss of parallelism and utilisation on their GPUs.. for some reason. Why? What are they doing? How is this so rubbish?<p>Literally ALL of this is WONTFIX, and I don&#x27;t have a clue why. I&#x27;ve filed bugs, was part of their vanguard supporter program, have tried to reach out to AMD people to (gently) explain why good support is important. Or even just figure out what technology they&#x27;re even intending to support for GPU development. Is ROCm deprecated? What should we be using on windows for GPU compute on consumer hardware AMD? For the love of god amd I want to make you money<p>As of 2026, the best cross platform cross vendor API for doing GPU compute is.. drumroll.. OpenCL 1.2. Vulkan is getting there, but its still missing a bunch of stuff. And this is literally AMDs direct fault at this point
    • z3ratul1630716 hours ago
      likewise. i&#x27;m bewildered throughout the years.<p>my suspicion is that it is the company culture: the hardware engineers are the real engineers. software is a triviality left for the lesser minds. the consequence is they mess up every product... everything they do needs software.
      • actionfromafar6 hours ago
        The argument I have read here on HN, is that CUDA is made for NVidia hardware, and the AMD hardware is not the best fit.<p>Essentially it forces AMD to play by NVidias rules, exactly like how they were forced to follow Intel rules. (Ignore for a second that the API &#x2F; ISA boundary is different.)<p>But despite that, I also believe AMD would be better off just implementing CUDA.
        • rincebrain2 hours ago
          They did, apparently, at one point pay someone to build that glue, and then threw it out and wouldn&#x27;t let the author release it so he&#x27;s been reimplementing it out of...spite? Burning desire? Unclear. [1]<p>I can&#x27;t imagine the logic involved in &quot;this is implemented, let&#x27;s toss it in the dumpster&quot; for that.<p>[1] - <a href="https:&#x2F;&#x2F;vosen.github.io&#x2F;ZLUDA&#x2F;blog&#x2F;zludas-third-life&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vosen.github.io&#x2F;ZLUDA&#x2F;blog&#x2F;zludas-third-life&#x2F;</a>
    • hgoel6 hours ago
      HIP tries to be like this, almost API compatible with CUDA such that you just need to do find and replace. I think they even had a script to do this for you.<p>But the issue remains that the actual support and debugging tools remain so atrocious that it doesn&#x27;t help to combat the CUDA monopoly. They&#x27;ve further burned a lot of trust by never really delivering on their promises to do better unless you&#x27;re a customer large enough to get personalized attention from their engineers.<p>This ends up being a double whammy because not only are you pushing away smaller businesses, you&#x27;re also pushing away single developers that go on to influence purchasing&#x2F;development decisions.
      • mnau2 hours ago
        HIP was such a self-own and clear demonstration of AMD software capabilities... well, the lack of software capabilities. HIP was hard-coded for one GPU architecture. CUDA did it right, it has a intermediate virtual assembly PTX and driver compiles it to whatever actual instruction set card actually uses.<p>Imagine a meeting where they signed off on that. So each developer will have to provide a different binary for each of our architectures? Yep. And once we release the new architecture, developer will have to recompile his program for the new architecture? Yep. Sounds good to me.
        • hgoel1 hour ago
          Yes, that was in part why they&#x27;ve had such a terrible history with GPU support.<p>They lost me as a customer when they rushed dropping support for the Radeon VII because of the need to ship binaries for every ISA, and didn&#x27;t deliver proper 5700XT support until it was outdated.
  • asveikau6 hours ago
    &gt; 124 days to get AMD to add an s to a couple of HTTP URLs!<p>I disagree that they should only add HTTPS and call it done. They should also add some kind of signing check before running the payload.<p>If anything I&#x27;d say HTTPS is optional if they do that part.
  • protocolture2 hours ago
    AMD, just pay the man.<p>You want this stuff disclosed to you.
  • qrobit9 hours ago
    previously <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46906947">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=46906947</a>
  • bri3d9 hours ago
    Actual write-up rather than overwrought YouTube drama: <a href="https:&#x2F;&#x2F;mrbruh.com&#x2F;amd2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mrbruh.com&#x2F;amd2&#x2F;</a><p>A non-default-installation set of AMD tools (Ryzen Master and probably others) had an auto-updater which used HTTP instead of HTTPS. It&#x27;s clear this is a feature they&#x27;d basically forgotten about; it even pointed to an ATI domain. A third-party bug bounty company rejected it because MITM was out of scope. AMD are incompetent at making software (news at 11), kept asking for extensions, and took an incredible amount of time to deal with it. Eventually they removed this updater entirely and replaced it with one in the app (rather than the installer) that uses HTTPS + a CRC32 (for some reason). The initial vuln was very stupid and should have been fixed faster. As for the current system, if you&#x27;re mad about HTTPS-protected auto-updaters (which is valid), you&#x27;ve probably got a lot of them to go to war against.
  • ezoe8 hours ago
    &gt; If you are an AMD user...<p>Don&#x27;t bother to use Windows?
  • Dwedit8 hours ago
    There&#x27;s two requests involved for the auto updater, one to grab the XML file, and one to grab the driver file over plain http.<p>If the autoupdater can&#x27;t handle the redirection when grabbing the XML file, then it&#x27;s a case of accidental safety by mistake that would prevent grabbing the plain http file.
  • leecommamichael8 hours ago
    Thank you for looking into this, I also have the annoying pop-up and have been suspicious of it…
  • greenavocado7 hours ago
    Congratulations, you found the government backdoor!
  • helterskelter2 hours ago
    Jesus after reading this I&#x27;m wondering if I want to switch my AMD Framework 13 Pro order to Intel, but the IME runs on Java if memory serves and it&#x27;s not like they&#x27;ll be any more secure.<p>I just hope we can get Libreboot working with Framework sometime.
  • xyst6 hours ago
    Multi billion dollar company, by the way.
    • LearnYouALisp1 hour ago
      I say the same when I dealt with Amazon&#x27;s website, and to a smaller extent eBay.com. Don&#x27;t forget Facebook Marketplace.
  • ForOldHack4 hours ago
    Let this lesson be learned: &quot;In my frustration, I decided to punish this software by decompiling it to figure out how it worked,&quot;<p>Note to self: Never piss off a programmer, while he is gaming. To quote: &quot;You&#x27;re gonna die for that.&quot; -Duke Nukem.
  • dmitrygr8 hours ago
    I think we can all agree that MiTM is a valid attack vector and this should have paid out the bounty. AMD won&#x27;t do it, but perhaps we can crowdsource it - the dude deserves it. Join me in doing this: <a href="https:&#x2F;&#x2F;ko-fi.com&#x2F;mrbruhh" rel="nofollow">https:&#x2F;&#x2F;ko-fi.com&#x2F;mrbruhh</a> (identical link to the one in the write up, feel free to verify).<p>I started it with $100 - <a href="https:&#x2F;&#x2F;ko-fi.com&#x2F;transactions&#x2F;03df753c-09b0-4972-8e53-adf060985f17&#x2F;thank-you" rel="nofollow">https:&#x2F;&#x2F;ko-fi.com&#x2F;transactions&#x2F;03df753c-09b0-4972-8e53-adf06...</a>
  • mrguyorama8 hours ago
    AMD software is often utter trash.<p>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.<p>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&#x27;t figure out why my GPU constantly crashed, because it was overheating, because the default fan curve <i>prevented the GPU from keeping itself cool</i> and it would eventually just give up.<p>That diagnoses was complicated by the fact that AMD GPUs just resetting is very common. There&#x27;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.<p>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&#x27;t need, since I don&#x27;t want to update the drivers for a GPU that I shouldn&#x27;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 <i>steals focus</i>, for no reason at all. It shouldn&#x27;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!
    • somat1 hour ago
      There is something wrong with the internal fan curve on my old rx580 as well. I ended up writing a controller to manually set the fan speed via the &#x2F;sys interface.<p>I still need to figure out why the internal curve is not working, but have not gotten around to it because I like my controller so much. The novel bit is that as I was writing it I had an epiphany &quot;Why a curve? What we really want is to close the loop. Set an ideal temperature and figure out the fan speed to maintain it&quot; So my controller has a cute little PID loop to do just that. realistically it never works as I imagined. At idle the temp is lower then the set point at the slowest fan speed and at load the full speed fan keeps it ~ 10C higher than the set point(perhaps this means my set point should be higher?). but sometimes I get that goldilocks midrange load and it works great.
    • LooseMarmoset8 hours ago
      Drivers got better after ATI merged&#x2F;got bought by AMD, but ATI has a loooooong legacy of terrible drivers in Windows.<p>The funny thing is, in Linux, the drivers are pretty great as far as I can tell. It&#x27;s not like there aren&#x27;t bugs, probably, but mostly everything &quot;just works&quot;. You can&#x27;t depend on FSR in Linux, for example - Doom Eternal just goes blank if you turn it on. I can live without it, though, and everything else seems fine, including performance.<p>Nvidia linux drivers make me quite upset - they&#x27;re fine once you finally get them working, but you approach Nvidia driver updates with extreme caution in Linux
  • rirze9 hours ago
    Seems like white hat work is pretty fruitless nowadays. Disappointing.
    • inigyou8 hours ago
      They keep choosing to work whitehat instead of blackhat, which is all AMD ever wanted.
  • thesuitonym9 hours ago
    Gaslighting does not mean lying.
    • happytoexplain8 hours ago
      Yeah, it&#x27;s annoying. But it&#x27;s been captured by popular culture as meaning a blatant lie - one where the liar knows the truth is or was available&#x2F;obvious. A &quot;don&#x27;t piss on my leg and tell me it&#x27;s raining&quot; lie.<p>Or, alternatively, and especially in gender relations, any lie intended to manipulate or demean another person. As opposed to lying to protect yourself, to swindle somebody, or some other reason. This is closer to the original idea, but still not there.
  • sakkura10 hours ago
    Such a bug could have been exploited by certain big state actors.<p>Those that have access to international network links.<p>Those that have the ability to generate new firmware that simply passes the CRC32 checksum.
    • tptacek8 hours ago
      A bug in a nonfunctional autoupdater. Big state actors. Got it.