Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
lha buffer overflow(s) again
[go: Go Back, main page]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lha buffer overflow(s) again




i posted it yesterday to bugs@xxxxxxxxxx but mailbox is disabled for that 
recipient :-/

Date: Sat, 15 May 2004 00:24:09 +0200 (CEST)
From: Lukasz Wojtow <gnz@xxxxxxxxxxxxxxxxxxxx>
To: bugs@xxxxxxxxxx
Subject: LHA buffer overflow (not the last one already fixed)

it seems that lha is quite poorly written. after your last advisory, i
decided to take a look at the code and found 2 BO in function extract_one
(file lhext.c):
        if (extract_directory)
                sprintf(name, "%s/%s", extract_directory, q);
        else
                strcpy(name, q);

i bet there is more...

Regards
Lukasz Wojtow