Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

applet security connecting to hosts

Subject: applet security connecting to hosts
Date: Mon, 7 Mar 2005 12:10:56 +0530
hello!
An unsigned applet cannot connect to a host other than the originating
host. "connect" in the sense, it cannot use Socket or URLConnection.
But it can open any URL in some other window/frame, using
Appletcontext.showDocument. There is no restriction here, as the
applet is directing the browser to open the URL in an other window,
and the applet itself wont have access to it.

First off, can someone explain the security issue if an unsigned
applet connects to a different host?
Now the subject of this email: With LiveConnect possible, it is easy
to get access to the content of the window that showDocument has
opened. Am I missing something or is this a security issue?

Thanks.

<Prev in Thread] Current Thread [Next in Thread>