this post was submitted on 27 May 2026
87 points (97.8% liked)

Privacy

5701 readers
204 users here now

Welcome! This is a community for all those who are interested in protecting their privacy.

Rules

PS: Don't be a smartass and try to game the system, we'll know if you're breaking the rules when we see it!

  1. Be civil and no prejudice
  2. Don't promote big-tech software
  3. No apathy and defeatism for privacy (i.e. "They already have my data, why bother?")
  4. No reposting of news that was already posted
  5. No crypto, blockchain, NFTs
  6. No Xitter links (if absolutely necessary, use xcancel)

Related communities:

Some of these are only vaguely related, but great communities.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 9point6@lemmy.world 9 points 19 hours ago (1 children)

Well now I don't seem so crazy for having a minimum of 100 tabs open at any one time.

Surely past a certain point it just becomes white noise

[–] calliope@piefed.blahaj.zone 20 points 19 hours ago (1 children)

The bad news is that the article says

One of the best ways to prevent FROST attacks is to close tabs as soon as they’re no longer needed

Leaving the tabs open just gives them more opportunities to track you.

[–] alapakala@quokk.au 4 points 13 hours ago (1 children)

or, no tabs at all. Let the window manager tab browser sessions instead. Isolated/jailed, ofc..

[–] 9point6@lemmy.world 3 points 10 hours ago* (last edited 10 hours ago) (1 children)

Nah, that's not gonna do anything for this given it is looking at the I/O characteristics of your SSD, it doesn't need any permissions to do this, it's basically just copying stuff in its own sandbox and pulling data from analysing the transfer characteristics.

Unless for every site you want to visit you install a fresh SSD, with a new installation of a browser and you only ever visit a given site from its dedicated browser and SSD, and do nothing else with it. (This is not limited to figuring out just what sites you're visiting, but also what applications you're ruining)

The alternative is something similar to what I suggested which is to basically ensure your SSD is spammed with accesses so it's very hard to pull out the individual signals.

It's similar to a VPN connection. If someone is particularly interested in you, they can look at the pattern of VPN transfer traffic. If you open a connection and then go straight to a website and nothing else, it's relatively trivial for a determined enough adversary to take a fingerprint of the transfer sizes and timings. Enough times they can get a good set of fingerprints that they can then start to match to actual sites.

Now this was regarded as quite hard to do until AI tools like this one come along to dramatically reduce the time needed to do this analysis.

A way to mitigate the above is to make sure your connections are doing multiple things so it's harder to pull these fingerprints from traffic patterns. So I'm assuming the same strategy would work here given it's basically the same kind of attack

[–] alapakala@quokk.au 1 points 10 hours ago (1 children)
[–] 9point6@lemmy.world 2 points 9 hours ago* (last edited 9 hours ago) (1 children)

Sorry could you elaborate? You just linked to the MDN page in the comment and claimed it was bad in that one. Did you mean to link to a different one?

It's implemented everywhere, so it's not that it's a single browser doing something weird, it seems to be sandboxed (in a conventional sense), and there's plenty of use cases where an application might need high performance storage access or a pseudo filesystem.

What is your reasoning for unimplementing it rather than mitigating the issue? I don't believe there is an equivalent web technology to this that people could use instead.

[–] alapakala@quokk.au 1 points 8 hours ago (1 children)

As demonstrated in the paper, OPFS enables attackers to read more than just browsing habits, but also solid state gates’ data.
Meaning, if vendors require HPSA, they will need to redesign their entire threat model to an isolated securely atomized one that OPFS by design cannot secure.

[–] 9point6@lemmy.world 1 points 8 hours ago (1 children)

I get that the paper has discovered a flaw, but I don't see how it is unmitigatable, it's still a sandboxed filesystem at the end of the day, rate smoothing and noise insertion seem like fairly obvious first steps and I'm far from an expert.

It's like saying we should get rid of VPNs because they suffer the same kinds of side channel risk.

[–] alapakala@quokk.au 1 points 7 hours ago* (last edited 7 hours ago) (1 children)

I mentioned threat remodeling for several reasons. One of them is, as designed OPFS fails every single one of your suggestions, and more.

So, an entire HPSA model needs to be redesigned, or stick to non HPSA whatsoever until further peer reviewed refuzzing has been made.

This type vectorization isn't novel, it's just hilarious vendors just accepted it without further security considerations.

we should get rid of VPNs because they suffer the same kinds of side channel risk.

🤝🤣

[–] 9point6@lemmy.world 1 points 7 hours ago* (last edited 7 hours ago) (1 children)

🤝🤣

Why did you chop off the start of the sentence to make it look like I was saying the thing you were?

I was pointing out it's a ridiculous thing to suggest

I mentioned threat remodeling for several reasons. One of them is, as designed OPFS fails every single one of your suggestions, and more.

So, an entire HPSA model needs to be redesigned, or stick to non HPSA whatsoever until further peer reviewed refuzzing has been made.

This type vectorization isn't novel, it's just hilarious vendors just accepted it without further security considerations.

Right, yes it definitely needs fixing, that's what I'm saying. Then you veer off into saying we should build it from scratch again? Why? There's no apparent need for that given what you've said, you're just describing what we do to fix the existing standard?

It's the web, vendors don't break existing APIs unless there's no other option and from what you've written so far, the problem is in the implementation, not the API.

[–] alapakala@quokk.au 1 points 7 hours ago* (last edited 7 hours ago) (1 children)

bruv, have you ever designed a fighter jet from a raft?

Because that is the equivalence of comparing OPFS is to a secured PostgreSQL query.

You cannot attain security from a raft, when fighter jets only need to drop bomps like a carpet to write on cities, and traverse microseconds of distances compared to whatever the wind is.

OPFS is insecure by design.

[–] 9point6@lemmy.world 1 points 5 hours ago* (last edited 5 hours ago)

A postgres query is not a filesystem and also not intended at all for large binary blob storage and arbitrary range access? That's an entirely different tool for completely different use cases.

The existing filesystem API (that the OPFS API appears to build on) is entirely reasonable for its intended use case, and is actually even more entrenched than OPFS given it exists for non-sandboxed uses, and has done for quite a long time. Remember, browser vendors will not break web APIs unless there's no other option, for good reason.

I also feel like you keep shooting past the fact this is a side channel attack. It's fairly reasonable to conclude any storage operation that hits the SSD could be used for this kind of thing. So basically any equivalent approach would require the same mitigations.

You've still not made any valid case for your claim that it's insecure by design.

Just so we can draw this to a close: please explain, specifically and succinctly, which fixes you would make and why specifically the existing OPFS is fundamentally incompatible with your suggestions.

So far there has been nothing like that in this thread, just hand waving and it's insecure by design, just trust me bro