lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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'] . '&amp;';
$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

Powered by Openwall GNU/*/Linux Powered by OpenVZ