News

Published on April 30th, 2014 📆 | 4550 Views ⚑

0

Skype stores all application data in a local database in plain text


https://www.ispeech.org/text.to.speech
Cristian Dinu (DrOptix) and Dragoş Gaftoneanu, Romanian programmers at Hackyard Security Group, a private community dedicated to IT security research claimed that private information of skype users is stored in such a way that anyone with access to the device can see the private chats, usernames, phone number etc and use them for any purpose.

UNENCRYPTED SKYPE ACCOUNT LOCAL DATABASE
Unencrypted data is obviously a loophole for cyber criminals and the Skype's unencrypted database also displays users’ location information such as country and city, which could be considered a jackpot for unsavory hackers.
[adsense size='1']
While chatting with his friend 'Cristian Dinu' on Skype, Dragoş noticed a folder in his Linux home directory that contains a database file, called main.db, created by the Skype software.

In Linux: /home/user/.Skype/skypename/

In Mac OS X: /Users/user/Library/Application Support/Skype/skypeuser

In Windows : C:\Users\Username\AppData\Roaming\Skype\skype.id





Using SQLite utility, Dragoş connected to the unencrypted Skype database and found Skype user account related information in plaintext under different tables.
The Account table contains the basic information of the user such as skypename, fullname, birthday, country, city, mobile phone numbers, emails from Accounts, etc.
Another Table labeled 'CallMembers' stores the information about when and whom user called. The 'Contacts' table stores the user’s friend list along with skypename, fullname, and some interesting columns, such as birthday, country, city and phone_mobile.
[adsense size='1']
The most surprising table came out to be the 'Messages' Table that stores the users' chat conversations in complete plain text format. Even some tables regarding video calls and SMSes sent also reveals users’ personal data.

A flaw in the popular voice calling and messaging service may have left its Millions of users vulnerable to the attackers by storing the data in such a way that anyone can read it. The users’ details are kept inside one of Skype's database files buried within the file system, but anyone could see it if they had access to users' device and knew where to look.It is quite easy to steal the history files and with the help of some special software one can view all the history without your Skype password.

The researcher tested this on the Linux based operating system but later it was found that the application makes the same files on every operating system.

Dragos advised users to remove the content of main.db every time they close Skype application and also provided a Linux based script to remove main.db automatically.

Skype leaves Sensitive User Data Unencrypted Locally On Computers
Let’s hope Microsoft Skype will fix asap the poor implementation.

Tagged with:



0 Responses to Skype stores all application data in a local database in plain text