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]

RE: Is this exploitable?..

Subject: RE: Is this exploitable?..
Date: Thu, 16 Dec 2004 12:14:11 -0800
What worries me is a scenario in which parts of the HTTP request are
somehow malicious. I.e. as is the case for XSS, if responseString is set
to contain some user-supplied JavaScript, it may lead to problems if
printed back to the browser verbatim.

Coming up with an exploit scenario is the difficulty, though.

-Ben

-----Original Message-----
From: Peter Conrad [mailto:conrad@tivano.de] 
Sent: Thursday, December 16, 2004 7:54 AM
To: webappsec@securityfocus.com
Cc: Benjamin Livshits
Subject: Re: Is this exploitable?..


Hi,

Am Mittwoch, 15. Dezember 2004 23:42 schrieb Benjamin Livshits:

It looks like responseString obtained from req is forgeable 
and this 
may conceivably lead to a vulnerability down the line, it 
seems, when 
responseString is output with a call to out.print(responseString).

please explain in what way the responseString is "forgeable". 
Yes, it does include all the original request headers. That's 
the point of a TRACE request.
out.print() will write the *body* of the response, if that's 
what worries you.

Bye,
      Peter
-- 
Peter Conrad                        Tel: +49 6102 / 80 99 072
[ t]ivano Software GmbH             Fax: +49 6102 / 80 99 071
Bahnhofstr. 18                      http://www.tivano.de/
63263 Neu-Isenburg

Germany


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