The RCE that AMD wouldn't fix
- Security
- Hardware
- Windows
- Developer Tools
The post is a detailed write-up of a Windows-side AMD software vulnerability in tools like Ryzen Master. The updater could pull metadata and executables over plain HTTP and then run what it downloaded, which made remote code execution possible if an attacker could tamper with traffic. The follow-up matters because AMD did eventually change the updater, but the researcher says the fix only moved downloads to HTTPS and added a CRC-32 check rather than cryptographic signature validation. That closes the easiest network attack and still leaves the update path exposed if AMD’s server or web stack is compromised.
If you ship auto-update code, HTTPS alone is not enough once the updater is already installed. Verify downloaded payloads with real cryptographic signatures and treat updater code as part of your highest-risk security surface, not a forgotten utility.
- mrbruh.com
- Discuss on HN