[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070817172356.30653.qmail@securityfocus.com>
Date: 17 Aug 2007 17:23:56 -0000
From: scott-REMOVE@...lletin.com
To: bugtraq@...urityfocus.com
Subject: Re: vBulletin V3.6.8 XSS Password Md5 Hash
I can't reproduce a single one of these, I've tested on our own internal boards as well as some random customer boards just to make sure.
It looks like your trying to inject into the session hash entry but that always comes from the database.
$this->vars['sessionurl'] = 's=' . $this->vars['dbsessionhash'] . '&';
$this->vars['sessionurl_q'] = '?s=' . $this->vars['dbsessionhash'];
$this->vars['sessionurl_js'] = 's=' . $this->vars['dbsessionhash'] . '&';
dbsessionhash is a 32 varchar pulled directly from the MySQL Database.
If you have some more information feel free to contact me or open an issue in our bug tracker.
Scott MacVicar
Development Team, vBulletin
Powered by blists - more mailing lists