Lucene search

K
thnMohit KumarTHN:B20DD3A3550912B29ABFF91D6D9089B2
HistoryMay 21, 2014 - 11:22 p.m.

Microsoft Outlook App for Android Devices Stores Emails Unencrypted on File System

2014-05-2123:22:00
Mohit Kumar
thehackernews.com
29

0.682 Medium

EPSS

Percentile

98.0%

Microsoft Outlook App for Android Devices Stores Emails Unencrypted

If you have an account with Microsoftโ€™s popular free email service Outlook.com, and using Outlook app for Android, then there is a bad news for you.

Microsoftโ€™s Android app for Outlook.com, provides users to access their Outlook emails on their Android devices, fails to provide security and encryption.

LOOPHOLES DISCOVERED
Researchers from โ€˜Include Securityโ€™ firm claims to have found multiple vulnerabilities in Microsoftโ€™s Outlook app for Android, that leaves usersโ€™ email data vulnerable to hackers and other malicious third party apps.

  • By default, Email attachments are stored into easily accessible folders on the Android filesystem
  • Email Database (Body, Subject) is stored locally in an unencrypted manner
  • Appโ€™s โ€˜Pin Codeโ€™ feature doesnโ€™t protect or encrypt email data.

EMAIL ATTACHMENTS ARE ACCESSIBLE TO ANY OTHER APPS

Microsoft Outlook App for Android Devices Stores Emails Unencrypted

Today almost every applications available at Google Play Store generally ask for _READ_EXTERNAL_STORAGE _permission that allows them to read the data from device storage, even if the phone is not rooted.

> "READ_EXTERNAL_STORAGE and INTERNET are some of the most common permissions granted by users to applications upon installation." Erik Cabetas, managing director of Include Security said.

Include Security firm found the Outlook app for Android downloads the email attachments automatically to '/sdcard/attachmentsโ€™ folder on the file system, which could be accessed by any malicious application or person with the physical access to the userโ€™s device. "Phones nowadays come with preinstalled apps on them that could grab those emails." he added.

UNENCRYPTED EMAIL DATABASE

Outlook app maintains a local backup database of your emails on the device file system at โ€œ/data/data/com.outlook.Z7/โ€ location, which could be accessed only if the device is rooted and for non-rooted Android devices, Android Debug Bridge (adb) tool can extract it.

> โ€œWeโ€™ve found that many messaging applications (stored email or IM/chat apps) store their messages in a way that make it easy for rogue apps or 3rd parties with physical access to the mobile device to obtain access to the messages.โ€ he said.

In this folder, the app stores a database file called โ€˜email.dbโ€™, which keeps a backup of your every email, but in an unencrypted form i.e. once an attacker able to grab this file, he can access all of your emails and sensitive data in plain text using sqlite3 utility.

Microsoft Outlook App for Android Devices Stores Emails Unencrypted

As shown in the above image, they able to access the email.db file and connect to the unencrypted database file to read the email content and the resultant file which is shown as below:

Microsoft Outlook App for Android Devices Stores Emails Unencrypted

Earlier we reported, windows malware are now capable of hacking Android devices connect to it and can extract any file from the Android file system, even if the device is non-rooted.

PINCODE CANโ€™T PROTECT YOU
Microsoft implemented a unique protection mechanism in its Outlook app that nobody else provides, is its PINCODE feature (application lock), which intents to add an extra protection in case your device gets in the wrong hands.

But unfortunately this feature also fails to protect usersโ€™ data from the above listed two flaws, because it only locks the Graphical User Interface of the app, and does nothing to ensure the confidentiality of messages and attachments, which are themselves stored on the filesystem of the mobile device.

> โ€œIf a device is stolen or compromised, a 3rd party may try to obtain access to locally cached messages (in this case emails and attachments),โ€ said Erik Cabetas, managing director of Include Security in the blog post.

MICROSOFT REFUSES TO PATCH IT
The only place where Microsoft lacked is Encryption. Researchers contacted Microsoftโ€™s Security Response Center in December 2013 about the security weakness in the Outlook app, but Microsoft refuses to patch the vulnerabilities and their reply was, โ€œโ€ฆusers should not assume data is encrypted by default in any application or operating system unless an explicit promise to that effect has been made,โ€ Microsoft said.

Erik from Include Security suggests that Outlook for Android could use SQLcipher to encrypt the SQLite database, because this would be useful for older devices that do not support full disk encryption.

SURVEILLANCE COMPATIBLE

In response to the mass surveillance conducted by the US National Security Agency (NSA) where every service is switching towards deploying encryption across the Internet, one of the Internetโ€™s big giant, Microsoft failed.

Today we feel the need of highly secured Networks and Encrypted Devices to safeguard our privacy from Cyber Criminals and our own Government as well. So, Encryption becomes more important today than any other time in our history. Encryption of our online messages, encryption of our emails, encryption of our voice call, encryption of our every personal data and communication.

Android users are highly recommended to use full disk encryption for Android and SD card file systems, and turn off the USB debugging mode from Developer Options Settings.

Yesterday, in a separate news we reported about a critical zero-day vulnerability (CVE-2014-1770) in โ€˜Internet Explorer 8โ€™ that Microsoft had kept hidden from all of us, since October 2013.

UPDATE
โ€œMicrosoft is committed to protecting the security of your personal information. We use a variety of security technologies and procedures to help protect your personal information from unauthorized access, use, or disclosure. For people using the Outlook.com app for Android, applications run in sandboxes where the operating system protects customersโ€™ data. Additionally, customers who wish to encrypt their email can go through their phone settings and encrypt the SD card data. Please see Microsoftโ€™s online privacy policy for more information.โ€ Microsoft said in a statement to The Hacker News.

0.682 Medium

EPSS

Percentile

98.0%