frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

The RCE that AMD wouldn't fix

https://mrbruh.com/amd2/
59•MrBruh•1h ago

Comments

tlb•1h 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.
sigmoid10•1h 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."
dlcarrier•1h ago
But I use a Wi-Fi password, so my phone says it's secure!
amiga386•1h 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•15m ago
I'd even count this as "having local access to the device", as that is what is needed to install such a cert
tuckerpo•53m ago
Out of scope in this case means "we don't wanna pay you"
dcminter•1h ago
The "signature verification" in the fix being CRC32 is pretty hilariously clueless.
sitkack•1h ago
They should have done base64 encryption before the crc32. noobs
throwway120385•46m 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•39m 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•13m 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.
bwfan123•1h 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.

rirze•1h ago
Seems like white hat work is pretty fruitless nowadays. Disappointing.
inigyou•49m ago
They keep choosing to work whitehat instead of blackhat, which is all AMD ever wanted.
qrobit•1h ago
previously https://news.ycombinator.com/item?id=46906947
mrguyorama•54m 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!

LooseMarmoset•4m ago
Drivers got better after ATI merged/got bought by AMD, but ATI has a loooooong legacy of terrible drivers in Windows.

The funny thing is, in Linux, the drivers are pretty great as far as I can tell. It's not like there aren't bugs, probably, but mostly everything "just works". You can'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.

Nvidia linux drivers make me quite upset - they're fine once you finally get them working, but you approach Nvidia driver updates with extreme caution in Linux

nickdothutton•51m 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.
ezoe•48m ago
> If you are an AMD user...

Don't bother to use Windows?

Dwedit•41m 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.

OkayPhysicist•37m 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.

leecommamichael•23m ago
Thank you for looking into this, I also have the annoying pop-up and have been suspicious of it…
jeroenhd•46m 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•14m 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.

Swift Runs Everywhere. I Checked

https://aleahim.com/blog/swift-runs-everywhere/
1•tracymiranda•2m ago•0 comments

Apple didn't revolutionize power supplies; new transistors did

https://www.righto.com/2012/02/apple-didnt-revolutionize-power.html
1•geerlingguy•3m ago•0 comments

Show HN: Real Job Check – paste a job post, get a cited real-or-scam verdict

https://realjobcheck.com/
1•biotechdude•4m ago•0 comments

GPT-4.1's sampling distribution for random numbers is not uniform

https://old.reddit.com/r/dataisbeautiful/comments/1tn5s18/oc_i_asked_gpt_to_pick_a_random_number_...
1•bear_with_me•5m ago•0 comments

Open source AI currency whitepaper

https://github.com/lehanepatrick148-cloud/cipher-whitepaper
1•ciphercphr•5m ago•1 comments

LLMs are not an acceptable high level language

https://federicopereiro.com/llm-not-high/
1•swah•6m ago•0 comments

There Is Life Before and After Main in Rust

https://grack.com/blog/2026/06/11/life-before-main/
1•mmastrac•6m ago•0 comments

The roof, the roof, the roof is on fire

https://unskippablecutscene.substack.com/p/the-roof-the-roof-the-roof-is-on
1•peoplelizard•7m ago•0 comments

Codex usage grows after Fable nerf model release

https://twitter.com/i/status/2064727949274955953
1•m3h•8m ago•0 comments

The Trouble with Font Previews

https://unsung.aresluna.org/the-trouble-with-font-previews/
2•abnercoimbre•9m ago•0 comments

Building Agents Without Harness-Engineering

https://rajitkhanna.com/agents/
2•rajit•10m ago•0 comments

Local firewall for AI Agents that cuts tokens usage and cost by 40–70%

https://github.com/ashp15205/guardian-runtime
3•developer_ash•10m ago•0 comments

Chinese startup claims photonic chip production without DUV lithography

https://www.tomshardware.com/tech-industry/semiconductors/chinese-startup-claims-photonic-chip-pr...
1•yogthos•12m ago•0 comments

Show HN: Checkpoint! Airport security sim game built with Claude Fable

https://yaodub.com/games/checkpoint/
2•yaodub•14m ago•0 comments

Gaming on a 48 year old oscilloscope

https://www.reddit.com/r/gifs/s/h7jZIUToxt
2•nahimn•14m ago•0 comments

Knowledge Collapse – Michael Harris in Boston Review

https://www.bostonreview.net/articles/knowledge-collapse/
3•commonreader•14m ago•0 comments

Datatype – variable font that turns text into charts

https://franktisellano.github.io/datatype/
2•colinprince•16m ago•0 comments

Codex 'Auto-Review' Agent Runs Malware

https://www.promptarmor.com/resources/agentic-auto-review-approves-malware
1•hackerBanana•18m ago•0 comments

AI Economic Indicators – Digital Economy – Stanford

https://digitaleconomy.stanford.edu/project/indicators/
2•aanet•19m ago•1 comments

Agent-Shell 0.55 Updates

https://xenodium.com/agent-shell-0-55-updates
1•xenodium•21m ago•0 comments

Show HN: I used AI to turn 8 years of texts into a love story

https://story-of-us-preview.vercel.app/hacker-news-post
1•LanceJones•22m ago•0 comments

Show HN: Helipad – a floating macOS panel showing which agent PRs need you

https://ronreiter.github.io/helipad/
2•ronreiter•22m ago•0 comments

WikiLambda the Ultimate

https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2026-05-22/Recent_research
2•Antibabelic•24m ago•0 comments

Show HN: A quarterly check-in for co-founders, as a conversation game

https://www.seesaw.social/library/co-founders
1•diongeorge•25m ago•1 comments

I map your startup's external attack surface using passive OSINT

https://www.upwork.com/freelancers/~012e8c00af123f6297?p=2055652710620958720
1•busraugur•27m ago•0 comments

Completion is a Substrate, not a UI

https://www.chiply.dev/post-icr-primer
1•noelwelsh•29m ago•0 comments

Next 100 Days: Xbox Reset

https://news.xbox.com/en-us/2026/06/10/next-100-days-xbox-reset/
3•Tomte•30m ago•0 comments

Tell HN: np.reddit.com now redirects to www.reddit.com

3•kevinwang•32m ago•1 comments

Untrusted Impersonation of the Project at Simplescreenrecorder.com

https://github.com/MaartenBaert/ssr/issues/1086
1•notpachet•35m ago•0 comments

Vinod Khosla: We will need a new tax code for the wealth AI creates

https://www.ft.com/content/b277360e-bf23-4366-afd7-acab940f66b7
3•marojejian•36m ago•2 comments