January 20, 2006 11:44 AM PST
KDE flaws put Linux, Unix systems at risk
- Related Stories
-
Homeland Security helps secure open-source code
January 10, 2006 -
Apple opens up open-source effort
June 7, 2005 -
Major browsers bitten by security bugs
October 20, 2004
The vulnerability lies in the JavaScript interpreter engine used by Konqueror and other parts of KDE, according to a security advisory posted Thursday. An attacker could craft a special UTF-8 encoded URI sequence to exploit the flaw, according to the advisory. For an attack to be successful, a person would have to visit the attacker's Web page using Konqueror, the FrSIRT said in its alert. Affected are KDE 3.2.0 up to and including KDE 3.5.0. Fixes are available.
See more CNET content tagged:
KDE, Unix system, attacker, flaw, Unix





But, then, this isnt actually a UNIX flaw, or even a *NIX flaw. Its apparently a "JAVA" flaw which can effect a specific Web-Browser, within a specific GUI. If your computer meets all those criteria, and you visit a malicious Web-site, well then...
On the other hand... our Linux-server has never been compromised just sitting there, unlike the many fully patched "MS-Windows" computers, we have worked-on.
On a standard Linux/BSD/Unix system a user would be browsing with non-root privileges. This would mean any executed code only runs with the rights of the user. While user owned files (i.e. - My Documents) would be at risk, changing executables or compromising an entire system would be much more difficult.
In contrast, Windows machines either don't even have the concept of privilege (95/98/ME) or still run most code with admin rights (2000/XP). Microsoft is working on making it easier to run with "least privilege", but it will be a long time before most Windows systems even come close to a Unix system in this regard.
Making it painless for users to do their daily work with least privilege rights is an important layer in securing a computing environment. Currently Linux/BSD/Unix is much further ahead than Microsoft in this regard.
-Charles
Unix/Linux systems, which by employing user/process privileges reduce the attack surface considerably when compared to Windows which has a much larger attack surface due to flawed design, such as an integrated browser among others. Linux provides additional security features to reduce the attack surface with features such as LSM (Linux Security Module) and SELinux.
For example, if the same vulnerability was present in say I.E the attack surface would have been much greater than KDE due to the tight integration of I.E with Windows. In Linux this is much reduced due to the inherent security advantages of the Unix OS.
The next time you see a security alert about an OS, it helps to think about the attack surface it exposes. It gives a better sense of the actual vulnerability of the system to the flaw than an alarmist headline.
Oh let me tell you about setuid programs
3.4, it's faster then any other (except purhapes
opera), it consumes less resources then firefox,
it displays at least as many web-site correctly
and it is intergated well into KDE.
Since KDE 3.5, konquerors engine KHTML passes
the ACID2-test unlike certain other
browser-engines.
that functions the way I'd expect a browser to.
It's handling of mime-types and plug-ins is very
sensible as are bookmarks. It's use of KDE
kio_slaves is really well done, as it's support
for Firefox/Mozilla plugins.
Konqueror is VERY fast, takes very little
resources, is very extensible (the keyword
functionality is better than firefox). It's
support of CSS2 is excellent (save for the
font-size attribute in 'style' tag-attributes
for some reason).
Yes, JavaScript on some sites behaves oddly (in
part because the kjs interpreter bails when it
encounters an error, rather than keeps going),
but most sites work quite nicely with it.
- Linux flaw(s)
- by aqvanavt January 24, 2006 7:01 AM PST
- I think people should realize that as Linux expands the more vunerable it will become to malicious hacking. Which is pretty weird considering that you can contribute to it's evolution with out being destructive.
- Like this Reply to this comment
-
(25 Comments)