Slashdot Log In
Skype Linux Reads Password and Firefox Profile
Posted by
samzenpus
on Sun Aug 26, 2007 10:40 AM
from the to-send-better-ads dept.
from the to-send-better-ads dept.
mrcgran writes "Users of Skype for Linux have just found out that it reads the files /etc/passwd, firefox profile, plugins, addons, etc, and many other unnecessary files in /etc. This fact was originally discovered by using AppArmor, but others have confirmed this fact using strace on versions 1.4.0.94 and 1.4.0.99. What is going on? This probably shows how important it is to use AppArmor in any closed-source application in Linux to restrict any undue access to your files."
This discussion has been archived.
No new comments can be posted.
Skype Linux Reads Password and Firefox Profile
|
Log In/Create an Account
| Top
| 335 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Shadow passwords FTW (Score:5, Insightful)
(http://stalag99.net/ | Last Journal: Tuesday August 14, @12:20PM)
Re:Shadow passwords FTW (Score:5, Informative)
(Last Journal: Sunday July 13 2003, @10:38AM)
Corollary: dont use passwords vulnerable to dictionary attacks...
Re:Shadow passwords FTW (Score:4, Insightful)
Re:Shadow passwords FTW (Score:5, Funny)
(Last Journal: Monday November 27 2006, @01:17PM)
Re:your a queer (Score:5, Informative)
(http://debcentral.org/)
Debian uses shadow passwords. It's one of the questions in the installer.
Re:your a queer (Score:5, Informative)
(http://jlarocco.com/)
First: NetBSD isn't a Linux distro.
Second: Debian uses shadow passwords.
Third: There's nothing wrong with reading /etc/passwd. POSIX even has an API for accessing it in user code. See the man pages for getpwuid, getpwnam, getpwent, setpwent and endpwent. For example, everytime you do "ls -l", it uses information from /etc/passwd.
In any case, there's really no excuse for not using shadow passwords.
Re:your a queer (Score:4, Informative)
Actually, there is, but for the entirely opposite reason. If you read passwd you'll miss any network based users, such as users authorized over LDAP, kerberos, or others.
getpwent and company, on the other hand, will get you those. As would getent or similar command line utility.
Re:your a queer (Score:4, Insightful)
(http://www.ods.org/)
Re:your a queer (Score:5, Insightful)
(Last Journal: Thursday August 18 2005, @08:44AM)
Re:your a queer (Score:4, Interesting)
Is there? Is there not? How should I know?
In an open source project, one could take the source and if it's FUD, debunk it immediately. Maybe there is a legit reason to read the passwd, maybe there is not. Do I know? No. Can I find out? No. It's closed source. I just know that it does. But what does it do with my passwords? Nobody knows but Skype's makers.
That's the core problem with closed source. I cannot trust it. Maybe it has a good reason to access the passwd file. But do you expect the best or worst? As a security expert, I expect the worst by default until proven wrong. Everything else is playing russian roulette with your system security. You can't just trust a program intrinsically until proven wrong, because when you're proven wrong, it usually is too late.
Re:your a queer (Score:4, Informative)
(http://www.wirehub.nl/~leen/)
leen@debian64:~$ cat
4.0
leen@debian64:~$ ls -lA
-rw-r----- 1 root shadow 1171 2007-08-17 01:41
Re:But...More Secure? (Score:5, Funny)
(http://www.nymar.demon.co.uk/)
That, sir, is a very good point. In fact it's such a good point, it makes me wonder why no one has ever suggested such a thing before, here on Slashdot.
Fortunately, there is a simple fix, readily suggested by the exemplary record set by The Microsoft Corporation. All we need to do is change the file "/etc/passwd" to be "/etc/.passwd". That way, the file will no longer show up on directory listings. And, since no one on earth is clever enough to think of running "ls -a", that means that no one will know where the password file is, so no one will be able to break in. Security Through Obscurity FTW!
Furthermore, if we apply this policy rigorously throughout the whole of the Linux operating system, I'm sure we can make Linux' security record every bit a good as Windows in no time at all.
Why.. (Score:5, Insightful)
Re:Why.. (Score:5, Insightful)
(http://whatsmyip.org/)
When I use Open Source apps, I do so knowing that there are many developers and hobbyists that have looked over the code, so I know that there aren't any glaring security flaws.
Imagine this had been an Open Source product for a minute... instead of an article just saying that it read
Re:Why.. (Score:5, Interesting)
Of course it would be easier to see the hows and whys in an open source application, but once you know, you know, and that's really at the core of the matter.
Re:Why.. (Score:5, Interesting)
Interesting you should say that - did you read the linked thread on the Skype forum? Here's a later post (emphasis added):
Pidgin nee Gaim is GPL. A quick search on one of its mailing lists shows no useful hits forRe:Why.. (Score:5, Informative)
Re:Why.. (Score:5, Informative)
Just checking your own identity in unix requires a call to getpwnam, getpwent or their equivalent, which means that a function call in glibc has to read the password file. Practically every unix program does that... It reads in the whole file in memory and looks for you, unless you're using the db source, yp, nis+ or an external module: nss_ldap, nss_mysql, nss_pgsql. It's doing that to find YOU out... That's normal, system-wide behaviour, and not sinister at all(that's also why there's a nscd daemon to cache those results, to prevent your machine from grinding to a halt if you have 200k+ entries in that file.
Now unless the legacy api gets redesigned to NOT do a line by line scan, anyone using strace/ltrace/dtrace/tusc needs to filter out these internal "housekeeping" calls, which are perfectly normal, needing to find out if _you_ can open up your own log file...
The
Re:Why.. (Score:5, Informative)
(http://www.whitepost.org.uk/)
This is why a shadow password file was invented in the first place.
Flawed logic (Score:5, Interesting)
Second, you assume the people who look at it aren't in on it. So maybe a couple people look at the code and find the evil bits. They contact the developer and ask what's up. The developer then lets them in to his cabal, who can use the evil bits for their own ends. The people decide they like this and don't tell anyone. The people who read the code have to be honest for this to work.
Third you assume that anyone other than the developer even bothers to look at the code. Not always a valid assumption, just because the code if you there doesn't mean anyone gives a shit. Maybe it is too complicated, maybe they just don't care, regardless the code being open is no guarantee that someone looked.
Fourth, you assume that the binaries are the same as the source. I'm betting at least some of the time, and probably more often than that, you install things from a binary package. It's easy and much faster than compiling everything. Great, but how do you know the source follows the binaries? It would be easy to release an untainted source, and then tainted binaries. That the checksums differed wouldn't be of any note, since it could just be that different compile options were used, or even a different compiler (for example using ICC since it generates more efficient binary code). As such no source audit would ever turn up the problems.
Finally, even if you compile your own, you assume that nothing else is in on it. I'll refer you to the classic Ken Thompson story http://cm.bell-labs.com/who/ken/trust.html [bell-labs.com]. Some other program, and not just the compiler, could be in on inserting a trojan. It might never exist in source form, yet always get compiled in. Thus even a build from a verified source isn't a defense.
Really, what it comes down to is open source may give you a warm, fuzzy feeling but it isn't actually proof everything is on the level. Really, you have to test what the software actually does when it is run. You can't say "Well the source is open so it can't do anything evil," because you just don't know that. It's far more useful to analyze how the program acts on a system, than to look over the code.
After all, if looking at the code revealed everything, OSS would never have any bugs. You'd look at the code, see all the bugs, they'd all get fixed. Yet it does, nasty ones. My favourite is the BIND flaw discovered back around 2000 that was in essentially every version of BIND ever. Despite the fact that many people had looked at the code, nobody had ever noticed this. There was no ill intent, no conspiracy, it just wasn't something people saw.
As such the same could be done for something evil. Hide it well enough in the code, and nobody will notice it.
Re:Flawed logic (Score:5, Insightful)
(http://daleglass.net/)
This sort of "evil" is very transparent. You can code a hidden buffer overflow/exploit/backdoor in such a way that it's not obvious (= instead of == for example, caught in the Linux kernel once). But how do you hide an access to say,
Uh huh. Such a thing would be an outright admission of evildoing. Depending on what is being done it might be enough for a lawsuit, and definitely enough for mass publication all over the web to ruin the developer's name. Slashdot had a story on some Mac developer who claimed there was an anti-piracy check that'd delete the user's documents folder. Just the claim (which the developer says wasn't real and intended to scare people off) resulted in such outrage he's probably unemployable for years now.
No, anybody with any brains would deny any wrongdoing and claim a hacked server, or pretend that no mail is arriving at all.
But 99% of Linux software is delivered by the distribution, with the package maintainer often being completely unrelated to the developer. While it's not impossible for something weird to be going on, those distribution maintainers do things like patching the source and dealing with its bugs. You can bet that eg, the Debian maintainer of Firefox looked at the source.
That's a tricky one, but you can use a different compiler. Compile gcc with icc for instance. For OSS I think this approach is unlikely due to the frequence with which somebody decides "let's rewrite this part". It's easy to make a compiler that hiddenly changes some well known part of the source, but it's much harder to deal with a complete reorganization of it. To keep it up would need updates
Re:Flawed logic (Score:4, Insightful)
(http://daleglass.net/)
Ok, if you're so clever, provide an example of code that reads a file without making it easy to tell what it's doing, while avoiding looking suspicious.
Don't change subject. The original post was about a developer releasing "evil" code, then turning somebody who finds it to their side. Now you're talking about people submitting patches with somethind hidden in them. Completely different scenarios.
Most OSS projects don't blindly accept patches. Certainly not the ones in widespread usage. You might sneak a buffer overflow in, but to sneak an outright trojan would be seriously challenging. The submitter's anonymity isn't a problem if source is being examined.
Stupidity exist everywhere of course, can't be eliminated 100%. But while for Linux users perhaps 1% of all software comes from unverified sources, for Windows users it's 99%. Just why exactly do you trust that say, Trillian isn't doing anything strange? Nobody but its developers really knows what's there.
Not all of it, but there are many distributions, which each look at different parts of the source. To sneak something in you'd need to be really sure that part won't get looked at by anybody, and that's hard. Developers watch mailing lists, talk to people who work on the project and use 'svn diff'.
First you build gcc with icc. This is icc_gcc.
Then you build another copy of gcc with gcc. This is gcc_gcc.
Now you have two gccs with different code generated by different compilers.
So now you take both of those, and build the gcc source with both icc_gcc and gcc_gcc. Both should generate the same code. If they don't, something's fishy.
You can easily this with more compilers and multiple versions.
Well, I still think it can't be defined that the OSS approach is superior. It's not impossible to sneak something in. But in doing so you must take a very high risk of being found out, and if somebody tracks that back to you, well, chances are you're going to have to look for a new carreer. People with a known record of coding nasty things aren't very liked in the software world.
Re:Flawed logic (Score:4, Interesting)
(Last Journal: Tuesday October 30, @10:59AM)
The more obfuscated it is, the more likely it is that the open source community would just rewrite that chunk of code for being too difficult to understand.
The challenge is not only to make it impossible to see what the code is doing, but to make it possible to think you know what the code is doing, and still miss what it's really doing. And at the end of the day, it has to spell out /etc/passwd in the code somewhere, or it has to have code that generates it, and it would take a LOT of work to write code which generates '/etc/passwd' while also never spelling it and looks innocent.
(Ditto for any other way you'd do this. There are standard library functions to access passwd, and those would be just as hard to hide.)
You only need one whistleblower developer to end that charade. And that one whistleblower would bring in hundreds or thousands of developers who'd never bothered to look at the code, who would read it and say "Yep. Looks evil."
Compare that to proprietary software -- it takes someone actively trying to reverse-engineer the software in some way; here, running it in a restricted environment. Even once you have someone doing that, it can be a lot less trivial than "just look at the source" for someone else to verify it.
Well, this is Skype we're talking about. It's popular enough that someone would have looked.
Also, consider the person making such "evil" software -- would they really be ballsy enough to assume no one would read the source? True, there could be some open projects with "evil" code in them that nobody's bothered to read, but anyone doing that is taking the chance that someone, somewhere, would read it and discover what they're doing.
And then there's the question of what happens when they discover it. Like right now, no one has a clue why Skype would be reading passwd. We assume it's evil, but we don't really know. Were it open source, we could just go read the code, and instantly see if there's a legitimate reason. If there wasn't, we could patch the "evil" bits out and keep using Skype as if nothing happened.
As the sibling post says, in general, most distros compile from source. So if you trust Ubuntu, say, you don't have to trust a hypothetically open source Skype in this respect -- the Ubuntu people would have compiled it from source themselves, and cryptographically signed the binaries.
That kind of rules out it being Skype's fault, then, for
Re:Why.. (Score:5, Informative)
Re:Why.. (Score:5, Informative)
(http://www.lepertheory.net/)
This is somewhat silly anyway. The Firefox plugins, OK, I don't know why they'd read that, maybe they're checking for a Skype plugin, but who cares? As for /etc/passwd, it's not /etc/shadow. Not only that, but they don't even have to write code that reads /etc/passwd. Try changing the "passwd: compat" line in /etc/nsswitch.conf to "passwd: nis" or something like that, chances are your read of /etc/passwd will go away. It's probably just doing something like getting your real name. Calm down and get some real evidence of wrongdoing like a packet capture of private information going out over the wire before you cry wolf.
/etc/password (Score:5, Insightful)
What's it doing? Well, what libraries is it linked with? Perhaps it's converting your UID into a name among other things.
Re:/etc/password (Score:4, Informative)
(http://www.sancairodicopenhagen.com/tbpmd.html)
I am not suprised (Score:5, Interesting)
(http://www.weather.com/?prod=xoap&par=1001306527)
Uh oh (Score:1)
Linked in libraries? (Score:1)
What a load of FUD (Score:5, Insightful)
(http://www.sigsegv.cx/)
Example:
strace on ls -laF immediately gives
open("/etc/passwd", O_RDONLY) = 4
Followed by quite a few reads out of it. So by the logic of the poster ls -laF is a horrible application doing horrible things to your system.
Unless you have read the source or single-stepped trhough the app with a debugger, examined the data and found that it does something nefarious like sending skype the whole of your
Re:What a load of FUD (Score:4, Interesting)
Re:What a load of FUD (Score:5, Insightful)
(http://davecheatham.com/)
Um, because it wanted to refer to you as using real name, which is the entire damn point of having the field in /etc/passwd? Or even your username?
Without looking in /etc/passwd all it would know is your UID.
Or perhaps it's not even the thing doing it, perhaps it's using a shell script to see if the skype: handler is registered in Skype, and that script does 'ls -l' to check file sizes.
What I'd be interested in figuring out is exactly the fuck confidential information people think is hanging out in /etc/password? We all know that there are actually no passwords in that file, right?
And everyone know that programs access it all the time, right? Which is why it's deliberately world-readable?
Seriously, this entire article was made by someone who knows how to use strace but hasn't bothered running it on other programs, and has no idea what /etc/passwd is for.
Re:What a load of FUD (Score:4, Funny)
(http://www.lacklustre.net/)
Try ltrace, which is similar to strace but lists library calls [man section 3] instead of system calls [section 2]. Running your same example with ltrace, one will see:
getpwuid(1000, 0xbfaa1073, 0xbfaa0d08, 1000, 0x805c088) = 0xb7f8c9b8
where 1000 is my uid and the rest of the params are pointers to memory locations.
So yes, it's possible to distinguish, just not using strace. Proper tool for the job and all that.
Of course all this would be moot if we had access to the source, which is the underlying issue being debated here.
Re:What a load of FUD (Score:5, Insightful)
This article looks like guerilla advertising for SuSE/AppArmor, a Novell product.
It's a fine example of why people who don't understand the C Library and Linux/BSD/POSIX SDK and how to disassemble the application should not be relying much on AppArmor to tell them what's good and evil.
The trouble is the library does it, not the application, and a few reads of some files can't tell you the application's intent, or show whether the information is being encrypted and sent out to the software maker or not.
This reminds me of folks that spend day and night reading firewall logs and mailing out hundreds of complaints to networks if a host so much as pinged them or tried to make a port 25 connection.
Sure, they could be a spammer or hacker, but just because you set alarms -- a connection attempt doesn't say that anything evil is being attempted. I'd be far more concerned if someone said Skype read something from /etc/shadow, then the
very next thing it did was to make a port 80 connection to Skype's servers and send a
HTTP POST submission with lots of binary jibberish.
Any program that needs to do so much as lookup the user's shell, home directory, username attribute, or real name needs to examine /etc/passwd.
Most non-trivial applications need the user's home directory to load their user preference files. Some internal shell script of Skype may even need the user and group names, in order to establish appropriate file permissions.
Sure, there are environment variables that popular distributions' shells use; however for an application like Skype to be portable, it may not be able to rely on a particular environment variable like 'HOME' being set -- it may be safest just to getpwuid() the user and lookup their home directory that way.
In any case, the SOFTWARE DEVELOPER would have the option of using getpwuid() instead of getenv("HOME"). It's the developers' choice.
Applications can accomplish things in fairly boneheaded ways sometimes, but that doesn't indicate anything malicious or evil.
hard to avoid (Score:2, Informative)
In any case, you don't need AppArmor to find what files something opens, just use strace.
GECOS field (Score:1, Informative)
But why Skype wants to access all firefox settings remains a mystery. But it might look for proxy information.
shadows (Score:2)
(http://www.solussd.com/)
Why /etc/passwd access is benign (Score:2, Insightful)
Second: Any modern Linux system will use a shadow password file, its been years since I've seen a system use a regular password file.
Er, maybe it's getpwent or getpwnam? (Score:2)
Paranoia without understanding how UNIX works is inappropriate.
reading /etc/passwd is normal (Score:4, Informative)
(http://www.tzs.net/)
It is via /etc/passwd that you convert a UID to a user name.
I've discovered even worse Linux privacy problems (Score:5, Funny)
1989 called... (Score:4, Interesting)
They want their critical Unix vulnerability back.
Darn - all I have to do is cat /etc/passwd from a regular account... let's see... gee, the sysadmin on this machine is a dumbass - what sort of root password is "x"?
OMG its on Mac OS as well - the root password here is '*' - well, at least they've used a non-alphabetic character.
What's that you say Mr Sock... /etc/passwd is a public file and no security-conscious distro has actually stored passwords in there since the encryption was cracked (at least for dictionary words) sometime in the 80s?
Wake me up if Skype actually emails a readable copy of /etc/passwd to the black hats - even then, it shouldn't be enough to compromise a system (although a list of usernames might be handy).
But what's going out? (Score:2)
(http://www.gastips.com/)
The real question is ... (Score:2)
Will someone ... (Score:1)
The list (Score:5, Informative)
(http://daleglass.net/)
Skype may be NSA spyware (Score:1, Interesting)
I do know that the Intelligence Community people in the US and elsewhere were very concerned about declining abilities to track and trace communications used by their targets, as compared to conventional telecom, where they have quasi-official backdoors installed directly with the telecom companies.
Notice the extraordinary anti-decompiling and self-modifying nature of the skype code---even manages to thwart many popular *hardware debuggers* and virtual machine strategies. The protocol itself is extremely obscure and apparently encrypted. I don't have a link but I think this can be easily verified, as I saw a presentation online which detailed some attempts to understand skype. This was not just good 'ordinary' hackers, but appeared to be the work of very serious and very professional full time computer security people, i.e. state-supported grey hats.
The level of self-security and the investment necessary to pursue this seems totally disproportionate to any commercial needs. This reflects a very serious investment of talent and money.
So why is it there?
But the really unusual fact to ponder is this: Why did eBay buy skype, and at such a high price?
It makes no sense commercially for skype or eBay. I believe the reason is simple: to bring skype development and download servers and most importantly connection servers under U.S. jurisdiction. Once it is so, the government can now (thanks to our now imperial enabling acts) simply order eBay/skype to put in spyware and order them to never talk about it. Most probably the government approached US companies with this proposal and shopped around until it found one who would say yes.
A financial analyst might see something funky in eBay financials if they were clever, there no doubt has to be some payment or other compensation to eBay.
Now the reason for the hypersecurity is clear---to mask whatever data are going *OUT* from skype and whatever it is installing. For some reason I have the suspicion that uninstalling won't completely uninstall quite everything.
There is probably some kind of Manchurian Daemon ability too---if They find somebody they really want to track. Why? Because it makes sense that they'd want to do so.
Skype... (Score:1)
I really hope this turns out to be wrong (Score:2)
Please (Score:5, Informative)
Please, before you submit (or accept) an article about security to (or on) slashdot, make sure you understand rudimentary unix programming. There is no way any non-trivial unix program is going to NOT read /etc/passwd. /etc/passwd needs to be read for almost any trivial thing to be accomplished, such as finding out your home-directory so that .skype can be read, or for displaying ownership of files in a file-dialog.
Now, as to why skype needs to read firefox configuration files, I have no idea. I haven't used skype, so I don't know what it does. But most likely this is done, because some users asked for a certain "integration" feature, whether it's bookmarks or plugins, or whatever...
Not a big deal - /etc/passwd is local public info (Score:2)
I'd suggest that anyone with concern about skype on linux simply add a user to the system called "xskype" or similar. Run skype as that user, and it will be contained to only what that user has access to. Problem solved.
Non-issue really... (Score:1)
Firefox (Score:2)
Not an issue (Score:2)
Symmary: Nothing to see here, except some people that do not undertsand Unix security.
Skype is due to be replaced (Score:2, Informative)
(http://www.hostmaster.org/)
http://forum.skype.com/index.php?showtopic=93068 [skype.com]
Since then I have found that there are already standards based open source replacements for Skype, mainly SIP and Ekiga. In contrast to Skype they got video conferencing and you can get a public telephone number for free.
Also I started to think about what would be needed for the german "Bundestrojaner" and compare it to Skype:
- it is installed on a majority of systems
- it is protected against decompilation / debuggers
- it bypasses almost any firewall
- it uses encryption for network traffic
- it may send lots of data even when not making a call
- it might have already been deployed by the NSA
- eBay has a history of cooperating with federal agencies
Tom
Skype Shows How Not to Trust (Score:2)
(http://slashdot.org/~Doc%20Ruby/journal | Last Journal: Thursday March 31 2005, @01:48PM)
It shows how important it is to secure your system, whether Linux, Windows, or any other, against trusting any app too much with resources not created by, or explicitly granted to, the trusted app.
It also shows that it's too hard to trust closed source apps on any platform, even when closed source is the default status.
It also shows that AppArmor can protect you from untrustworthy apps, unless it won't run on your platform (like Windows).
It also shows why Linux is more trustworthy than is Windows, especially when Linux is used with open source apps, which are the default, which can be inspected by lots of people for trustworthiness.
That kind of untrustworthiness also shows that Skype cannot be trusted not to spy on all your phone conversations and address books. I know I don't trust it. This latest "secret prying" behavior erodes any trust that's misplaced in giving it access to your personal data, including media (that includes your conversations).
Um... duh? (Score:1)
(http://micah.cowan.name/)
AppArmor - Ubuntu? (Score:1, Informative)
(Last Journal: Sunday March 18 2007, @04:53PM)
Instead, we have again Ubuntu users claiming everything and not doing anything but copying (yes I know GNU)
Two small things. (Score:1)
It's the 1990 Prodigy scare all over again (Score:3, Interesting)
(http://www.xpriori.com/ | Last Journal: Friday June 18 2004, @04:18PM)
One Too Many Hits (Score:2)
Promotion Ad for apparmor (Score:2)
If the poster is not stupid, I'd think the only reason he posted this is because he wanted to promote apparmor. And it's still stupid.
all your passwd (Score:1)
why /etc/passwd? (Score:1)
Lame (Score:2)
(http://www.linuxplatform.org/ | Last Journal: Tuesday December 16 2003, @04:31PM)
There are no passwords in the passwd file (Score:2)
Not worried (Score:2)
(http://tribbin.nl/)
This article is retarded (Score:2, Insightful)
(http://insanecoding.blogspot.com/)
The proper way to get information about the user, such as his name, his home directory, etc is to call the function getpwuid() in a manner like: getpwuid(getuid()), it returns the following struct:
Sure it has the user's password listed there (in some format), but this is the proper way to retrieve all the other data also found here. All good applications which save settings per user or try to be more friendly towards the user will call getpwuid() and in turn end up reading
If you think a program reading
As for reading Firefox files, I'm not sure what it's doing, but Skype does offer Firefox integration right? Surely it's not too hard to imagine it's trying to figure out your configuration and check for conflicting plugins, and the like.
How does closed-source affect the use of AppArmor? (Score:1)
You can't mix ideology with due diligence.
It's not even skype... (Score:1)
(http://pomac.netswarm.net/)
#1 0x44a325d5 in _XimLocalOpenIM () from
#2 0x44a30f2a in _XimOpenIM () from
#3 0x44a30c70 in _XimRegisterIMInstantiateCallback () from
#4 0x44a16828 in XRegisterIMInstantiateCallback () from
#0 0xf7ddc5b3 in getuid () from
#1 0x44a325d5 in _XimLocalOpenIM () from
#2 0x44a30f2a in _XimOpenIM () from
#3 0x44a1687a in XOpenIM () from
The profile thing is a bit different though... The needle in the skype is much worse by comparison, =)
RealPlayer, anyone? (Score:1)
(http://www.notanotherwebpage.com/)
Slashvertisement (Score:2)
(http://www.readingfordummies.com/blog/ | Last Journal: Thursday November 21 2002, @05:10PM)
Let the flamewar begin!
Sigh. This is perfectly reasonable! (Score:2)
Why check the firefox profile? Because they can look at your proxy settings, to see if it needs to use a socks4 or socks5 proxy at all.
This is all part of their "just works" auto-configuration. It is far from the end of the world.
Which is a more reasonable explanation?
1) Skype is data mining stuff to create a giant database of user names and firefox profiles; or
2) Skype is doing its best to "just work" with your network configuration if possible.
Option #2 explains all of the "suspicious" activity quite nicely. #1 is absurd if you think about it.
firefox profile = proxy test: Validated ! (Score:1)
anyway (Score:1)
Ever if this alert was an error, I think it's good to have some of this kind sometimes : if anyone think about putting a trojan in a closed sources app for linux, he will think about it twice.
So if that's really an error, I won't be one of those who blame its authors... :)
Incorrect (Score:4, Informative)
It is true that the same people were the main creators of Kazaa and Skype. However, those creators had nothing to do with the introduction of spyware into Kazaa. They are not to blame for what others did. The introduction of the spyware was included in Kazaa first after the program was sold from the creators.
And you are a troll (Score:2)
You cannot deny the user to give away his own password in any system.
SIP sucks (Score:2)
(Last Journal: Tuesday October 30, @10:59AM)
I believe there's something else you can use instead, some Asterisk-specific but somewhat widely-supported protocol, a bit simpler, only requires one port. There's also Jabber/Gtalk -- I know Kopete supports that now, among other clients. I don't know exactly how the voice works, but it is nice to be able to have one or more central servers to connect to, so at least your endpoints can be behind whatever firewall/NAT people have set up.
But Skype is actually the technically best solution I've seen, and I wish there was an open source alternative, or an open spec. It actually uses some UDP tricks to allow you to open a connection directly between the two endpoints, requiring no bandwidth from Skype, even if both endpoints are firewalled and NAT'ed. It does require at least one publicly-accessible server, but only for the initialization.
Of course, for conferences, I'd have to recommend mumble [sourceforge.net], which looks to be intending to replace TeamSpeak and Ventrillo for voice chat in games.
Re:it was the authors of Skype that... (Score:1)
let me re-phrase what i meant to say, "the people that put spyware in Kazaa are the people that manufacture Skype"...
Re:Which versions? (Score:1)
I just checked my 1.3.0.53 version with strings, and strace.
It does read my passwd file (which is acceptable IMHO), but none of the other files mentioned.
And the "passwd" string is not in the binary, so it merely uses a getpw* library call.
Maybe people should stick to an older version ? I don't even know what 1.4 has more to offer (but, OK, I use skype 2 or 3 times a year...)