Hi,
I use IE and netscape. In the options of IE, i see that the default settings
concerning Java applet are:
run java applets in script: yes
I read that an applet can do more than a javascript. So, is an applet able
to harm my system (by writing, deleting ..). If yes, why is the default yes?
Thanks
carl
Roedy Green - 23 Sep 2003 20:00 GMT
>I read that an applet can do more than a javascript. So, is an applet able
>to harm my system (by writing, deleting ..). If yes, why is the default yes?
An unsigned applet can't hurt you. A signed one is equivalent to an
installed program if you give it permission to run.
I think this parameter just allows triggering applets from Javascript.
This is not a particularly dangerous thing to do.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
VK - 23 Sep 2003 22:18 GMT
Some Netscape.6x versions have a security hole allowing an unsigned
JavaScript code access methods of signed applet. This way "bad guys" can
combine a signed trusted third-party applet with access privileges (an ftp
client for example) and their own JavaScript code to misuse applet's
methods (if you granted privileges to the applet).
If your Netscape is 6.xx, I would check it, or just disallow Java in it.
> Hi,
>
[quoted text clipped - 7 lines]
> Thanks
> carl
KC Wong - 24 Sep 2003 04:27 GMT
*IF* (a very big if) you're still using Microsoft's VM, then there could be
a chance - because MSJVM has bugs in it.
My virus shield has information about a virus (forgot its name) that is a
Java applet. It will exploit a security loophole in MSJVM to access and
execute files on your computer.
Microsoft has patches for MSJVM, but god knows if there're more lurking in
there. More reason to download JRE!
KC
Marc Sch?nefeld - 03 Oct 2003 13:38 GMT
Hi, SUN JRE is also vulnerable if you use the java media framework:
See
http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F54760&zone_32=category
%3Asecurity
"1. Impact
A vulnerability in the Java(TM) Media Framework (JMF) may potentially
allow an untrusted applet to exit unexpectedly ("crash") the Java
Virtual Machine (JVM) or gain unauthorized privileges.."
Cheers
Marc
> *IF* (a very big if) you're still using Microsoft's VM, then there could be
> a chance - because MSJVM has bugs in it.
[quoted text clipped - 7 lines]
>
> KC