this post was submitted on 22 Mar 2024
627 points (100.0% liked)

Technology

68305 readers
4165 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

The attack has been dubbed GoFetch: https://gofetch.fail/

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 216 points 1 year ago (8 children)

This requires local access to do and presently an hour or two of uninterrupted processing time on the same cpu as the encryption algorithm.

So if you're like me, using an M-chip based device, you don't currently have to worry about this, and may never have to.

On the other hand, the thing you have to worry about has not been patched out of nearly any algorithm:

https://xkcd.com/538/

[–] [email protected] 168 points 1 year ago* (last edited 1 year ago) (2 children)

The second comment on the page sums up what I was going to point out:

I'd be careful making assumptions like this ; the same was true of exploits like Spectre until people managed to get it efficiently running in Javascript in a browser (which did not take very long after the spectre paper was released). Don't assume that because the initial PoC is time consuming and requires a bunch of access that it won't be refined into something much less demanding in short order.

Let's not panic, but let's not get complacent, either.

[–] [email protected] 36 points 1 year ago

That's the sentiment I was going for.

There's reason to care about this but it's not presently a big deal.

[–] [email protected] 15 points 1 year ago (1 children)

I mean, unpatchable vulnerability. Complacent, uncomplacent, I'm not real sure they look different.

[–] [email protected] 11 points 1 year ago

Can't fix the vulnerability, but can mitigate by preventing other code from exploiting the vulnerability in a useful way.

[–] [email protected] 15 points 1 year ago

Ah yes, good old Rubber-hose cryptanalysis.

[–] [email protected] 7 points 1 year ago

I want to say "passkeys" but if I'm honest, that too is susceptible to this attack.

[–] [email protected] 6 points 1 year ago (1 children)

So if someone somehow gets hold of the device then it is possible?

[–] [email protected] 10 points 1 year ago (1 children)

It depends, some M-devices are iOS and iPadOS devices, which would have this hardware issue but don't have actual background processing, so I don't believe it's possible to exploit it the way described.

On Mac, if they have access to your device to be able to set this up they likely have other, easier to manage, ways to get what they want than going through this exploit.

But if they had your device and uninterrupted access for two hours then yes.

Someone who understands it all more than I do could chime in, but that's my understanding based on a couple of articles and discussions elsewhere.

[–] [email protected] 11 points 1 year ago* (last edited 1 year ago) (3 children)

So it's been a while since I had my OS and microcomputer architecture classes, but it really looks like GoFetch could be a real turd in the punch bowl. It appears like it could be on par with the intel vulns of recent years.

which would have this hardware issue but don’t have actual background processing

So I've read the same about iOS only allowing one user-space app in the foreground at a time, but... that still leaves the entirety of kernal-space processes allowed to run at anytime they want. So it's not hard to imagine that a compromised app could be running in the foreground, all the the while running GoFetch trying to mine, while the OS might be shuffling crypto keys in the background on the same processor cluster.

The other thing I'd like to address, is you're assuming this code would necessarily require physical access to compromise a machine. That is certainly one vector, but I'd posit there's other simpler ways to do the same. The two that come to mind really quick, are (1) a compromised app via official channels like the app store, or even more scary, (2) malicious javascript hidden on compromised websites. The white paper indicates this code doesn't need root, it only needs to be executed on the same cluster where the crypto keys keep passing through by chance; so either of these vectors seem like very real possibilities to me.

Edit to add:

I seem to recall reading a paper on the tiktok apps with stock installation were actually polyglot, in that the app would actually download a binary after installation, such that what's executed on an end user's machine is not what went through the app store scanners. I had read of the same for other apps using a similar technique for mini-upgrades, which is a useful way to not have to go through app store approval everytime you need to roll out a hotfix or that latest minor feature.

If these mechanisms haven't already been smacked down by apple/google, or worse, aren't detectable by apple/google, this could be a seriously valuable tool for state level actors able to pull off the feat of hiding it in plain sight. I wonder if this might be part of what congress was briefed about recently, and why it was a near unanimous vote to wipe out tiktok. "Hey congress people, all your iphones are about to be compromised... your tinder/grindr/onlyfans kinks are about to become blackmail fodder."

load more comments (3 replies)
[–] [email protected] 3 points 1 year ago

What I’m worried about is Apple overreacting and bottlenecking my M3 pro because “security”. We already saw how fixes for these types of vulnerabilities on Intel and AMD silicon affected performance; no thank you.

[–] [email protected] 3 points 1 year ago

Yeah I don't think this is a big-ish problem currently. But by having this vulnerability to point to, other CPU vendors have a good reason not to include this feature in their own chips.

load more comments (1 replies)
[–] [email protected] 73 points 1 year ago (2 children)

Apple is not a secure ecosystem.

[–] [email protected] 86 points 1 year ago (1 children)

No system is free from vulnerabilities.

[–] [email protected] 13 points 1 year ago (1 children)

No system is perfect, sure, but rolling their own silicon was sorta asking for this problem.

[–] [email protected] 75 points 1 year ago (2 children)

As opposed to what? Samsung, Intel, AMD and NVIDIA and others are also “rolling their own silicon”. If a vulnerability like that was found in intel it would be much more problematic.

[–] [email protected] 31 points 1 year ago (3 children)

This particular class of vulnerabilities, where modern processors try to predict what operations might come next and perform them before they're actually needed, has been found in basically all modern CPUs/GPUs. Spectre/Meldown, Downfall, Retbleed, etc., are all a class of hardware vulnerabilities that can leak crypographic secrets. Patching them generally slows down performance considerably, because the actual hardware vulnerability can't be fixed directly.

It's not even the first one for the Apple M-series chips. PACMAN was a vulnerability in M1 chips.

Researchers will almost certainly continue to find these, in all major vendors' CPUs.

load more comments (3 replies)
[–] [email protected] 12 points 1 year ago (1 children)

Also the article states it is found in intels chips too. So not really any better if they had stayed on that pathway either

[–] [email protected] 22 points 1 year ago (3 children)

I've just finished reading the article, it does not say this. It says Intel also has a DMP but that only Apple's version has the vulnerability.

[–] [email protected] 5 points 1 year ago

Just reread it. You are indeed correct.

load more comments (2 replies)
[–] [email protected] 13 points 1 year ago

This issue is extremely similar to problems found with both Intel and AMD processors too (see: Meltdown, Spectre).

[–] [email protected] 56 points 1 year ago (1 children)
[–] [email protected] 19 points 1 year ago (1 children)
[–] [email protected] 21 points 1 year ago (1 children)

Apple's gonna need you to get ALL the way off their back about this.

[–] [email protected] 3 points 1 year ago

Oh sorry, lemme get off that thing!

[–] [email protected] 52 points 1 year ago

“Govt-mandated backdoor in Apple chips revealed”

There, fixed that for you.

[–] [email protected] 36 points 1 year ago* (last edited 1 year ago) (3 children)

Wow, what a dishearteningly predictable attack.

I have studied computer architecture and hardware security at the graduate level—though I am far from an expert. That said, any student in the classroom could have laid out the theoretical weaknesses in a "data memory-dependent prefetcher".

My gut says (based on my own experience having a conversation like this) the engineers knew there was a "information leak" but management did not take it seriously. It's hard to convince someone without a cryptographic background why you need to {redesign/add a workaround/use a lower performance design} because of "leaks". If you can't demonstrate an attack they will assume the issue isn't exploitable.

[–] [email protected] 10 points 1 year ago* (last edited 1 year ago)

So the attack is (very basically, if I understand correctly)

Setup:

  • I control at least one process on the machine I am targeting another process on
  • I can send data to the target process and the process will decrypt that

Attack:

  • I send data that in some intermediate state of decryption will look like a pointer
  • This "pointer" contains some information about the secret key I am trying to steal
  • The prefetcher does it's thing loading the data "pointed to" in the cache
  • I can observe via a cache side channel what the prefetcher did, giving me this "pointer" containing information about the secret key
  • Repeat until I have gathered enough information about the secret key

Is this somewhat correct? Those speculative execution vulnerabilities always make my brain hurt a little

[–] [email protected] 4 points 1 year ago (1 children)

If you can't demonstrate an attack they will assume the issue isn't exploitable.

Absolutely. Theory doesn't always equal reality. The security guys submitting CVE's to pad their resumes should absolutely be required to submit a working exploit. If they can't then they're just making needless noise

[–] [email protected] 8 points 1 year ago

There are definitely bullshit cves out there but I don't think that's a good general rule. Especially in this context where it's literally unpatchable at the root of the problem.

[–] [email protected] 3 points 1 year ago (1 children)

The more probable answer is that the NSA asked for the backdoor to be left in. They do all the time, it's public knowledge at this point. AMD and Intel chips have the requisite backdoors by design, and so does Apple. The Chinese and Russian designed chips using the same architecture models, do not. Hmmmm... They have other backdoors of course.

It's all about security theatre for the public but decrypted data for large organizational consumption.

[–] [email protected] 6 points 1 year ago (1 children)

I don't believe that explanation is more probable. If the NSA had the power to compell Apple to place a backdoor in their chip, it would probably be a proper backdoor. It wouldn't be a side channel in the cache that is exploitable only in specific conditions.

The exploit page mentions that the Intel DMP is robust because it is more selective. So this is likely just a simple design error of making the system a little too trigger-happy.

[–] [email protected] 2 points 1 year ago

They do have the power and they do compel US companies to do exactly this. When discovered publicly they usually limit it to the first level of the "vulnerability" until more is discovered later.

It is not conjecture, there is leaked documents that prove it. And anyone who works in semiconductor design (cough cough) is very much aware.

[–] [email protected] 27 points 1 year ago

newly discovered side channel

NSA: "haha yeah... new..."

[–] [email protected] 21 points 1 year ago

This is the best summary I could come up with:


A newly discovered vulnerability baked into Apple’s M-series of chips allows attackers to extract secret keys from Macs when they perform widely used cryptographic operations, academic researchers have revealed in a paper published Thursday.

The flaw—a side channel allowing end-to-end key extractions when Apple chips run implementations of widely used cryptographic protocols—can’t be patched directly because it stems from the microarchitectural design of the silicon itself.

The vulnerability can be exploited when the targeted cryptographic operation and the malicious application with normal user system privileges run on the same CPU cluster.

Security experts have long known that classical prefetchers open a side channel that malicious processes can probe to obtain secret key material from cryptographic operations.

This vulnerability is the result of the prefetchers making predictions based on previous access patterns, which can create changes in state that attackers can exploit to leak information.

The breakthrough of the new research is that it exposes a previously overlooked behavior of DMPs in Apple silicon: Sometimes they confuse memory content, such as key material, with the pointer value that is used to load other data.


The original article contains 744 words, the summary contains 183 words. Saved 75%. I'm a bot and I'm open source!

[–] [email protected] 18 points 1 year ago

I get to this part and feel like I'm being trolled.

"meaning the reading of data and leaking it through a side channel—is a flagrant violation of the constant-time paradigm."

[–] [email protected] 16 points 1 year ago (1 children)
[–] [email protected] 11 points 1 year ago

Nope since it's an intended feature.

[–] [email protected] 12 points 1 year ago (1 children)

A revolution in composition. First titanium (making phones somehow less durable), and now they can't even keep their own chips secure because of the composition of the chip lol

[–] [email protected] 39 points 1 year ago* (last edited 1 year ago) (1 children)

That is some grade A armchair micro architecture design you got going there.

Apple completely switched their lineup to the obvious next big thing in processing in less than two years, improving efficiency and performance by leaps and bounds. It has had astounding improvements in terms of generating heat and preserving battery life in traditional computing and they did it without outright breaking backward compatibility.

But oh, it turns out three years later someone found an exploit. Guess the whole thing is shit then.

edit: oh yeah and traditional x86 manufacturers have had the same type of exploit while still running hot

edit2: This is not to say Apple is our holy Jesus lord and saviour, they're plenty full of shit, but the switch to ARM isn't one of those things

[–] [email protected] 8 points 1 year ago* (last edited 1 year ago)

I don't use any Apple products and am not planning to change this in the near future, but man, the stuff I've read and seen about the M chips did left me absolutely amazed.

[–] [email protected] 9 points 1 year ago (3 children)

Considering how bad apple programmers are I am not surprised. I created an apple account just so I can get apple tv. Sadly I made the account on tv.apple.com and didn't make a 2fa so now I can not log into appleid.apple.com or iCloud.com or into my Apple 4k+

This happened this week...

[–] [email protected] 7 points 1 year ago (1 children)

I think it's not the devs, but the managers who push the devs. It usually is. In Apple's case the managers want devs to desperately keep everything in such a a way that it only works with Apple, cant work with anything else or we might lose a customer! It probably won't have caused this particular problem, but you get the idea.

load more comments (1 replies)
load more comments (2 replies)
[–] [email protected] 4 points 1 year ago

So does this mean it’s being actively exploited by people? How screwed is the average person over this?

load more comments
view more: next ›