Re: vBulletin V3.6.8 XSS Password Md5 Hash

看板Bugtraq作者時間18年前 (2007/08/18 02:47), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
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
文章代碼(AID): #16nUr300 (Bugtraq)
文章代碼(AID): #16nUr300 (Bugtraq)