Search: Home Bugtraq Vulnerabilities Mailing Lists Jobs Tools Beta Programs

Snitz Forums Password.ASP Password-Reset Vulnerability

Solution:
The vendor has supplied the following patch to address this issue:

At approximately line #85 replace the following first line with the second lines.

First:
strSql = strSql & " WHERE M_PWKEY = '" & key & "'"

Second:
strSql = strSql & " WHERE MEMBER_ID = " & cLng(Request.Form("MEMBER_ID"))
strSql = strSql & " AND M_PWKEY = '" & key & "'"

At approximately line #117 replace the following first line with the second lines.

First:
strSql = strSql & " WHERE MEMBER_ID = " & cLng(Request.Form("MEMBER_ID"))

Second:
strSql = strSql & " WHERE MEMBER_ID = " & cLng(Request.Form("MEMBER_ID"))
strSql = strSql & " AND M_PWKEY = '" & key & "'"








 

Privacy Statement
Copyright 2008, SecurityFocus