Urgent.News

What's breaking now, across thousands of outlets.

Tech

File Change Notification Side Channel: Estimating Keystroke Timing and Browsing Activity on Linux, Android, and Windows

1. Overview Original Title: File Notification Attacks: Side-Channel Leakage from the File-Notification System on Linux, Android, Windows, and macOS Source: Graz University of Technology (File Notification Attacks Research Team) Publication Date: 2026-09-24 (Public disclosure date by researchers) Updated: None Severity: High Basis for Severity: While local execution is required, unprivileged…

Researchers have demonstrated a method to estimate user activities, such as keystrokes, browsing destinations, and WhatsApp media interactions, using file change notifications on Linux, Android, and Windows systems. This side-channel attack is possible without privileged access or explicit permission to access sensitive information. The researchers utilized publicly available code to validate their findings on various operating systems, with the exception of macOS, where the research material was not applicable.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

MemTensor MemOS Supply Chain Attack: sckit Triggered by Python Imports and OpenClaw Runtime Hooks

1. Basic Information Original Title: The AI Ecosystem Has Worms Now: Inside the MemTensor Compromise Source: Semgrep Published Date: September 23, 2026 Updated Date: None Severity: critical Severity…

  • Malicious code sckit embedded in MemTensor npm, PyPI distributions
  • Attack triggered by Python imports, OpenClaw runtime hooks
  • Attackers exfiltrate credentials, access SSH keys, SaaS service tokens

Vim Basics

Just the basics you need to get started. Also for those who are trapped in classic vim situation, where you don't know how to quit!

  • Vim is a keyboard-driven text editor for efficient code and plain-text editing.
  • Open a file in Vim by typing "vim" followed by the filename in the terminal.
  • Save changes in Vim by typing ":w" in Normal mode and pressing Enter.

More from Saturday 26 September →