← All stories
● Covered by 1 source · 1 reportMedium impact1 negative

File Notification Systems in Major OSes Leak User Activity

🔄 Updated 11h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • File notification features in Linux, Android, Windows, and macOS can be abused.
  • Attacks infer user activity from file names and event timings, not file contents.
  • Most attacks require local code execution; Android apps need no special permissions.
  • Demonstrated keystroke detection, website fingerprinting, and fake password prompts.

Vulnerability in File Notification Systems

Researchers at Graz University of Technology have identified a vulnerability in the file-change notification features present in Linux, Android, Windows, and macOS. These systems, designed to alert applications when files are created, modified, or deleted, can be exploited to monitor user activity. This includes inferring typing patterns and websites visited, even without elevated privileges, requiring only read access to the monitored location.

Attack Mechanisms and Scope

The attacks do not expose the content of files but leverage file names and the timing of events to reconstruct user, application, and system activity. For most operating systems, an adversary must already be able to run code on the machine under a separate account. On Android, however, a malicious app can perform these actions without requesting any special permissions.

Specific Exploits Demonstrated

On Linux, researchers showed that watching a folder containing protected files can reveal events, even if the user lacks permission to watch the files directly. This was used to detect keystrokes by monitoring device files representing keyboard input, achieving 93.1% to 100% accuracy in tests. Other Linux attacks included website fingerprinting via system font loading in Firefox, identifying top 100 sites with 87.9% accuracy, and a fake password prompt attack on KDE Plasma 6 on Wayland.

Android evaluations on Google Pixel and Samsung Galaxy phones revealed that a permission-less app could monitor another app's private storage. This allowed detection of when photos, videos, and documents were received, sent, or deleted in WhatsApp, along with their file names. The most significant Windows issue involves monitoring the root of the system drive.

Implications for User Privacy

This research highlights a significant privacy concern, as common operating system features can be repurposed for surveillance. While file contents remain secure, the metadata and timing of file operations are sufficient to reconstruct sensitive user behaviors. This underscores the need for developers and users to be aware of the potential for side-channel attacks through seemingly innocuous system functionalities.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~17 min · 13 stories · Sep 25

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Researchers at Graz University of Technology found that file-change notification features in Linux, Android, Windows, and macOS can be exploited to monitor user activity, including typing rhythms and website visits. This vulnerability allows an attacker with local code execution or a permission-less Android app to infer sensitive user actions without accessing file contents, posing a privacy risk across multiple platforms.