
megumi1990 at gmail
Nov 3, 2009, 3:57 PM
Post #2 of 2
(276 views)
Permalink
|
If you are about to exploit this bug with ollydbg and a /SafeSEH scanner plug-in which could be found at: http://www.openrce.org/downloads/details/244/OllySSEH I think you may need to change line 516 of ollysseh.c from *free(lpDD);* to *else free(lpLCD);* and re-compile it. Or you may find your ollydbg crashes once it runs the original OllySSEH.dll plug-in. Thanks, M. Yanagishita On Mon, Nov 2, 2009 at 6:18 AM, Nikolaos Rangos <nikolaos [at] rangos> wrote: > Hello list, the vulnerability named "RhinoSoft.com Serv-U 9.0.0.5 WebClient > Remote Buffer Overflow" > can be found at http://www.rangos.de/ServU-ADV.txt. > > Best Regards, > > Nikolaos Rangos > > _______________________________________________ > Full-Disclosure - We believe in it. > Charter: http://lists.grok.org.uk/full-disclosure-charter.html > Hosted and sponsored by Secunia - http://secunia.com/ >
|