webpwnized/mutillidae

File webservices/soap/ws-user-account.php variable $Encoder not defined

micheldiemer opened this issue · 1 comments

function doXMLEncodeQueryResults($pUsername, $pQueryResult,
$pEncodeOutput){

Add
global $Encoder;

otherwise $Encoder->encodeForHTML($row->username) (in the while loop) generates an error

Thanks. Fixed in 2.10.8 which will be pushed by 10/18/2022