this post was submitted on 09 Aug 2024
184 points (85.9% liked)

Technology

59135 readers
3561 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] notnotmike@programming.dev 165 points 2 months ago (9 children)

I mean, I'm not much of a tinfoil hat, but this article feels extremely conveniently timed for Intel, who is currently going through a massive ordeal with their chips. Especially considering that the vulnerability is so extremely difficult to exploit that there's borderline no story here for 99% of people but the headline will still drive clicks and drama.

[–] Drathro@dormi.zone 62 points 2 months ago (1 children)

Difficult to exploit, already in the process of being patched. Truly, the most breaking of news.

[–] httperror418@lemmy.world 3 points 2 months ago (2 children)

How does the patch actually get delivered? Via windows update or using something else?

[–] Passerby6497@lemmy.world 14 points 2 months ago (1 children)

Most likely. Windows update (or the Linux equivalent on your platform) will download updated microcode to load at boot time to basically be a software patch for hardware issues. At least, that's how it was explained when the original speculative execution flaw was discovered and Intel was releasing foxes and shit for it.

[–] amanda@aggregatet.org 2 points 2 months ago

and Intel was releasing foxes and shit

I realise this is an autocorrect error, but it’s still funny 🦊

[–] Drathro@dormi.zone 6 points 2 months ago

On windows the article mentioned being a microcode patch via Windows update. Linux would be similar- but via a kernel update most likely. I'd assume that a general BIOS update would also do the trick, but then you're relying on motherboard vendors and it's unlikely many would provide such an update to older hardware, even if it's still widely used.

[–] TheGrandNagus@lemmy.world 41 points 2 months ago* (last edited 2 months ago) (1 children)

Intel has literally done this, and stuff like it before.

They back "independent" researchers who twist themselves in knots to make AMD look bad.

Look up the multiple counts of bullshit from a "research group" called Principled Technologies.

Sidenote: the guy who ran it was Ryan Shrout, who used to work for PC Perspective, and would usually give favourable reviews to Intel. After leaving Principled Technologies, he became head of technical marketing at... drumroll... Intel!

Principled Technologies isn't the only scam "independent researcher" Intel has set up or paid handsomely either.

load more comments (1 replies)
[–] heavy@sh.itjust.works 10 points 2 months ago

I loathe what part of the security community has become with the stunt hacking and vuln naming. That being said, I doubt it's some conspiracy. I don't know all the details but it wouldn't be exceptional to identify a bug that has existed in processor firmware or legacy code for a long time.

People are looking at this stuff all the time, both professionally and for fun. You could make the case that it's inevitable that there will be exploits found that affect a huge population.

In the end, as long as the layman gets smarter about computer security, the better people will react to vuln drops.

[–] sudo42@lemmy.world 8 points 2 months ago

Not too unusual. There have been a lot of new vulnerabilities announced lately. A few months ago they announced one that exposed all (?) mainstream CPUs, even Apple’s new chips.
Some of the vulns are serious, but many require very specific circumstances to actually work.

[–] megaman@discuss.tchncs.de 6 points 2 months ago

The folks who found it are presenting at Defcon this weekend, according to the article.

I imagine some of the industry press (i.e. Wired) are just looking through the Defcon agenda to figure out what to write. I saw two or three other articles about hacks or exploits and things like that that also mentioned it was bring presented at Defcon.

[–] beefbot@lemmy.blahaj.zone 1 points 2 months ago

Every last news article you see, you must ask: who benefits from this article’s appearance?

It’s not just judges who can be bought.

load more comments (3 replies)
[–] avidamoeba@lemmy.ca 149 points 3 months ago* (last edited 3 months ago) (3 children)

Requires kernel-level access. Also AMD is "releasing mitigations," so is it "unfixable?"

[–] Drathro@dormi.zone 77 points 3 months ago (1 children)

I think they meant it as "once infected may be impossible to disinfect." But it sure doesn't read that way at first glance.

[–] WHYAREWEALLCAPS@fedia.io 18 points 2 months ago (1 children)

Did they change it? Because now it says "Allows Deep, Virtually Unfixable Infections" and that seems to say exactly what you are.

[–] psud@lemmy.world 4 points 2 months ago

Surely one could use the same exploit to restore the original boot code as the malware used to corrupt it

[–] Bjornir@programming.dev 51 points 2 months ago (2 children)

If you have kernel access you can already do almost everything so a vulnerability on top of that isn't that bad since no one should have kernel access to your computer

[–] randompasta@lemmy.today 11 points 2 months ago (1 children)

You mean like Crowdstrike?

[–] HauntedCupcake@lemmy.world 7 points 2 months ago (1 children)

~~Most~~ All antivirus software runs at kernel level

[–] Bjornir@programming.dev 2 points 2 months ago

Which is precisely the reason you shouldn't use an AV apart from the one packaged with Windows

[–] rob_t_firefly@lemmy.world 8 points 2 months ago (1 children)

"They're going for the kernel!"

"Colonel who?"

[–] RacerX@lemm.ee 2 points 2 months ago

Cancer. Brain. Brain cancer.

[–] someguy3@lemmy.world 8 points 2 months ago (3 children)

Requires kernel-level access

What does that mean to the rest of us?

[–] dosse91@lemmy.trippy.pizza 43 points 2 months ago* (last edited 2 months ago) (5 children)

It means it's what we in the trade call "a nothingburger". On Windows you need to explicitly install a malicious driver (which in turn requires to you to disable signature verification), on Linux you'd have to load a malicious kernel module (which requires pasting commands as root, and it would probably be proprietary since it has malware to hide and as every nvidia user knows, proprietary kernel modules break with kernel updates)

[–] conciselyverbose@sh.itjust.works 21 points 2 months ago

So install a multiplayer game, it has kernel level anticheat that opens a bunch of security holes, game over.

Kernel level access is absolutely achievable in the real world.

[–] Passerby6497@lemmy.world 7 points 2 months ago

On Windows you need to explicitly install a malicious driver (which in turn requires to you to disable signature verification)

Not to be contrarian, but hackers have signed malicious code with compromised Microsoft driver certificates, so it's not out of the question that it could be snuck in without having to turn off signing.

[–] mox@lemmy.sdf.org 3 points 2 months ago* (last edited 2 months ago)

No, it does not mean you would need to do that.

The more likely scenario is an attacker using another vulnerability, either in the OS itself or in a vendor-supplied component like a driver or anti-cheat module, to gain a foothold for this one. Chaining exploits is a very common technique. (What "trade" are you in, exactly?)

Apply the mitigations when they become available for your hardware, folks.

[–] SupraMario@lemmy.world 2 points 2 months ago (1 children)

This article should say, with this one easy hack you can control an AMD users PC, all you gotta do is break into their home at 10pm right before they log off from browsing reddit and bam access.

[–] swab148@lemm.ee 1 points 2 months ago

Sounds like a plan!

[–] floofloof@lemmy.ca 17 points 2 months ago

It means that a malicious actor would already need to have hacked your computer quite deeply through some other vulnerability (or social engineering) before they could take advantage of this one. But I don't agree with another commenter here that this is a "nothingburger": this vulnerability enables such a hacker to leave undetectable malware that you just can't remove from the computer even if you replace everything but the motherboard. That's significant, particularly for anyone who might be a target of cyber-espionage.

[–] avidamoeba@lemmy.ca 1 points 2 months ago
[–] jlh@lemmy.jlh.name 31 points 3 months ago* (last edited 3 months ago) (1 children)

Similar vulnerability threat as the Intel ME bug. Annoying for security-critical applications where you start worrying about hardware security, but virtually no real-world threat. Might be useful for users wishing to disable security processors though.

[–] vikingtons@lemmy.world 2 points 2 months ago

Unfortunately PSP is required for x86 core initialisation. I'm not sure if this can actually be bypassed.

[–] mox@lemmy.sdf.org 25 points 2 months ago* (last edited 2 months ago)

Notable quote:

“It's going to be nearly undetectable and nearly unpatchable.” Only opening a computer's case, physically connecting directly to a certain portion of its memory chips with a hardware-based programming tool known as SPI Flash programmer and meticulously scouring the memory would allow the malware to be removed, Okupski says.

Let's hope a microcode or BIOS update can prevent it from happening in the first place.

Original source:

https://info.defcon.org/event/?id=54863

Relevant links:

https://ioactive.com/event/def-con-talk-amd-sinkclose-universal-ring-2-privilege-escalation/

https://www.youtube.com/watch?v=xSp38lFQeRE

https://www.youtube.com/watch?v=lR0nh-TdpVg&t=2s

https://www.bleepingcomputer.com/news/security/new-amd-sinkclose-flaw-helps-install-nearly-undetectable-malware/

(I found the Bleeping Computer article more informative and concise than the Wired one.)

[–] LainTrain@lemmy.dbzer0.com 21 points 3 months ago

More "cybersecurity" clickbait with red/blue/green images of processors and skulls. That's the real "infection"

[–] rickyrigatoni@lemm.ee 18 points 2 months ago

who is naming this shit

[–] riskable@programming.dev 13 points 3 months ago (2 children)

A list of the effected processors would've been nice, Wired.

[–] vikingtons@lemmy.world 16 points 3 months ago (1 children)
[–] BlackLaZoR@kbin.run 28 points 3 months ago (2 children)

it may be possible for an attacker with ring 0 access to modify the configuration of System Management Mode (SMM) even when SMM Lock is enabled.

If attacker has a ring 0 access he can already screw you up any way he wants

[–] vikingtons@lemmy.world 9 points 3 months ago (1 children)

that's all well and good, I was just responding to someone who wanted the list of affected products

[–] WHYAREWEALLCAPS@fedia.io 5 points 2 months ago (1 children)

It only mentions ring 0 access in your link, ergo they responded to your post because it was the most appropriate. At least that's how I see it.

load more comments (1 replies)
[–] SzethFriendOfNimi@lemmy.world 5 points 3 months ago

True. This does allow for persistent recurring infection post clean and cold boot.

Interesting flaw to keep an eye on.

[–] mox@lemmy.sdf.org 5 points 2 months ago* (last edited 2 months ago)

AMD hadn't published a list when the article was first run, but it has since been updated:

but it pointed to a full list of affected products that can be found on its website's [security bulletin page](but it pointed to a full list of affected products that can be found on its website's security bulletin page..

[–] Rayspekt@lemmy.world 8 points 3 months ago (3 children)

So what do I exactly need to do if I have ine if the affected CPUs? What specifically do I need to patch?

[–] vikingtons@lemmy.world 8 points 2 months ago

You'll want to upgrade your system BIOS when your board vendor makes this fix available.

[–] dogslayeggs@lemmy.world 8 points 2 months ago

I'm not an expert, but reading the posts here the answer seems to be "nothing." The only people affected by this already know how to prevent it.

[–] FangedWyvern42@lemmy.world 1 points 2 months ago

Nothing. It sounds like it only affects a very small number of people, but the general public has no need to worry.

[–] vext01@lemmy.sdf.org 2 points 2 months ago
load more comments
view more: next ›