惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
腾讯CDC
Jina AI
Jina AI
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
小众软件
小众软件
M
MIT News - Artificial intelligence
MyScale Blog
MyScale Blog
D
Docker
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
月光博客
月光博客
L
LangChain Blog
F
Fortinet All Blogs
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
C
Check Point Blog
U
Unit 42
人人都是产品经理
人人都是产品经理

BGR - Industry-Leading Insights In Tech And Entertainment

4 Features To Look For In Your Next Phone Case The Apple Watch Series 11 Is Great, But Smart Money Buys This Smartwatch Instead 4 Of The Most Useful Gadgets For Seniors (Besides Phones) Is It Safe To Plug Your Phone Into A USB Wall Socket? 5 Ways To Speed Up Your MacBook Neo 5 Myths About Incognito Mode You Need To Stop Believing Here's How Much The MacBook Neo's Display Costs To Replace 5 Of The Best Nintendo Switch 2 Carrying Cases New Breakthrough In Quantum Computers Could Completely Change How Much They Cost 5 3D Printer Projects To Take Your Raspberry Pi Builds To The Next Level What Makes The Apple Pencil So Expensive? 5 Notoriously Unreliable Retro Consoles You Should Avoid Why You Can't Just Buy A Petabyte Hard Drive 4 Reliable USB Charger Brands That Can Compete With Anker There Might Be A Drawback To Using Your Roku On A Monitor 5 Email Etiquette Rules People Break All The Time Here's What Those Two Holes Are For On Your Samsung Galaxy Phone Cheap Projectors Will Probably Leave You Disappointed - Here's Why 5 Weird Raspberry Pi Projects That Will Freak Out Your Friends What's The Point Of A Mini PC If You Already Have A Laptop? Yellowstone Star Wes Bentley Explored Deep Space In A Beloved Sci-Fi Movie 7 Renter-Friendly Smart Home Upgrades Your Landlord Won't Mind This Palm-Sized Camera Gadget Is The Secret To Capturing Perfect Lightning Strikes Upstream Vs. Downstream USB Ports On Your Monitor: What's The Difference? 4 Of The Coolest Gadgets For Your Xbox Don't Wait To Upgrade Your MacBook In 2026 - Here's Why Should You Accept Or Reject Cookies From A Website? 5 Gaming Monitors That Are Perfect For Your PlayStation 5 What A Smart Thermostat Actually Saves You Money On (And What It Doesn't) 5 USB-Powered Gadgets That Can Replace Traditional Appliances
Study Reveals Exploit That Lets Your Browsing History Be ...
Aaron Greenbaum · 2026-06-21 · via BGR - Industry-Leading Insights In Tech And Entertainment
Artistic rendition of a cyberattack on a laptop

Pugun Sj/Getty Images

Almost everyone wants their internet activity to remain private. Even if you don't visit embarrassing sites, you probably want to ensure Facebook doesn't decide what ads to show you. But while you can minimize the degree to which your browser spies on your browsing history, potential hackers can use your own solid state drive (SSD) against you and learn your internet habits.

Recently, researchers at the Graz University of Technology in Graz, Austria, published a study that found hackers can potentially spy on victims without lifting a finger. All a person needs to do is visit a website lined with malicious code and own a computer with an SSD. The attack, known as Fingerprinting Remotely using OPFS-based SSD Timing (FROST), uses a File System Access API built into numerous browsers to essentially hack into the victim's SSD. FROST achieves this feat with a simple JavaScript code that measures latency (a "fingerprinting attack") via a side channel, which is a backdoor for indirect data leakage.

Prior attempts to pull off such an attack required hackers to install and run native code on a target system, but FROST removes that limitation — it only needs the browser and the aforementioned JavaScript code. According to the research paper, FROST was able to correctly identify the websites a test system visited with up to 89% accuracy. However, when used on a Mac system, the technique's spying accuracy jumped to 96%. Perhaps if you want to avoid a potential FROST attack, this is one scenario where Windows systems win out over Mac.

How FROST works

Artistic rendition of a cyberattack on a laptop

NAJA x/Shutterstock

As previously stated, a FROST attack doesn't require the victim to do anything outside of visiting the wrong website and owning an SSD. Then the JavaScript code takes over. But what exactly does it do? How does it hijack your SSD and use it against you?

According to the Graz University research paper, FROST starts by taking control of the Origin Private File System (OPFS) and using it to create an isolated file system on the target's SSD. Depending on the browser, over 60% of disk space can be set aside for this task. The size of this file must be larger than the available RAM so random bits of read data can bounce over to the SSD instead of the page cache.

FROST relies on an SSD's high input/output (I/O) performance and low latency when compared to hard disk drives (HDDs). Unrelated activity creates its own I/O, which produces a tangible latency spike. The timing of this spike is fed through a convolutional neural network (CNN), which completes the fingerprinting by classifying new traces (records of a request's journey through a system). Of course, if the CNN is poorly trained, then it won't be able to identify many visited websites. But given the popularity of some websites (like Google and YouTube), there's a good chance any CNN can properly tag latency spikes.

What users can do to avoid such attacks

Artistic rendition of cybersecurity

Mf3d/Getty Images

Currently, FROST is little more than a proof of concept: Graz University of Technology researchers wanted to demonstrate that the vulnerability exists, as well as what it does and how it works. Hackers haven't used a FROST attack to spy on your SSD yet, but they could. Unless, of course, you take precautionary measures — these hackers aren't after your passwords, so you don't have to worry about avoiding common ways passwords are hacked (in this scenario, anyway).

If in a hypothetical future, malicious actors start using their own FROST attacks, a potential victim's first line of defense would be their own two eyes. If you keep track of your SSD and notice potentially hundreds of gigabytes disappearing, you might be the victim of a FROST. Then again, unless you like to download gargantuan games like "Call of Duty" or "Microsoft Flight Simulator," suddenly losing a sizable portion of your drive is often a surefire sign of malware in general.

Given the ubiquitous nature of the OPFS API, it's difficult (but not impossible) to find a browser that doesn't use the feature, so you can avoid a potential FROST attack by relying on OPFS API-free programs to browse the internet. Then again, Google Chrome used to be one such browser, so the Graz University researchers suggested tweaking computer systems to always ask for permission to create OPFS files. It will be annoying — you need to ensure your computer uses the File System Access API to save information directly onto your local device — but it will prevent hackers from tracking your browsing history right under your nose.