We have the patch installed, and both throw an invalid _expression_ format
error:

Just in time compilation error
Invalid parser construct found on line 3 at position 21. ColdFusion was
looking at the following text:

.Invalid _expression_ format. The usual cause is an error in the _expression_
structure

----- Original Message -----
From: "Matt Liotta" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 17, 2004 3:57 PM
Subject: Re: The Dangers of Java

> I just applied the patch to one of my servers and it didn't see to make
> any difference. For those of you that have the patch, I am curious if
> there is any difference between the following two snippets of code.
>
> <cfscript>
> foo = "";
> bar = foo.getClass().forName("java.lang.String");
> bar = bar.newInstance();
> </cfscript>
>
> and...
>
> <cfscript>
> foo = "";
> bar = foo.getClass().forName("java.lang.String").newInstance();
> </cfscript>
>
> -Matt
>
>
> On Feb 17, 2004, at 4:03 PM, Jochem van Dieten wrote:
>
> > Matt Liotta said:
> >  >> You mean you have already found a workaround for Maromedia's fix?
> >  >
> >  > I am not aware of this fix. Care you to share some information? I be
> >  > happy to see if it is exploitable.
> >
> > http://www.macromedia.com/devnet/security/security_zone/mpsb04-01.html
> >
> >  Jochem
> >
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to