Researchers describe FROST, a browser-based side-channel technique that can potentially let websites infer what other sites a visitor has open and which apps are running. The method, “Fingerprinting Remotely using OPFS-based SSD timing,” uses JavaScript to interact with the browser’s OPFS (Origin Private File System), which provides a per-site sandboxed storage area. While the OPFS is isolated from other websites and from the device’s broader filesystem, the technique measures timing differences caused by SSD contention. By issuing repeated random reads from a large OPFS file, the website observes latency variations that reflect activity competing for the same SSD resources. The research paper reports that attackers can apply a machine-learning model, described as a convolutional neural network trained on collected timing traces, to classify new traces and deduce user activity. Sources emphasize that the approach runs exclusively in the browser, does not require special extensions or permissions, and only needs the victim to open the page hosting the attack. The underlying idea is that unintended physical and timing effects of SSD operations can leak information that helps reconstruct other activity on the host system, including activity in other tabs and applications.