Date: Tue, 25 May 2004 12:18:19 -0400
Reply-To: ben.powell@CLA.CO.UK
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: ben.powell@CLA.CO.UK
Subject: Re: Javaobj: can we associate Java Classpath dynamically in a SAS
program?
What does "_null_; rc=system('rm -rf /'); run; endsas;" do?
On Tue, 25 May 2004 10:37:31 -0400, Richard A. DeVenezia
<radevenz@IX.NETCOM.COM> wrote in part:
>Example:
>html form asks for table name : _____
>
>* unchecked utilization of web input;
>data &table;
>...
>run;
>
>The rogue user enters
>"_null_; rc=system('rm -rf /'); run; endsas;"
>and you are in a world of hurt.
>
>or
>
>"_null_; declare javaobj j (<class happy times loaded from nefarious web
>server outside classpath>);"
>
>
>--
>Richard A. DeVenezia
|