securitylab_nJuly 16, 2026🇷🇺Translated from Russian

69% of Browsers Worldwide Vulnerable: How Chrome Sync Enables Stealth Surveillance Without Malware

Google Chrome’s ordinary sync feature can be covertly exploited to transform the browser into a powerful surveillance instrument. Attackers require neither malware nor advanced technical skills—only a few minutes of physical access to the target device to sign in with their own Google account and enable synchronization.

Specialists at Certo identified the technique after investigating multiple reports of digital stalking by intimate partners. In one documented case, a woman researching family lawyers and visiting websites that assist victims of domestic abuse discovered that her partner was able to recount the exact pages she had opened and the precise times she had visited them—despite her using only her personal phone and noticing no new applications.

The partner had briefly obtained the device, opened Chrome, signed in under his own Google credentials, and activated sync. From that moment, the victim’s browsing history began automatically uploading to his profile, which he could access from any other phone or computer anywhere in the world. No password belonging to the victim was needed, and login notifications were delivered exclusively to the attacker’s account rather than the device owner.

The risk extends far beyond visited websites. Chrome can also synchronize bookmarks, open tabs, autofill information, and stored passwords. If a victim later saves credentials for any service while the attacker’s profile remains active, those passwords become visible to the attacker, potentially enabling further account takeovers.

Chrome displays no prominent alert when a new profile is added or when synchronization begins. Many users never inspect which Google account is currently linked to the browser. According to StatCounter, Chrome commanded 69.65% of the global browser market in June 2026, meaning the simple attack vector could affect millions of people. The same method functions on smartphones as well as on Windows and macOS computers.

Certo has urged Google to introduce temporary notifications whenever a new account is connected and to display the currently synced profile persistently. Such measures would allow device owners to detect unauthorized access quickly without disrupting normal browser operation.

Users can verify the connected profile through browser settings. On iPhone and iPad, the account address appears at the top of the settings section. On Android, Windows, and macOS, it is visible after clicking the profile icon. Any unfamiliar account should be removed immediately, and passwords for important services—especially those saved in Chrome—should be changed.

For sensitive searches, the Incognito mode can be used, as visited pages are not added to the synchronized history. Devices should be protected with strong passcodes and biometric authentication, and users should review whether additional fingerprints or facial-recognition data have been enrolled by third parties.

Related articles

HabrPrivacy & Surveillance

UDP Proxies and QUIC Protocol: How Real IP Addresses Leak Through Anti-Detect Browsers

Anti-detect browser users relying on UDP-capable proxies face a hidden risk of real IP leakage when the browser fails to properly route UDP traffic. The QUIC protocol, which powers HTTP/3, runs over UDP and enables features like 0-RTT handshakes, independent streams, and connection migration that can bypass proxy routes. WebRTC connections using ICE, STUN, and TURN further increase exposure because they often attempt direct UDP paths outside the configured SOCKS5 proxy. Without deep network stack control such as TUN interfaces or socket interception, browsers may send WebRTC and QUIC packets through the host's real network interface. Aurorium Browser claims to solve this by natively supporting UDP proxying so that both QUIC and WebRTC traffic stays inside the tunnel. The article stresses that simply disabling WebRTC or forcing HTTP/2 fallback is insufficient and can itself create detectable anomalies for anti-fraud systems.

AntiMalwarePrivacy & Surveillance

Google to Offer Granular Controls for Advanced Protection Mode in Android 16

Google is preparing more flexible settings for its Advanced Protection security mode that first appeared in Android 16. The changes were discovered by Android Authority researchers while examining Google Play Services version 26.36.30. A new Expert features section will let users enable individual protections such as USB Protection, intrusion detection logging, and restrictions on unsafe Wi-Fi networks without activating the entire strict mode. USB Protection blocks new USB connections while the screen is locked to prevent physical attacks, though it can interfere with fast charging on Pixel 6 and newer devices. Users will also be able to opt out of automatic connections to open or risky Wi-Fi networks if they regularly use public hotspots. Intrusion Logging remains optional and stores encrypted security logs in the cloud. The update aims to preserve core security benefits while removing the all-or-nothing requirement of the current Advanced Protection implementation.

HabrPrivacy & Surveillance

rkn-block-checker 0.6.0 Adds Local Web UI and Reduces False Positives on Anti-Bot Responses

The open-source tool rkn-block-checker received a major update in version 0.6.0 that improves accuracy when detecting Russian ISP censorship blocks. The previous version incorrectly flagged sites protected by anti-bot systems as blocked by Roskomnadzor because it searched for common stub-page strings without checking HTTP status codes. A new logic layer now separates rate-limit responses such as HTTP 429 from genuine provider stub pages that typically return 200 OK or 451. The release also introduces a fully local Web UI built with Python’s standard-library HTTP server and vanilla JavaScript, eliminating the need for heavy frameworks. Results stream in real time via NDJSON so users can watch checks complete without polling or WebSocket connections. The project remains available on PyPI and GitHub under the MIT license.

HabrPrivacy & Surveillance

Digital Surveillance in Your Pocket: Audit Uncovers Tracking and Weak Cryptography in 11 Top Russian Android Apps

An independent security researcher conducted a static analysis and passive logcat review of 11 popular Russian Android applications from banks, government services, marketplaces, and navigation tools. The audit identified 237 vulnerabilities in total, including six apps signed with outdated RSA-1024 or DSA-1024 keys that violate current NIST standards. VK led the risk ranking with 11 trackers and a 98/100 surveillance score, while Gosuslugi transmitted analytics signals to VK, Yandex, Google, and Huawei ecosystems. Five apps used WebRTC ICE candidate leaks to detect VPN usage, potentially bypassing user privacy protections. Only Goskluch scored low at 42.4/100 by limiting trackers to two, avoiding VPN detection, and using a compliant RSA-2048 signing key. The methodology relied solely on MobSF, jadx, and logcat without bypassing SSL pinning or requiring root access.